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.
constructNotebookPageDetachable :: (IsNotebookPage o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.NotebookPage Construct a GValueConstruct with valid value for the “detachable” property. This is rarely needed directly, but it is used by new.
constructNotebookPageMenu :: (IsNotebookPage o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.NotebookPage Construct a GValueConstruct with valid value for the “menu” property. This is rarely needed directly, but it is used by new.
constructNotebookPageMenuLabel :: (IsNotebookPage o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.NotebookPage Construct a GValueConstruct with valid value for the “menu-label” property. This is rarely needed directly, but it is used by new.
constructNotebookPagePosition :: (IsNotebookPage o, MonadIO m) => Int32 -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.NotebookPage Construct a GValueConstruct with valid value for the “position” property. This is rarely needed directly, but it is used by new.
constructNotebookPageReorderable :: (IsNotebookPage o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.NotebookPage Construct a GValueConstruct with valid value for the “reorderable” property. This is rarely needed directly, but it is used by new.
constructNotebookPageTab :: (IsNotebookPage o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.NotebookPage Construct a GValueConstruct with valid value for the “tab” property. This is rarely needed directly, but it is used by new.
constructNotebookPageTabExpand :: (IsNotebookPage o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.NotebookPage Construct a GValueConstruct with valid value for the “tab-expand” property. This is rarely needed directly, but it is used by new.
constructNotebookPageTabFill :: (IsNotebookPage o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.NotebookPage Construct a GValueConstruct with valid value for the “tab-fill” property. This is rarely needed directly, but it is used by new.
constructNotebookPageTabLabel :: (IsNotebookPage o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.NotebookPage Construct a GValueConstruct with valid value for the “tab-label” property. This is rarely needed directly, but it is used by new.
getNotebookPageChild :: (MonadIO m, IsNotebookPage o) => o -> m Widgetgi-gtk4 GI.Gtk.Objects.NotebookPage Get the value of the “child” property. When overloading is enabled, this is equivalent to
get notebookPage #child