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.
getNotebookEnablePopup :: (MonadIO m, IsNotebook o) => o -> m Boolgi-gtk4 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-gtk4 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-gtk4 GI.Gtk.Objects.Notebook Get the value of the “page” property. When overloading is enabled, this is equivalent to
get notebook #page
getNotebookPages :: (MonadIO m, IsNotebook o) => o -> m (Maybe ListModel)gi-gtk4 GI.Gtk.Objects.Notebook Get the value of the “pages” property. When overloading is enabled, this is equivalent to
get notebook #pages
getNotebookScrollable :: (MonadIO m, IsNotebook o) => o -> m Boolgi-gtk4 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-gtk4 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-gtk4 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-gtk4 GI.Gtk.Objects.Notebook Get the value of the “tab-pos” property. When overloading is enabled, this is equivalent to
get notebook #tabPos
-
gi-gtk4 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-gtk4 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