BuilderPropertyName

public enum BuilderPropertyName : String, PropertyNameProtocol

Undocumented

  • The object the builder is evaluating for.

    Declaration

    Swift

    case currentObject = "current-object"
  • The scope the builder is operating in

    Declaration

    Swift

    case scope = "scope"
  • The translation domain used when translating property values that have been marked as translatable.

    If the translation domain is nil, GtkBuilder uses gettext(), otherwise g_dgettext().

    Declaration

    Swift

    case translationDomain = "translation-domain"