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.
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 ]
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.
-
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. -
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
constructFontButtonShowSize :: (IsFontButton o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.FontButton Construct a GValueConstruct with valid value for the “show-size” property. This is rarely needed directly, but it is used by new.
constructFontButtonShowStyle :: (IsFontButton o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.FontButton Construct a GValueConstruct with valid value for the “show-style” property. This is rarely needed directly, but it is used by new.
fontButtonGetShowSize :: (HasCallStack, MonadIO m, IsFontButton a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.FontButton Returns whether the font size will be shown in the label. Since: 2.4
fontButtonGetShowStyle :: (HasCallStack, MonadIO m, IsFontButton a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.FontButton Returns whether the name of the font style will be shown in the label. Since: 2.4
fontButtonSetShowSize :: (HasCallStack, MonadIO m, IsFontButton a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.FontButton If showSize is True, the font size will be displayed along with the name of the selected font. Since: 2.4
fontButtonSetShowStyle :: (HasCallStack, MonadIO m, IsFontButton a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.FontButton If showStyle is True, the font style will be displayed along with name of the selected font. Since: 2.4