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.

  • ptr

    Untyped pointer to the underlying GtkTableChild instance.

    Declaration

    Swift

    var ptr: UnsafeMutableRawPointer! { get }
  • _ptr Default implementation

    Typed 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)

TableChild Record: TableChildProtocol extension (methods and fields)

  • widget Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var widget: WidgetRef! { get set }
  • leftAttach Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var leftAttach: guint16 { get set }
  • rightAttach Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var rightAttach: guint16 { get set }
  • topAttach Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var topAttach: guint16 { get set }
  • bottomAttach Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var bottomAttach: guint16 { get set }
  • xpadding Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var xpadding: guint16 { get set }
  • ypadding Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var ypadding: guint16 { get set }
  • xexpand Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var xexpand: guint { get set }
  • yexpand Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var yexpand: guint { get set }
  • xshrink Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var xshrink: guint { get set }
  • yshrink Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var yshrink: guint { get set }
  • xfill Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var xfill: guint { get set }
  • yfill Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var yfill: guint { get set }