ActivatablePropertyName
public enum ActivatablePropertyName : String, PropertyNameProtocol
Undocumented
-
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 > callgtk_activatable_do_set_related_action()
when it changes.related-action is deprecated: This method is deprecated.
Declaration
Swift
case relatedAction = "related-action"
-
Whether this activatable should reset its layout and appearance when setting the related action or when the action changes appearance.
See the
GtkAction
documentation directly to find which properties should be ignored by theGtkActivatable
when this property isfalse
.>
GtkActivatable
implementors need to handle this property > and callgtk_activatable_sync_action_properties()
on the activatable > widget when it changes.use-action-appearance is deprecated: This method is deprecated.
Declaration
Swift
case useActionAppearance = "use-action-appearance"