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 reorderTab signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after notebook #reorderTab 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-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the selectPage signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after notebook #selectPage 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-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the switchPage signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after notebook #switchPage 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. clearNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> m ()gi-gtk3 GI.Gtk.Objects.Notebook Set the value of the “group-name” property to Nothing. When overloading is enabled, this is equivalent to
clear #groupName
constructNotebookEnablePopup :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Notebook Construct a GValueConstruct with valid value for the “enable-popup” property. This is rarely needed directly, but it is used by new.
constructNotebookGroupName :: (IsNotebook o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Notebook Construct a GValueConstruct with valid value for the “group-name” property. This is rarely needed directly, but it is used by new.
constructNotebookPage :: (IsNotebook o, MonadIO m) => Int32 -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Notebook Construct a GValueConstruct with valid value for the “page” property. This is rarely needed directly, but it is used by new.
constructNotebookScrollable :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Notebook Construct a GValueConstruct with valid value for the “scrollable” property. This is rarely needed directly, but it is used by new.
constructNotebookShowBorder :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Notebook Construct a GValueConstruct with valid value for the “show-border” property. This is rarely needed directly, but it is used by new.
constructNotebookShowTabs :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Notebook Construct a GValueConstruct with valid value for the “show-tabs” property. This is rarely needed directly, but it is used by new.