Hoogle Search
Within LTS Haskell 24.41 (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 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 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
setNotebookPage :: (MonadIO m, IsNotebook o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Notebook Set the value of the “page” property. When overloading is enabled, this is equivalent to
set notebook [ #page := value ]
module GI.Gtk.Objects.
NotebookPageAccessible No description available in the introspection data.
class (GObject o, IsDescendantOf NotebookPageAccessible o) =>
IsNotebookPageAccessible ogi-gtk3 GI.Gtk.Objects.NotebookPageAccessible Type class for types which can be safely cast to NotebookPageAccessible, for instance with toNotebookPageAccessible.
newtype
NotebookPageAccessible gi-gtk3 GI.Gtk.Objects.NotebookPageAccessible Memory-managed wrapper type.
NotebookPageAccessible :: ManagedPtr NotebookPageAccessible -> NotebookPageAccessiblegi-gtk3 GI.Gtk.Objects.NotebookPageAccessible No documentation available.