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. headerBarGetShowTitleButtons :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.HeaderBar

    Returns whether this header bar shows the standard window title buttons.

  2. headerBarSetShowTitleButtons :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.HeaderBar

    Sets whether this header bar shows the standard window title buttons.

  3. setHeaderBarShowTitleButtons :: (MonadIO m, IsHeaderBar o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.HeaderBar

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

    set headerBar [ #showTitleButtons := value ]
    

  4. constructInfoBarShowCloseButton :: (IsInfoBar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.InfoBar

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

  5. getInfoBarShowCloseButton :: (MonadIO m, IsInfoBar o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.InfoBar

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

    get infoBar #showCloseButton
    

  6. infoBarGetShowCloseButton :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.InfoBar

    Deprecated: (Since version 4.10)

  7. infoBarSetShowCloseButton :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.InfoBar

    Deprecated: (Since version 4.10)

  8. setInfoBarShowCloseButton :: (MonadIO m, IsInfoBar o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.InfoBar

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

    set infoBar [ #showCloseButton := value ]
    

  9. constructListBoxShowSeparators :: (IsListBox o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.ListBox

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

  10. getListBoxShowSeparators :: (MonadIO m, IsListBox o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.ListBox

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

    get listBox #showSeparators
    

Page 343 of many | Previous | Next