Activatable.relatedAction

Set relatedAction property.

  1. gtk.action.Action relatedAction [@property getter]
  2. gtk.action.Action relatedAction [@property setter]
    interface Activatable
    @property
    void
    relatedAction

Parameters

propval 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.