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.
listBoxRowSetHeader :: (HasCallStack, MonadIO m, IsListBoxRow a, IsWidget b) => a -> Maybe b -> m ()gi-gtk3 GI.Gtk.Objects.ListBoxRow Sets the current header of the row. This is only allowed to be called from a ListBoxUpdateHeaderFunc. It will replace any existing header in the row, and be shown in front of the row in the listbox. Since: 3.10
constructSettingsGtkDialogsUseHeader :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Settings Construct a GValueConstruct with valid value for the “gtk-dialogs-use-header” property. This is rarely needed directly, but it is used by new.
getSettingsGtkDialogsUseHeader :: (MonadIO m, IsSettings o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Settings Get the value of the “gtk-dialogs-use-header” property. When overloading is enabled, this is equivalent to
get settings #gtkDialogsUseHeader
setSettingsGtkDialogsUseHeader :: (MonadIO m, IsSettings o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Settings Set the value of the “gtk-dialogs-use-header” property. When overloading is enabled, this is equivalent to
set settings [ #gtkDialogsUseHeader := value ]
-
gi-gtk3 GI.Gtk.Objects.ToolItemGroup Construct a GValueConstruct with valid value for the “header-relief” property. This is rarely needed directly, but it is used by new.
getToolItemGroupHeaderRelief :: (MonadIO m, IsToolItemGroup o) => o -> m ReliefStylegi-gtk3 GI.Gtk.Objects.ToolItemGroup Get the value of the “header-relief” property. When overloading is enabled, this is equivalent to
get toolItemGroup #headerRelief
setToolItemGroupHeaderRelief :: (MonadIO m, IsToolItemGroup o) => o -> ReliefStyle -> m ()gi-gtk3 GI.Gtk.Objects.ToolItemGroup Set the value of the “header-relief” property. When overloading is enabled, this is equivalent to
set toolItemGroup [ #headerRelief := value ]
toolItemGroupGetHeaderRelief :: (HasCallStack, MonadIO m, IsToolItemGroup a) => a -> m ReliefStylegi-gtk3 GI.Gtk.Objects.ToolItemGroup Gets the relief mode of the header button of group. Since: 2.20
-
gi-gtk3 GI.Gtk.Objects.ToolItemGroup Set the button relief of the group header. See buttonSetRelief for details. Since: 2.20
constructTreeViewHeadersClickable :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.TreeView Construct a GValueConstruct with valid value for the “headers-clickable” property. This is rarely needed directly, but it is used by new.