Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

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

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

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

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

  7. setEntryShowEmojiIcon :: (MonadIO m, IsEntry o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #showEmojiIcon := value ]
    

  8. type FileChooserWidgetShowHiddenCallback = IO ()

    gi-gtk3 GI.Gtk.Objects.FileChooserWidget

    The showHidden signal is a [keybinding signal][GtkBindingSignal] which gets emitted when the user asks for it. This is used to make the file chooser display hidden files. The default binding for this signal is Control + H.

  9. afterFileChooserWidgetShowHidden :: (IsFileChooserWidget a, MonadIO m) => a -> ((?self :: a) => FileChooserWidgetShowHiddenCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.FileChooserWidget

    Connect a signal handler for the showHidden signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after fileChooserWidget #showHidden callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  10. onFileChooserWidgetShowHidden :: (IsFileChooserWidget a, MonadIO m) => a -> ((?self :: a) => FileChooserWidgetShowHiddenCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.FileChooserWidget

    Connect a signal handler for the showHidden signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on fileChooserWidget #showHidden callback
    

Page 315 of many | Previous | Next