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. setColorButtonShowEditor :: (MonadIO m, IsColorButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorButton

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

    set colorButton [ #showEditor := value ]
    

  2. constructColorChooserDialogShowEditor :: (IsColorChooserDialog o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.ColorChooserDialog

    Construct a GValueConstruct with valid value for the “show-editor” property. This is rarely needed directly, but it is used by new.

  3. getColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.ColorChooserDialog

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

    get colorChooserDialog #showEditor
    

  4. setColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorChooserDialog

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

    set colorChooserDialog [ #showEditor := value ]
    

  5. constructColorChooserWidgetShowEditor :: (IsColorChooserWidget o, MonadIO m) => Bool -> m (GValueConstruct o)

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

  6. getColorChooserWidgetShowEditor :: (MonadIO m, IsColorChooserWidget o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.ColorChooserWidget

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

    get colorChooserWidget #showEditor
    

  7. setColorChooserWidgetShowEditor :: (MonadIO m, IsColorChooserWidget o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorChooserWidget

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

    set colorChooserWidget [ #showEditor := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ComboBox

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

    get comboBox #popupShown
    

  9. constructEntryShowEmojiIcon :: (IsEntry o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Entry

    Construct a GValueConstruct with valid value for the “show-emoji-icon” property. This is rarely needed directly, but it is used by new.

  10. getEntryShowEmojiIcon :: (MonadIO m, IsEntry o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Entry

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

    get entry #showEmojiIcon
    

Page 314 of many | Previous | Next