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

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Disables the popup menu.

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

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

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

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

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

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    Sets widget as one of the action widgets. Depending on the pack type the widget will be placed before or after the tabs. You can use a Box if you need to pack more than one widget on the same side. Note that action widgets are “internal” children of the notebook and thus not included in the list returned from containerForeach. Since: 2.20

Page 22 of many | Previous | Next