Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the focusTab signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on notebook #focusTab callback
-
gi-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the moveFocusOut signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on notebook #moveFocusOut callback
-
gi-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the pageAdded signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on notebook #pageAdded callback
-
gi-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the pageRemoved signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on notebook #pageRemoved callback
-
gi-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the pageReordered signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on notebook #pageReordered callback
-
gi-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the reorderTab signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on notebook #reorderTab callback
-
gi-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the selectPage signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on notebook #selectPage callback
-
gi-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the switchPage signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on notebook #switchPage callback
setNotebookEnablePopup :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Notebook Set the value of the “enable-popup” property. When overloading is enabled, this is equivalent to
set notebook [ #enablePopup := value ]
setNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.Notebook Set the value of the “group-name” property. When overloading is enabled, this is equivalent to
set notebook [ #groupName := value ]