Virtual Method
GtkActivatablesync_action_properties
deprecated: 3.10 since: 2.16
Declaration [src]
void
sync_action_properties (
GtkActivatable* activatable,
GtkAction* action
)
Description [src]
This is called to update the activatable completely, this is called
internally when the GtkActivatable:related-action
property is set
or unset and by the implementing class when
GtkActivatable:use-action-appearance
changes.
Available since: 2.16
Deprecated since: 3.10
Please do not use it in newly written code.
Parameters
action
-
Type:
GtkAction
The related
GtkAction
orNULL
.The argument can be NULL
.The data is owned by the caller of the method.