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.
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 ]
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.
getEntryShowEmojiIcon :: (MonadIO m, IsEntry o) => o -> m Boolgi-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
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 ]
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>.
-
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. getFileChooserWidgetShowTime :: (MonadIO m, IsFileChooserWidget o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.FileChooserWidget Get the value of the “show-time” property. When overloading is enabled, this is equivalent to
get fileChooserWidget #showTime
-
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
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.
getHeaderBarShowTitleButtons :: (MonadIO m, IsHeaderBar o) => o -> m Boolgi-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