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. setSettingsGtkShellShowsMenubar :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-shell-shows-menubar” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkShellShowsMenubar := value ]
    

  2. setSettingsGtkShowStatusShapes :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-show-status-shapes” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkShowStatusShapes := value ]
    

  3. constructTextTagShowSpaces :: (IsTextTag o, MonadIO m) => [ShowFlags] -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.TextTag

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

  4. constructTextTagShowSpacesSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.TextTag

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

  5. getTextTagShowSpaces :: (MonadIO m, IsTextTag o) => o -> m [ShowFlags]

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    get textTag #showSpaces
    

  6. getTextTagShowSpacesSet :: (MonadIO m, IsTextTag o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    get textTag #showSpacesSet
    

  7. setTextTagShowSpaces :: (MonadIO m, IsTextTag o) => o -> [ShowFlags] -> m ()

    gi-gtk4 GI.Gtk.Objects.TextTag

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

    set textTag [ #showSpaces := value ]
    

  8. setTextTagShowSpacesSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.TextTag

    Set the value of the “show-spaces-set” property. When overloading is enabled, this is equivalent to

    set textTag [ #showSpacesSet := value ]
    

  9. constructTreeViewShowExpanders :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.TreeView

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

  10. getTreeViewShowExpanders :: (MonadIO m, IsTreeView o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.TreeView

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

    get treeView #showExpanders
    

Page 350 of many | Previous | Next