Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Set the value of the “menu-label” property. When overloading is enabled, this is equivalent to

    set notebookPage [ #menuLabel := value ]
    

  2. setNotebookPagePosition :: (MonadIO m, IsNotebookPage o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Set the value of the “position” property. When overloading is enabled, this is equivalent to

    set notebookPage [ #position := value ]
    

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

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

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

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

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

  8. 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.

  9. 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.

  10. 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.

Page 329 of many | Previous | Next