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.
type
NotebookCreateWindowCallback = Widget -> Int32 -> Int32 -> IO Notebookgi-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
type
NotebookFocusTabCallback = NotebookTab -> IO Boolgi-gtk3 GI.Gtk.Objects.Notebook No description available in the introspection data.
type
NotebookMoveFocusOutCallback = DirectionType -> IO ()gi-gtk3 GI.Gtk.Objects.Notebook No description available in the introspection data.
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
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
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
type
NotebookReorderTabCallback = DirectionType -> Bool -> IO Boolgi-gtk3 GI.Gtk.Objects.Notebook No description available in the introspection data.
type
NotebookSelectPageCallback = Bool -> IO Boolgi-gtk3 GI.Gtk.Objects.Notebook No description available in the introspection data.
type
NotebookSwitchPageCallback = Widget -> Word32 -> IO ()gi-gtk3 GI.Gtk.Objects.Notebook Emitted when the user or a function changes the current page.
module GI.Gtk.Objects.
NotebookAccessible No description available in the introspection data.