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

  2. type NotebookFocusTabCallback = NotebookTab -> IO Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

  3. type NotebookMoveFocusOutCallback = DirectionType -> IO ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

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

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

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

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

    gi-gtk3 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

  8. type NotebookSelectPageCallback = Bool -> IO Bool

    gi-gtk3 GI.Gtk.Objects.Notebook

    No description available in the introspection data.

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

    gi-gtk3 GI.Gtk.Objects.Notebook

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

  10. module GI.Gtk.Objects.NotebookAccessible

    No description available in the introspection data.

Page 69 of many | Previous | Next