Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. getDropDownHeaderFactory :: (MonadIO m, IsDropDown o) => o -> m (Maybe ListItemFactory)

    gi-gtk4 GI.Gtk.Objects.DropDown

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

    get dropDown #headerFactory
    

  2. setDropDownHeaderFactory :: (MonadIO m, IsDropDown o, IsListItemFactory a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.DropDown

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

    set dropDown [ #headerFactory := value ]
    

  3. class (GObject o, IsDescendantOf HeaderBar o) => IsHeaderBar o

    gi-gtk4 GI.Gtk.Objects.HeaderBar

    Type class for types which can be safely cast to HeaderBar, for instance with toHeaderBar.

  4. clearHeaderBarDecorationLayout :: (MonadIO m, IsHeaderBar o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.HeaderBar

    Set the value of the “decoration-layout” property to Nothing. When overloading is enabled, this is equivalent to

    clear #decorationLayout
    

  5. clearHeaderBarTitleWidget :: (MonadIO m, IsHeaderBar o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.HeaderBar

    Set the value of the “title-widget” property to Nothing. When overloading is enabled, this is equivalent to

    clear #titleWidget
    

  6. constructHeaderBarDecorationLayout :: (IsHeaderBar o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.HeaderBar

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

  7. constructHeaderBarShowTitleButtons :: (IsHeaderBar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.HeaderBar

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

  8. constructHeaderBarTitleWidget :: (IsHeaderBar o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.HeaderBar

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

  9. getHeaderBarDecorationLayout :: (MonadIO m, IsHeaderBar o) => o -> m (Maybe Text)

    gi-gtk4 GI.Gtk.Objects.HeaderBar

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

    get headerBar #decorationLayout
    

  10. getHeaderBarShowTitleButtons :: (MonadIO m, IsHeaderBar o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.HeaderBar

    Get the value of the “show-title-buttons” property. When overloading is enabled, this is equivalent to

    get headerBar #showTitleButtons
    

Page 263 of many | Previous | Next