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. notebookNew :: (HasCallStack, MonadIO m) => m Notebook

    gi-gtk3 GI.Gtk.Objects.Notebook

    Creates a new Notebook widget with no pages.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Switches to the next page. Nothing happens if the current page is the last page.

  3. notebookPageNum :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Int32

    gi-gtk3 GI.Gtk.Objects.Notebook

    Finds the index of the page which contains the given child widget.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Disables the popup menu.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Enables the popup menu: if the user clicks with the right mouse button on the tab labels, a menu with all the pages will be popped up.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Prepends a page to notebook.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

  8. notebookPrevPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Switches to the previous page. Nothing happens if the current page is the first page.

  9. notebookRemovePage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Removes a page from the notebook given its index in the notebook.

  10. notebookReorderChild :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Reorders the page containing child, so that it appears in position position. If position is greater than or equal to the number of children in the list or negative, child will be moved to the end of the list.

Page 22 of many | Previous | Next