Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. notebookSetTabPos :: NotebookClass self => self -> PositionType -> IO ()

    gtk Graphics.UI.Gtk.Layout.Notebook

    Sets the edge at which the tabs for switching pages in the notebook are drawn.

  2. notebookSetTabReorderable :: (NotebookClass self, WidgetClass child) => self -> child -> Bool -> IO ()

    gtk Graphics.UI.Gtk.Layout.Notebook

    Sets whether the notebook tab can be reordered via drag and drop or not.

    • Available since Gtk version 2.10

  3. notebookSetTabVBorder :: NotebookClass self => self -> Int -> IO ()

    gtk Graphics.UI.Gtk.Layout.Notebook

    Sets the width of the vertical border of tab labels.

    • Warning: this function is deprecated and should not be used in newly-written code.
    Removed in Gtk3.

  4. notebookShowBorder :: NotebookClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Whether the border should be shown or not. Default value: True

  5. notebookShowTabs :: NotebookClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Whether tabs should be shown or not. Default value: True

  6. notebookStyleArrowSpacing :: NotebookClass self => ReadAttr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    The notebookStyleArrowSpacing property defines the spacing between the scroll arrows and the tabs. Allowed values: >= 0 Default value: 0

    • Available since Gtk version 2.10

  7. notebookStyleHasBackwardStepper :: NotebookClass self => ReadAttr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    The notebookStyleHasBackwardStepper property determines whether the standard backward arrow button is displayed. Default value: True

    • Available since Gtk version 2.4

  8. notebookStyleHasForwardStepper :: NotebookClass self => ReadAttr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    The notebookStyleHasForwardStepper property determines whether the standard forward arrow button is displayed. Default value : True

    • Available since Gtk version 2.4

  9. notebookStyleHasSecondaryBackwardStepper :: NotebookClass self => ReadAttr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    The notebookStyleHasSecondaryBackwardStepper property determines whether a second backward arrow button is displayed on the opposite end of the tab area. Default value: False

    • Available since Gtk version 2.4

  10. notebookStyleHasSecondaryForwardStepper :: NotebookClass self => ReadAttr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    The notebookStyleHasSecondaryForwardStepper property determines whether a second forward arrow button is displayed on the opposite end of the tab area. Default value: False

    • Available since Gtk version 2.4

Page 30 of many | Previous | Next