Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setNotebookPageReorderable :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.NotebookPage Set the value of the “reorderable” property. When overloading is enabled, this is equivalent to
set notebookPage [ #reorderable := value ]
setNotebookPageTabExpand :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.NotebookPage Set the value of the “tab-expand” property. When overloading is enabled, this is equivalent to
set notebookPage [ #tabExpand := value ]
setNotebookPageTabFill :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.NotebookPage Set the value of the “tab-fill” property. When overloading is enabled, this is equivalent to
set notebookPage [ #tabFill := value ]
setNotebookPageTabLabel :: (MonadIO m, IsNotebookPage o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.NotebookPage Set the value of the “tab-label” property. When overloading is enabled, this is equivalent to
set notebookPage [ #tabLabel := value ]
toNotebookPage :: (MonadIO m, IsNotebookPage o) => o -> m NotebookPagegi-gtk4 GI.Gtk.Objects.NotebookPage Cast to NotebookPage, for types for which this is known to be safe. For general casts, use castTo.
class (GObject o, IsDescendantOf PageSetup o) =>
IsPageSetup ogi-gtk4 GI.Gtk.Objects.PageSetup Type class for types which can be safely cast to PageSetup, for instance with toPageSetup.
toPageSetup :: (MonadIO m, IsPageSetup o) => o -> m PageSetupgi-gtk4 GI.Gtk.Objects.PageSetup Cast to PageSetup, for types for which this is known to be safe. For general casts, use castTo.
class (GObject o, IsDescendantOf PageSetupUnixDialog o) =>
IsPageSetupUnixDialog ogi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog Type class for types which can be safely cast to PageSetupUnixDialog, for instance with toPageSetupUnixDialog.
toPageSetupUnixDialog :: (MonadIO m, IsPageSetupUnixDialog o) => o -> m PageSetupUnixDialoggi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog Cast to PageSetupUnixDialog, for types for which this is known to be safe. For general casts, use castTo.
printContextGetPageSetup :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m PageSetupgi-gtk4 GI.Gtk.Objects.PrintContext Obtains the GtkPageSetup that determines the page dimensions of the GtkPrintContext.