Activatable.relatedAction

gtk.action.Action relatedAction() @property

Get relatedAction property.

Returns

The action that this activatable will activate and receive

updates from for various states and possibly appearance.

#GtkActivatable implementors need to handle the this property and

call [gtk.activatable.Activatable.doSetRelatedAction] when it changes.

void relatedAction(gtk.action.Action propval) @property

Set relatedAction property.

Parameters

propvalThe action that this activatable will activate and receive updates from for various states and possibly appearance. > #GtkActivatable implementors need to handle the this property and > call [gtk.activatable.Activatable.doSetRelatedAction] when it changes.