ActivatablePropertyName
public enum ActivatablePropertyName : String, PropertyNameProtocol
Undocumented
-
The action that this activatable will activate and receive updates from for various states and possibly appearance.
>
GtkActivatableimplementors 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
GtkActiondocumentation directly to find which properties should be ignored by theGtkActivatablewhen this property isfalse.>
GtkActivatableimplementors 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"
View on GitHub
Install in Dash
ActivatablePropertyName Enumeration Reference