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. notebookGetMenuLabelText :: (NotebookClass self, WidgetClass child, GlibString string) => self -> child -> IO (Maybe string)

    gtk Graphics.UI.Gtk.Layout.Notebook

    Retrieves the text of the menu label for the page containing child.

  2. notebookGetNPages :: NotebookClass self => self -> IO Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Gets the number of pages in a notebook.

    • Available since Gtk version 2.2

  3. notebookGetNthPage :: NotebookClass self => self -> Int -> IO (Maybe Widget)

    gtk Graphics.UI.Gtk.Layout.Notebook

    Returns the child widget contained in page number pageNum.

  4. notebookGetScrollable :: NotebookClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Returns whether the tab label area has arrows for scrolling. See notebookSetScrollable.

  5. notebookGetShowBorder :: NotebookClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Returns whether a bevel will be drawn around the notebook pages. See notebookSetShowBorder.

  6. notebookGetShowTabs :: NotebookClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Returns whether the tabs of the notebook are shown. See notebookSetShowTabs.

  7. notebookGetTabDetachable :: (NotebookClass self, WidgetClass child) => self -> child -> IO Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    Returns whether the tab contents can be detached from notebook.

    • Available since Gtk version 2.10

  8. notebookGetTabLabel :: (NotebookClass self, WidgetClass child) => self -> child -> IO (Maybe Widget)

    gtk Graphics.UI.Gtk.Layout.Notebook

    Returns the tab label widget for the page child. Nothing is returned if child is not in notebook or if no tab label has specifically been set for child.

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

    gtk Graphics.UI.Gtk.Layout.Notebook

    Retrieves the text of the tab label for the page containing child.

  10. notebookGetTabPos :: NotebookClass self => self -> IO PositionType

    gtk Graphics.UI.Gtk.Layout.Notebook

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

Page 26 of many | Previous | Next