NotebookTab

public extension NotebookTab

Undocumented

  • Cast constructor, converting any binary integer to a NotebookTab.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Undocumented

    Declaration

    Swift

    static let first: GtkNotebookTab
  • Undocumented

    Declaration

    Swift

    static let last: GtkNotebookTab