StackPagePropertyName

public enum StackPagePropertyName : String, PropertyNameProtocol

Undocumented

  • The child that this page is for.

    Declaration

    Swift

    case child = "child"
  • The icon name of the child page.

    Declaration

    Swift

    case iconName = "icon-name"
  • The name of the child page.

    Declaration

    Swift

    case name = "name"
  • Whether the page requires the user attention.

    This is used by the [classGtk.StackSwitcher] to change the appearance of the corresponding button when a page needs attention and it is not the current one.

    Declaration

    Swift

    case needsAttention = "needs-attention"
  • The title of the child page.

    Declaration

    Swift

    case title = "title"
  • If set, an underline in the title indicates a mnemonic.

    Declaration

    Swift

    case useUnderline = "use-underline"
  • Whether this page is visible.

    Declaration

    Swift

    case visible = "visible"