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. 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.

  2. getColumnViewShowColumnSeparators :: (MonadIO m, IsColumnView o) => o -> m Bool

    gi-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
    

  3. getColumnViewShowRowSeparators :: (MonadIO m, IsColumnView o) => o -> m Bool

    gi-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
    

  4. 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 ]
    

  5. 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 ]
    

  6. getComboBoxPopupShown :: (MonadIO m, IsComboBox o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.ComboBox

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

    get comboBox #popupShown
    

  7. 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.

  8. dropDownGetShowArrow :: (HasCallStack, MonadIO m, IsDropDown a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.DropDown

    Returns whether to show an arrow within the widget. Since: 4.6

  9. 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

  10. getDropDownShowArrow :: (MonadIO m, IsDropDown o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.DropDown

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

    get dropDown #showArrow
    

Page 341 of many | Previous | Next