Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. toNotebook :: (MonadIO m, IsNotebook o) => o -> m Notebook

    gi-gtk4 GI.Gtk.Objects.Notebook

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

  2. class (GObject o, IsDescendantOf NotebookPage o) => IsNotebookPage o

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Type class for types which can be safely cast to NotebookPage, for instance with toNotebookPage.

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

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

  5. constructNotebookPageChild :: (IsNotebookPage o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)

    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.

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

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

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

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

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

Page 150 of many | Previous | Next