Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

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

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

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

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns whether the tabs of the notebook are shown.

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

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

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

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

    gi-gtk4 GI.Gtk.Objects.Notebook

    Gets the edge at which the tabs are drawn.

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

    gi-gtk4 GI.Gtk.Objects.Notebook

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

  9. notebookInsertPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> Int32 -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

    Insert a page into notebook at the given position.

  10. notebookInsertPageMenu :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => a -> b -> Maybe c -> Maybe d -> Int32 -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

    Insert a page into notebook at the given position, specifying the widget to use as the label in the popup menu.

Page 38 of many | Previous | Next