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,GtkBuilderusesgettext(), otherwiseg_dgettext().Declaration
Swift
case translationDomain = "translation-domain"
View on GitHub
Install in Dash
BuilderPropertyName Enumeration Reference