FixedLayoutChildPropertyName

public enum FixedLayoutChildPropertyName : String, PropertyNameProtocol

Undocumented

  • The widget that is associated to the GtkLayoutChild instance.

    Declaration

    Swift

    case childWidget = "child-widget"
  • The layout manager that created the GtkLayoutChild instance.

    Declaration

    Swift

    case layoutManager = "layout-manager"
  • The transform of the child.

    Declaration

    Swift

    case transform = "transform"