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.
-
gi-gtk4 GI.Gtk.Callbacks Generate a function pointer callable from C code, from a C_WidgetClassShowFieldCallback.
noWidgetClassShowFieldCallback :: Maybe WidgetClassShowFieldCallbackgi-gtk4 GI.Gtk.Callbacks A convenience synonym for Nothing :: Maybe WidgetClassShowFieldCallback.
-
gi-gtk4 GI.Gtk.Callbacks Wrap a WidgetClassShowFieldCallback into a C_WidgetClassShowFieldCallback.
StyleContextPrintFlagsShowChange :: StyleContextPrintFlagsgi-gtk4 GI.Gtk.Flags Show information about what changes affect the styles
StyleContextPrintFlagsShowStyle :: StyleContextPrintFlagsgi-gtk4 GI.Gtk.Flags Show the values of the CSS properties for each node
-
gi-gtk4 GI.Gtk.Interfaces.FontChooser Construct a GValueConstruct with valid value for the “show-preview-entry” property. This is rarely needed directly, but it is used by new.
fontChooserGetShowPreviewEntry :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m Boolgi-gtk4 GI.Gtk.Interfaces.FontChooser Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead
fontChooserSetShowPreviewEntry :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Interfaces.FontChooser Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead
getFontChooserShowPreviewEntry :: (MonadIO m, IsFontChooser o) => o -> m Boolgi-gtk4 GI.Gtk.Interfaces.FontChooser Get the value of the “show-preview-entry” property. When overloading is enabled, this is equivalent to
get fontChooser #showPreviewEntry
setFontChooserShowPreviewEntry :: (MonadIO m, IsFontChooser o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Interfaces.FontChooser Set the value of the “show-preview-entry” property. When overloading is enabled, this is equivalent to
set fontChooser [ #showPreviewEntry := value ]