Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
clearWidgetClassUnmap :: MonadIO m => WidgetClass -> m ()gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “unmap” field to Nothing. When overloading is enabled, this is equivalent to
clear #unmap
clearWidgetClassUnmapEvent :: MonadIO m => WidgetClass -> m ()gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “unmap_event” field to Nothing. When overloading is enabled, this is equivalent to
clear #unmapEvent
getWidgetClassMap :: MonadIO m => WidgetClass -> m (Maybe WidgetClassMapFieldCallback)gi-gtk3 GI.Gtk.Structs.WidgetClass Get the value of the “map” field. When overloading is enabled, this is equivalent to
get widgetClass #map
getWidgetClassMapEvent :: MonadIO m => WidgetClass -> m (Maybe WidgetClassMapEventFieldCallback)gi-gtk3 GI.Gtk.Structs.WidgetClass Get the value of the “map_event” field. When overloading is enabled, this is equivalent to
get widgetClass #mapEvent
getWidgetClassUnmap :: MonadIO m => WidgetClass -> m (Maybe WidgetClassUnmapFieldCallback)gi-gtk3 GI.Gtk.Structs.WidgetClass Get the value of the “unmap” field. When overloading is enabled, this is equivalent to
get widgetClass #unmap
getWidgetClassUnmapEvent :: MonadIO m => WidgetClass -> m (Maybe WidgetClassUnmapEventFieldCallback)gi-gtk3 GI.Gtk.Structs.WidgetClass Get the value of the “unmap_event” field. When overloading is enabled, this is equivalent to
get widgetClass #unmapEvent
setWidgetClassMap :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassMapFieldCallback -> m ()gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “map” field. When overloading is enabled, this is equivalent to
set widgetClass [ #map := value ]
-
gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “map_event” field. When overloading is enabled, this is equivalent to
set widgetClass [ #mapEvent := value ]
setWidgetClassUnmap :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassUnmapFieldCallback -> m ()gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “unmap” field. When overloading is enabled, this is equivalent to
set widgetClass [ #unmap := value ]
-
gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “unmap_event” field. When overloading is enabled, this is equivalent to
set widgetClass [ #unmapEvent := value ]