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

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

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

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

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

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

  7. getNotebookPageChild :: (MonadIO m, IsNotebookPage o) => o -> m Widget

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Get the value of the “child” property. When overloading is enabled, this is equivalent to

    get notebookPage #child
    

  8. getNotebookPageDetachable :: (MonadIO m, IsNotebookPage o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Get the value of the “detachable” property. When overloading is enabled, this is equivalent to

    get notebookPage #detachable
    

  9. getNotebookPageMenu :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Widget)

    gi-gtk4 GI.Gtk.Objects.NotebookPage

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

    get notebookPage #menu
    

  10. getNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Text)

    gi-gtk4 GI.Gtk.Objects.NotebookPage

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

    get notebookPage #menuLabel
    

Page 327 of many | Previous | Next