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.
getColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.ColorChooserDialog Get the value of the “show-editor” property. When overloading is enabled, this is equivalent to
get colorChooserDialog #showEditor
setColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColorChooserDialog Set the value of the “show-editor” property. When overloading is enabled, this is equivalent to
set colorChooserDialog [ #showEditor := value ]
-
gi-gtk4 GI.Gtk.Objects.ColorChooserWidget Construct a GValueConstruct with valid value for the “show-editor” property. This is rarely needed directly, but it is used by new.
getColorChooserWidgetShowEditor :: (MonadIO m, IsColorChooserWidget o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.ColorChooserWidget Get the value of the “show-editor” property. When overloading is enabled, this is equivalent to
get colorChooserWidget #showEditor
setColorChooserWidgetShowEditor :: (MonadIO m, IsColorChooserWidget o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColorChooserWidget Set the value of the “show-editor” property. When overloading is enabled, this is equivalent to
set colorChooserWidget [ #showEditor := value ]
columnViewGetShowColumnSeparators :: (HasCallStack, MonadIO m, IsColumnView a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.ColumnView Returns whether the list should show separators between columns.
columnViewGetShowRowSeparators :: (HasCallStack, MonadIO m, IsColumnView a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.ColumnView Returns whether the list should show separators between rows.
columnViewSetShowColumnSeparators :: (HasCallStack, MonadIO m, IsColumnView a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Sets whether the list should show separators between columns.
columnViewSetShowRowSeparators :: (HasCallStack, MonadIO m, IsColumnView a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Sets whether the list should show separators between rows.
-
gi-gtk4 GI.Gtk.Objects.ColumnView Construct a GValueConstruct with valid value for the “show-column-separators” property. This is rarely needed directly, but it is used by new.