Virtual Method
GtkActivatableupdate
Declaration [src]
void
update (
  GtkActivatable* activatable,
  GtkAction* action,
  const gchar* property_name
)
      Description [src]
Called to update the activatable when its related action’s properties change.
You must check the GtkActivatable:use-action-appearance property only apply action
properties that are meant to effect the appearance accordingly.
Parameters
action- 
            
Type:
GtkActionNo description available.
The data is owned by the caller of the method.  property_name- 
            
Type:
const gchar*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.