Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

  1. notebookEnablePopup :: NotebookClass self => Attr self Bool

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    If True, pressing the right mouse button on the notebook pops up a menu that you can use to go to a page. Default value: False

  2. notebookGetActionWidget :: NotebookClass self => self -> PackType -> IO (Maybe Widget)

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Gets one of the action widgets. See notebookSetActionWidget.

    • Available since Gtk version 2.20

  3. notebookGetCurrentPage :: NotebookClass self => self -> IO Int

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Returns the page number of the current page.

  4. notebookGetMenuLabel :: (NotebookClass self, WidgetClass child) => self -> child -> IO (Maybe Widget)

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Retrieves the menu label widget of the page containing child.

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Gets the number of pages in a notebook.

    • Available since Gtk version 2.2

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Returns the child widget contained in page number pageNum.

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

Page 47 of many | Previous | Next