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. notebookGetTabReorderable :: (NotebookClass self, WidgetClass child) => self -> child -> IO Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

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

    • Available since Gtk version 2.10

  2. notebookHomogeneous :: NotebookClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Whether tabs should have homogeneous sizes. Default value: False

  3. notebookInsertPage :: (NotebookClass self, WidgetClass child, GlibString string) => self -> child -> string -> Int -> IO Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Insert a page into notebook at the given position.

    • The given label will be used for the label widget of the new tab. In case the context menu is enabled, this name will also appear in the popup menu. If you want to specify something else to go in the tab, use notebookInsertPageMenu.
    • This function returned () in Gtk version 2.2.X and earlier

  4. notebookInsertPageMenu :: (NotebookClass self, WidgetClass child, WidgetClass tabLabel, WidgetClass menuLabel) => self -> child -> tabLabel -> menuLabel -> Int -> IO Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Insert a page into notebook at the given position, specifying the widget to use as the label in the popup menu. Like notebookInsertPage but allows any widget to be used for the label of the new tab and then entry in the page-switch popup menu.

    • This function returned () in Gtk version 2.2.X and earlier

  5. notebookNew :: IO Notebook

    gtk Graphics.UI.Gtk.Layout.Notebook

    Creates a new Notebook widget with no pages.

  6. notebookNextPage :: NotebookClass self => self -> IO ()

    gtk Graphics.UI.Gtk.Layout.Notebook

    Switches to the next page. Nothing happens if the current page is the last page.

  7. notebookPage :: NotebookClass self => Attr self Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    The index of the current page. Allowed values: >= 0 Default value: 0

  8. notebookPageNum :: (NotebookClass self, WidgetClass w) => self -> w -> IO (Maybe Int)

    gtk Graphics.UI.Gtk.Layout.Notebook

    Query the page the child widget is contained in.

    • The function returns the page number if the child was found, Nothing otherwise.

  9. notebookPrependPage :: (NotebookClass self, WidgetClass child, GlibString string) => self -> child -> string -> IO Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Prepends a page to notebook.

    • The given label will be used for the label widget of the new tab. In case the context menu is enabled, this name will also appear in the popup menu. If you want to specify something else to go in the tab, use notebookPrependPageMenu.
    • This function returned () in Gtk version 2.2.X and earlier

  10. notebookPrependPageMenu :: (NotebookClass self, WidgetClass child, WidgetClass tabLabel, WidgetClass menuLabel) => self -> child -> tabLabel -> menuLabel -> IO Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Prepends a page to notebook, specifying the widget to use as the label in the popup menu. Like notebookPrependPage but allows any widget to be used for the label of the new tab and then entry in the page-switch popup menu.

    • This function returned () in Gtk version 2.2.X and earlier

Page 27 of many | Previous | Next