NotebookTab

public extension NotebookTab
  • 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

  • the first tab in the notebook

    Declaration

    Swift

    static let first: GtkNotebookTab
  • the last tab in the notebook

    Declaration

    Swift

    static let last: GtkNotebookTab