Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. newtype Notebook

    gi-gtk3 GI.Gtk.Objects.Notebook

    Memory-managed wrapper type.

  2. Notebook :: ManagedPtr Notebook -> Notebook

    gi-gtk3 GI.Gtk.Objects.Notebook

    No documentation available.

  3. type NotebookChangeCurrentPageCallback = Int32 -> IO Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

  4. type NotebookCreateWindowCallback = Widget -> Int32 -> Int32 -> IO Notebook

    gi-gtk3 GI.Gtk.Objects.Notebook

    The createWindow signal is emitted when a detachable tab is dropped on the root window. A handler for this signal can create a window containing a notebook where the tab will be attached. It is also responsible for moving/resizing the window and adding the necessary properties to the notebook (e.g. the Notebook:groupName ). Since: 2.12

  5. type NotebookFocusTabCallback = NotebookTab -> IO Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

  6. type NotebookMoveFocusOutCallback = DirectionType -> IO ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

Page 74 of many | Previous | Next