Method
GtkActivatablesync_action_properties
Declaration [src]
void
gtk_activatable_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 |
GtkAction |
The related |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |