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.
notebookEnablePopup :: NotebookClass self => Attr self Boolgtk3 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
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
notebookGetCurrentPage :: NotebookClass self => self -> IO Intgtk3 Graphics.UI.Gtk.Layout.Notebook Returns the page number of the current page.
-
gtk3 Graphics.UI.Gtk.Layout.Notebook Retrieves the menu label widget of the page containing child.
-
gtk3 Graphics.UI.Gtk.Layout.Notebook Retrieves the text of the menu label for the page containing child.
notebookGetNPages :: NotebookClass self => self -> IO Intgtk3 Graphics.UI.Gtk.Layout.Notebook Gets the number of pages in a notebook.
- Available since Gtk version 2.2
notebookGetNthPage :: NotebookClass self => self -> Int -> IO (Maybe Widget)gtk3 Graphics.UI.Gtk.Layout.Notebook Returns the child widget contained in page number pageNum.
notebookGetScrollable :: NotebookClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Returns whether the tab label area has arrows for scrolling. See notebookSetScrollable.
notebookGetShowBorder :: NotebookClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Returns whether a bevel will be drawn around the notebook pages. See notebookSetShowBorder.
notebookGetShowTabs :: NotebookClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.Layout.Notebook Returns whether the tabs of the notebook are shown. See notebookSetShowTabs.