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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Returns whether the tab contents can be detached from notebook.

    • Available since Gtk version 2.10

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

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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

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

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Gets whether the tab can be reordered via drag and drop or not.

    • Available since Gtk version 2.10

  8. notebookHomogeneous :: NotebookClass self => Attr self Bool

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Whether tabs should have homogeneous sizes. Default value: False

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

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Insert a page into notebook at the given position.

    • The given label will be used for the label widget of the new tab. In case the context menu is enabled, this name will also appear in the popup menu. If you want to specify something else to go in the tab, use notebookInsertPageMenu.
    • This function returned () in Gtk version 2.2.X and earlier

  10. notebookInsertPageMenu :: (NotebookClass self, WidgetClass child, WidgetClass tabLabel, WidgetClass menuLabel) => self -> child -> tabLabel -> menuLabel -> Int -> IO Int

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Insert a page into notebook at the given position, specifying the widget to use as the label in the popup menu. Like notebookInsertPage but allows any widget to be used for the label of the new tab and then entry in the page-switch popup menu.

    • This function returned () in Gtk version 2.2.X and earlier

Page 48 of many | Previous | Next