Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. notebookGetNthPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m (Maybe Widget)

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns the child widget contained in page number pageNum.

  2. notebookGetPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m NotebookPage

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns the GtkNotebookPage for child.

  3. notebookGetPages :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ListModel

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns a GListModel that contains the pages of the notebook. This can be used to keep an up-to-date view. The model also implements SelectionModel and can be used to track and modify the visible page.

  4. notebookGetScrollable :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns whether the tab label area has arrows for scrolling.

  5. notebookGetShowBorder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

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

  6. notebookGetShowTabs :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns whether the tabs of the notebook are shown.

  7. notebookGetTabDetachable :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns whether the tab contents can be detached from notebook.

  8. notebookGetTabLabel :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m (Maybe Widget)

    gi-gtk4 GI.Gtk.Objects.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.

  9. notebookGetTabLabelText :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m (Maybe Text)

    gi-gtk4 GI.Gtk.Objects.Notebook

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

  10. notebookGetTabPos :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m PositionType

    gi-gtk4 GI.Gtk.Objects.Notebook

    Gets the edge at which the tabs are drawn.

Page 37 of many | Previous | Next