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. mk_WidgetClassShowFieldCallback :: C_WidgetClassShowFieldCallback -> IO (FunPtr C_WidgetClassShowFieldCallback)

    gi-gtk4 GI.Gtk.Callbacks

    Generate a function pointer callable from C code, from a C_WidgetClassShowFieldCallback.

  2. noWidgetClassShowFieldCallback :: Maybe WidgetClassShowFieldCallback

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe WidgetClassShowFieldCallback.

  3. wrap_WidgetClassShowFieldCallback :: Maybe (Ptr (FunPtr C_WidgetClassShowFieldCallback)) -> WidgetClassShowFieldCallback -> C_WidgetClassShowFieldCallback

    gi-gtk4 GI.Gtk.Callbacks

    Wrap a WidgetClassShowFieldCallback into a C_WidgetClassShowFieldCallback.

  4. StyleContextPrintFlagsShowChange :: StyleContextPrintFlags

    gi-gtk4 GI.Gtk.Flags

    Show information about what changes affect the styles

  5. StyleContextPrintFlagsShowStyle :: StyleContextPrintFlags

    gi-gtk4 GI.Gtk.Flags

    Show the values of the CSS properties for each node

  6. constructFontChooserShowPreviewEntry :: (IsFontChooser o, MonadIO m) => Bool -> m (GValueConstruct o)

    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.

  7. fontChooserGetShowPreviewEntry :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m Bool

    gi-gtk4 GI.Gtk.Interfaces.FontChooser

    Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

  8. fontChooserSetShowPreviewEntry :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Interfaces.FontChooser

    Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

  9. getFontChooserShowPreviewEntry :: (MonadIO m, IsFontChooser o) => o -> m Bool

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

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

Page 333 of many | Previous | Next