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

    gi-gtk4 GI.Gtk.Objects.DropDown

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

    set dropDown [ #showArrow := value ]
    

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

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

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

    gi-gtk4 GI.Gtk.Objects.Entry

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

    get entry #showEmojiIcon
    

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

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

  5. type FileChooserWidgetShowHiddenCallback = IO ()

    gi-gtk4 GI.Gtk.Objects.FileChooserWidget

    Emitted when the user asks for it. This is a keybinding signal. This is used to make the file chooser display hidden files. The default binding for this signal is <kbd>Control</kbd>-<kbd>H</kbd>.

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

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

  7. getFileChooserWidgetShowTime :: (MonadIO m, IsFileChooserWidget o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.FileChooserWidget

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

    get fileChooserWidget #showTime
    

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

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

  9. constructHeaderBarShowTitleButtons :: (IsHeaderBar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.HeaderBar

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

  10. getHeaderBarShowTitleButtons :: (MonadIO m, IsHeaderBar o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.HeaderBar

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

    get headerBar #showTitleButtons
    

Page 342 of many | Previous | Next