- 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.
Warning GtkActivatableIface is deprecated and should not be used in newly-written code. 3.10 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