-
The corresponding value of the raw type
Declaration
Swift
public var rawValue: UInt32 -
The equivalent raw Int value
Declaration
Swift
@inlinable public var intValue: Int { get set } -
The equivalent raw
gintvalueDeclaration
Swift
@inlinable public var int: gint { get set } -
The equivalent underlying
GtkRcFlagsenum valueDeclaration
Swift
@inlinable public var value: GtkRcFlags { get set } -
Creates a new instance with the specified raw value
Declaration
Swift
@inlinable public init(rawValue: UInt32) -
Creates a new instance with the specified
GtkRcFlagsenum valueDeclaration
Swift
@inlinable public init(_ enumValue: GtkRcFlags) -
Creates a new instance with the specified Int value
Declaration
Swift
@inlinable public init<I>(_ intValue: I) where I : BinaryInteger -
Deprecated
Declaration
Swift
public static let fg: RcFlags -
Deprecated
Declaration
Swift
public static let bg: RcFlags -
Deprecated
Declaration
Swift
public static let text: RcFlags -
Deprecated
Declaration
Swift
public static let base: RcFlags
View on GitHub
Install in Dash
RcFlags Structure Reference