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 > call gtk_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 the GtkActivatable when this property is false.

    > GtkActivatable implementors need to handle this property > and call gtk_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"