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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. toNotebookPage :: (MonadIO m, IsNotebookPage o) => o -> m NotebookPage

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Cast to NotebookPage, for types for which this is known to be safe. For general casts, use castTo.

  6. class (GObject o, IsDescendantOf PageSetup o) => IsPageSetup o

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Type class for types which can be safely cast to PageSetup, for instance with toPageSetup.

  7. toPageSetup :: (MonadIO m, IsPageSetup o) => o -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Cast to PageSetup, for types for which this is known to be safe. For general casts, use castTo.

  8. class (GObject o, IsDescendantOf PageSetupUnixDialog o) => IsPageSetupUnixDialog o

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

    Type class for types which can be safely cast to PageSetupUnixDialog, for instance with toPageSetupUnixDialog.

  9. toPageSetupUnixDialog :: (MonadIO m, IsPageSetupUnixDialog o) => o -> m PageSetupUnixDialog

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

    Cast to PageSetupUnixDialog, for types for which this is known to be safe. For general casts, use castTo.

  10. printContextGetPageSetup :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PrintContext

    Obtains the GtkPageSetup that determines the page dimensions of the GtkPrintContext.

Page 329 of many | Previous | Next