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.
-
gtk Graphics.UI.Gtk.Layout.Notebook Retrieves the text of the menu label for the page containing child.
notebookGetNPages :: NotebookClass self => self -> IO Intgtk 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)gtk Graphics.UI.Gtk.Layout.Notebook Returns the child widget contained in page number pageNum.
notebookGetScrollable :: NotebookClass self => self -> IO Boolgtk Graphics.UI.Gtk.Layout.Notebook Returns whether the tab label area has arrows for scrolling. See notebookSetScrollable.
notebookGetShowBorder :: NotebookClass self => self -> IO Boolgtk Graphics.UI.Gtk.Layout.Notebook Returns whether a bevel will be drawn around the notebook pages. See notebookSetShowBorder.
notebookGetShowTabs :: NotebookClass self => self -> IO Boolgtk Graphics.UI.Gtk.Layout.Notebook Returns whether the tabs of the notebook are shown. See notebookSetShowTabs.
notebookGetTabDetachable :: (NotebookClass self, WidgetClass child) => self -> child -> IO Boolgtk Graphics.UI.Gtk.Layout.Notebook Returns whether the tab contents can be detached from notebook.
- Available since Gtk version 2.10
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.
-
gtk Graphics.UI.Gtk.Layout.Notebook Retrieves the text of the tab label for the page containing child.
notebookGetTabPos :: NotebookClass self => self -> IO PositionTypegtk Graphics.UI.Gtk.Layout.Notebook Gets the edge at which the tabs for switching pages in the notebook are drawn.