GtkActivatableIface

GTypeInterface g_iface; update () Called to update the activatable when its related action's properties change. You must check the "use-action-appearance" property only apply action properties that are meant to effect the appearance accordingly. sync_action_properties () Called to update the activatable completely, this is called internally when "related-action" property is set or unset and by the implementor when "use-action-appearance" changes. Note This method can be called with a NULL action at times Since 2.16

Members

Variables

gIface
GTypeInterface gIface;
Undocumented in source.
syncActionProperties
void function(GtkActivatable* activatable, GtkAction* action) syncActionProperties;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
update
void function(GtkActivatable* activatable, GtkAction* action, char* propertyName) update;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta