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.
headerBarGetShowTitleButtons :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.HeaderBar Returns whether this header bar shows the standard window title buttons.
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.
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 ]
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.
getInfoBarShowCloseButton :: (MonadIO m, IsInfoBar o) => o -> m Boolgi-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
infoBarGetShowCloseButton :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.InfoBar Deprecated: (Since version 4.10)
infoBarSetShowCloseButton :: (HasCallStack, MonadIO m, IsInfoBar a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.InfoBar Deprecated: (Since version 4.10)
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 ]
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.
getListBoxShowSeparators :: (MonadIO m, IsListBox o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.ListBox Get the value of the “show-separators” property. When overloading is enabled, this is equivalent to
get listBox #showSeparators