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.
getWidgetClassShow :: MonadIO m => WidgetClass -> m (Maybe WidgetClassShowFieldCallback)gi-gtk3 GI.Gtk.Structs.WidgetClass Get the value of the “show” field. When overloading is enabled, this is equivalent to
get widgetClass #show
getWidgetClassShowAll :: MonadIO m => WidgetClass -> m (Maybe WidgetClassShowAllFieldCallback)gi-gtk3 GI.Gtk.Structs.WidgetClass Get the value of the “show_all” field. When overloading is enabled, this is equivalent to
get widgetClass #showAll
getWidgetClassShowHelp :: MonadIO m => WidgetClass -> m (Maybe WidgetClassShowHelpFieldCallback)gi-gtk3 GI.Gtk.Structs.WidgetClass Get the value of the “show_help” field. When overloading is enabled, this is equivalent to
get widgetClass #showHelp
setWidgetClassShow :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassShowFieldCallback -> m ()gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “show” field. When overloading is enabled, this is equivalent to
set widgetClass [ #show := value ]
-
gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “show_all” field. When overloading is enabled, this is equivalent to
set widgetClass [ #showAll := value ]
-
gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “show_help” field. When overloading is enabled, this is equivalent to
set widgetClass [ #showHelp := value ]
type
C_WidgetClassShowFieldCallback = Ptr Widget -> IO ()gi-gtk4 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.
type
WidgetClassShowFieldCallback = Widget -> IO ()gi-gtk4 GI.Gtk.Callbacks No description available in the introspection data.
-
gi-gtk4 GI.Gtk.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
-
gi-gtk4 GI.Gtk.Callbacks Wrap the callback into a GClosure.