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.
constructColumnViewShowRowSeparators :: (IsColumnView o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.ColumnView Construct a GValueConstruct with valid value for the “show-row-separators” property. This is rarely needed directly, but it is used by new.
getColumnViewShowColumnSeparators :: (MonadIO m, IsColumnView o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.ColumnView Get the value of the “show-column-separators” property. When overloading is enabled, this is equivalent to
get columnView #showColumnSeparators
getColumnViewShowRowSeparators :: (MonadIO m, IsColumnView o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.ColumnView Get the value of the “show-row-separators” property. When overloading is enabled, this is equivalent to
get columnView #showRowSeparators
setColumnViewShowColumnSeparators :: (MonadIO m, IsColumnView o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Set the value of the “show-column-separators” property. When overloading is enabled, this is equivalent to
set columnView [ #showColumnSeparators := value ]
setColumnViewShowRowSeparators :: (MonadIO m, IsColumnView o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Set the value of the “show-row-separators” property. When overloading is enabled, this is equivalent to
set columnView [ #showRowSeparators := value ]
getComboBoxPopupShown :: (MonadIO m, IsComboBox o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.ComboBox Get the value of the “popup-shown” property. When overloading is enabled, this is equivalent to
get comboBox #popupShown
constructDropDownShowArrow :: (IsDropDown o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.DropDown Construct a GValueConstruct with valid value for the “show-arrow” property. This is rarely needed directly, but it is used by new.
dropDownGetShowArrow :: (HasCallStack, MonadIO m, IsDropDown a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.DropDown Returns whether to show an arrow within the widget. Since: 4.6
dropDownSetShowArrow :: (HasCallStack, MonadIO m, IsDropDown a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.DropDown Sets whether an arrow will be displayed within the widget. Since: 4.6
getDropDownShowArrow :: (MonadIO m, IsDropDown o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.DropDown Get the value of the “show-arrow” property. When overloading is enabled, this is equivalent to
get dropDown #showArrow