Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. notebookSetTabLabelText :: (NotebookClass self, WidgetClass child, GlibString string) => self -> child -> string -> IO ()

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Creates a new label and sets it as the tab label for the page containing child.

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

    gtk3 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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

    gtk3 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

    gtk3 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

    gtk3 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

    gtk3 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

    gtk3 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 51 of many | Previous | Next