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.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Returns whether the tab contents can be detached from notebook. Since: 2.10

  2. notebookGetTabHborder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Word16

    gi-gtk3 GI.Gtk.Objects.Notebook

    Deprecated: (Since version 3.4)this function returns zero

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

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

  7. notebookGetTabVborder :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Word16

    gi-gtk3 GI.Gtk.Objects.Notebook

    Deprecated: (Since version 3.4)this function returns zero

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Insert a page into notebook at the given position.

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

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

  10. notebookNew :: (HasCallStack, MonadIO m) => m Notebook

    gi-gtk3 GI.Gtk.Objects.Notebook

    Creates a new Notebook widget with no pages.

Page 21 of many | Previous | Next