Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. type NotebookFocusTabCallback = NotebookTab -> IO Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

  2. type NotebookMoveFocusOutCallback = DirectionType -> IO ()

    gi-gtk4 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

  3. type NotebookPageAddedCallback = Widget -> Word32 -> IO ()

    gi-gtk4 GI.Gtk.Objects.Notebook

    the pageAdded signal is emitted in the notebook right after a page is added to the notebook.

  4. type NotebookPageRemovedCallback = Widget -> Word32 -> IO ()

    gi-gtk4 GI.Gtk.Objects.Notebook

    the pageRemoved signal is emitted in the notebook right after a page is removed from the notebook.

  5. type NotebookPageReorderedCallback = Widget -> Word32 -> IO ()

    gi-gtk4 GI.Gtk.Objects.Notebook

    the pageReordered signal is emitted in the notebook right after a page has been reordered.

  6. type NotebookReorderTabCallback = DirectionType -> Bool -> IO Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

  7. type NotebookSelectPageCallback = Bool -> IO Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

  8. type NotebookSwitchPageCallback = Widget -> Word32 -> IO ()

    gi-gtk4 GI.Gtk.Objects.Notebook

    Emitted when the user or a function changes the current page.

  9. module GI.Gtk.Objects.NotebookPage

    GtkNotebookPage is an auxiliary object used by GtkNotebook.

  10. newtype NotebookPage

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Memory-managed wrapper type.

Page 73 of many | Previous | Next