Interface

Gtk-3.0GtkActivatableInterface

Interface for implementing Activatable. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_sync_action_properties(action: Gtk.Action | null): void;
    vfunc_update(action: Gtk.Action, property_name: string): void;
}

Hierarchy (View Summary)

Index

Methods