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. noTextTagTableForeach_WithClosures :: Maybe TextTagTableForeach_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextTagTableForeach_WithClosures.

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

    gi-gtk4 GI.Gtk.Objects.Notebook

    Appends a page to notebook.

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

    gi-gtk4 GI.Gtk.Objects.Notebook

    Appends a page to notebook, specifying the widget to use as the label in the popup menu.

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

    gi-gtk4 GI.Gtk.Objects.Notebook

    Removes the child from the notebook. This function is very similar to notebookRemovePage, but additionally informs the notebook that the removal is happening as part of a tab DND operation, which should not be cancelled.

  5. notebookGetActionWidget :: (HasCallStack, MonadIO m, IsNotebook a) => a -> PackType -> m (Maybe Widget)

    gi-gtk4 GI.Gtk.Objects.Notebook

    Gets one of the action widgets. See notebookSetActionWidget.

  6. notebookGetCurrentPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

    Returns the page number of the current page.

  7. notebookGetGroupName :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m (Maybe Text)

    gi-gtk4 GI.Gtk.Objects.Notebook

    Gets the current group name for notebook.

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

    gi-gtk4 GI.Gtk.Objects.Notebook

    Retrieves the menu label widget of the page containing child.

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

    gi-gtk4 GI.Gtk.Objects.Notebook

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

  10. notebookGetNPages :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

    Gets the number of pages in a notebook.

Page 36 of many | Previous | Next