TableChildProtocol
public protocol TableChildProtocol
The TableChildProtocol
protocol exposes the methods and properties of an underlying GtkTableChild
instance.
The default implementation of these can be found in the protocol extension below.
For a concrete class that implements these methods and properties, see TableChild
.
Alternatively, use TableChildRef
as a lighweight, unowned
reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
GtkTableChild
instance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get }
-
_ptr
Default implementationTyped pointer to the underlying
GtkTableChild
instance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GtkTableChild
instance.Declaration
Swift
var _ptr: UnsafeMutablePointer<GtkTableChild>! { get }
-
Required Initialiser for types conforming to
TableChildProtocol
Declaration
Swift
init(raw: UnsafeMutableRawPointer)
-
widget
Extension methodUndocumented
Declaration
Swift
@inlinable var widget: WidgetRef! { get set }
-
leftAttach
Extension methodUndocumented
Declaration
Swift
@inlinable var leftAttach: guint16 { get set }
-
rightAttach
Extension methodUndocumented
Declaration
Swift
@inlinable var rightAttach: guint16 { get set }
-
topAttach
Extension methodUndocumented
Declaration
Swift
@inlinable var topAttach: guint16 { get set }
-
bottomAttach
Extension methodUndocumented
Declaration
Swift
@inlinable var bottomAttach: guint16 { get set }
-
xpadding
Extension methodUndocumented
Declaration
Swift
@inlinable var xpadding: guint16 { get set }
-
ypadding
Extension methodUndocumented
Declaration
Swift
@inlinable var ypadding: guint16 { get set }
-
xexpand
Extension methodUndocumented
Declaration
Swift
@inlinable var xexpand: guint { get set }
-
yexpand
Extension methodUndocumented
Declaration
Swift
@inlinable var yexpand: guint { get set }
-
xshrink
Extension methodUndocumented
Declaration
Swift
@inlinable var xshrink: guint { get set }
-
yshrink
Extension methodUndocumented
Declaration
Swift
@inlinable var yshrink: guint { get set }
-
xfill
Extension methodUndocumented
Declaration
Swift
@inlinable var xfill: guint { get set }
-
yfill
Extension methodUndocumented
Declaration
Swift
@inlinable var yfill: guint { get set }