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. notebookChildTabPacking :: (NotebookClass self, WidgetClass child) => child -> Attr self Packing

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    The packing style of the child's tab. Default value: PackGrow

  2. notebookCurrentPage :: NotebookClass self => Attr self Int

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Switches to the page number pageNum. Note that due to historical reasons, Notebook refuses to switch to a page unless the child widget is visible. Therefore, it is recommended to show child widgets before adding them to a notebook. Returns the page number of the current page.

  3. 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

  4. 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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Returns the page number of the current page.

  6. 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.

  7. 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.

  8. 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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Returns the child widget contained in page number pageNum.

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

Page 47 of many | Previous | Next