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.
constructNotebookTabPos :: (IsNotebook o, MonadIO m) => PositionType -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Notebook Construct a GValueConstruct with valid value for the “tab-pos” property. This is rarely needed directly, but it is used by new.
getNotebookEnablePopup :: (MonadIO m, IsNotebook o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Get the value of the “enable-popup” property. When overloading is enabled, this is equivalent to
get notebook #enablePopup
getNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> m (Maybe Text)gi-gtk3 GI.Gtk.Objects.Notebook Get the value of the “group-name” property. When overloading is enabled, this is equivalent to
get notebook #groupName
getNotebookPage :: (MonadIO m, IsNotebook o) => o -> m Int32gi-gtk3 GI.Gtk.Objects.Notebook Get the value of the “page” property. When overloading is enabled, this is equivalent to
get notebook #page
getNotebookScrollable :: (MonadIO m, IsNotebook o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Get the value of the “scrollable” property. When overloading is enabled, this is equivalent to
get notebook #scrollable
getNotebookShowBorder :: (MonadIO m, IsNotebook o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Get the value of the “show-border” property. When overloading is enabled, this is equivalent to
get notebook #showBorder
getNotebookShowTabs :: (MonadIO m, IsNotebook o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Notebook Get the value of the “show-tabs” property. When overloading is enabled, this is equivalent to
get notebook #showTabs
getNotebookTabPos :: (MonadIO m, IsNotebook o) => o -> m PositionTypegi-gtk3 GI.Gtk.Objects.Notebook Get the value of the “tab-pos” property. When overloading is enabled, this is equivalent to
get notebook #tabPos
-
gi-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the changeCurrentPage signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on notebook #changeCurrentPage callback
-
gi-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the createWindow signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on notebook #createWindow callback