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.
setNotebookPage :: (MonadIO m, IsNotebook o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Set the value of the “page” property. When overloading is enabled, this is equivalent to
set notebook [ #page := value ]
setNotebookScrollable :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Set the value of the “scrollable” property. When overloading is enabled, this is equivalent to
set notebook [ #scrollable := value ]
setNotebookShowBorder :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Set the value of the “show-border” property. When overloading is enabled, this is equivalent to
set notebook [ #showBorder := value ]
setNotebookShowTabs :: (MonadIO m, IsNotebook o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Set the value of the “show-tabs” property. When overloading is enabled, this is equivalent to
set notebook [ #showTabs := value ]
setNotebookTabPos :: (MonadIO m, IsNotebook o) => o -> PositionType -> m ()gi-gtk4 GI.Gtk.Objects.Notebook Set the value of the “tab-pos” property. When overloading is enabled, this is equivalent to
set notebook [ #tabPos := value ]
toNotebook :: (MonadIO m, IsNotebook o) => o -> m Notebookgi-gtk4 GI.Gtk.Objects.Notebook Cast to Notebook, for types for which this is known to be safe. For general casts, use castTo.
class (GObject o, IsDescendantOf NotebookPage o) =>
IsNotebookPage ogi-gtk4 GI.Gtk.Objects.NotebookPage Type class for types which can be safely cast to NotebookPage, for instance with toNotebookPage.
clearNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> m ()gi-gtk4 GI.Gtk.Objects.NotebookPage Set the value of the “menu-label” property to Nothing. When overloading is enabled, this is equivalent to
clear #menuLabel
clearNotebookPageTabLabel :: (MonadIO m, IsNotebookPage o) => o -> m ()gi-gtk4 GI.Gtk.Objects.NotebookPage Set the value of the “tab-label” property to Nothing. When overloading is enabled, this is equivalent to
clear #tabLabel
-
gi-gtk4 GI.Gtk.Objects.NotebookPage Construct a GValueConstruct with valid value for the “child” property. This is rarely needed directly, but it is used by new.