ActivatableT.relatedAction

Get relatedAction property.

  1. gtk.action.Action relatedAction [@property getter]
    template ActivatableT()
    @property
    relatedAction
    ()
  2. gtk.action.Action relatedAction [@property setter]

Return Value

Type: gtk.action.Action

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.