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. constructNotebookPage :: (IsNotebook o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “page” property. This is rarely needed directly, but it is used by new.

  2. constructNotebookScrollable :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “scrollable” property. This is rarely needed directly, but it is used by new.

  3. constructNotebookShowBorder :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “show-border” property. This is rarely needed directly, but it is used by new.

  4. constructNotebookShowTabs :: (IsNotebook o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “show-tabs” property. This is rarely needed directly, but it is used by new.

  5. constructNotebookTabPos :: (IsNotebook o, MonadIO m) => PositionType -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Notebook

    Construct a GValueConstruct with valid value for the “tab-pos” property. This is rarely needed directly, but it is used by new.

  6. getNotebookEnablePopup :: (MonadIO m, IsNotebook o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    get notebook #enablePopup
    

  7. getNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> m (Maybe Text)

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    get notebook #groupName
    

  8. getNotebookPage :: (MonadIO m, IsNotebook o) => o -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    get notebook #page
    

  9. getNotebookPages :: (MonadIO m, IsNotebook o) => o -> m (Maybe ListModel)

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    get notebook #pages
    

  10. getNotebookScrollable :: (MonadIO m, IsNotebook o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    get notebook #scrollable
    

Page 147 of many | Previous | Next