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.
class (GObject o, IsDescendantOf NotebookAccessible o) =>
IsNotebookAccessible ogi-gtk3 GI.Gtk.Objects.NotebookAccessible Type class for types which can be safely cast to NotebookAccessible, for instance with toNotebookAccessible.
toNotebookAccessible :: (MonadIO m, IsNotebookAccessible o) => o -> m NotebookAccessiblegi-gtk3 GI.Gtk.Objects.NotebookAccessible Cast to NotebookAccessible, for types for which this is known to be safe. For general casts, use castTo.
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.
toNotebookPageAccessible :: (MonadIO m, IsNotebookPageAccessible o) => o -> m NotebookPageAccessiblegi-gtk3 GI.Gtk.Objects.NotebookPageAccessible Cast to NotebookPageAccessible, for types for which this is known to be safe. For general casts, use castTo.
AccessibleRoleNote :: AccessibleRolegi-gtk4 GI.Gtk.Enums Unused
AnotherNotebookTab :: Int -> NotebookTabgi-gtk4 GI.Gtk.Enums Catch-all for unknown values
class (GObject o, IsDescendantOf Notebook o) =>
IsNotebook ogi-gtk4 GI.Gtk.Objects.Notebook Type class for types which can be safely cast to Notebook, for instance with toNotebook.
-
gi-gtk4 GI.Gtk.Objects.Notebook Connect a signal handler for the changeCurrentPage signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after notebook #changeCurrentPage callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gtk4 GI.Gtk.Objects.Notebook Connect a signal handler for the createWindow signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after notebook #createWindow callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gtk4 GI.Gtk.Objects.Notebook Connect a signal handler for the focusTab signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after notebook #focusTab callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.