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.
widgetSetFontMap :: (HasCallStack, MonadIO m, IsWidget a, IsFontMap b) => a -> Maybe b -> m ()gi-gtk3 GI.Gtk.Objects.Widget Sets the font map to use for Pango rendering. When not set, the widget will inherit the font map from its parent. Since: 3.18
widgetSetMapped :: (HasCallStack, MonadIO m, IsWidget a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Widget Marks the widget as being mapped. This function should only ever be called in a derived widget's “map” or “unmap” implementation. Since: 2.20
widgetUnmap :: (HasCallStack, MonadIO m, IsWidget a) => a -> m ()gi-gtk3 GI.Gtk.Objects.Widget This function is only for use in widget implementations. Causes a widget to be unmapped if it’s currently mapped.
constructWindowFocusOnMap :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Window Construct a GValueConstruct with valid value for the “focus-on-map” property. This is rarely needed directly, but it is used by new.
getWindowFocusOnMap :: (MonadIO m, IsWindow o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Window Get the value of the “focus-on-map” property. When overloading is enabled, this is equivalent to
get window #focusOnMap
setWindowFocusOnMap :: (MonadIO m, IsWindow o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Set the value of the “focus-on-map” property. When overloading is enabled, this is equivalent to
set window [ #focusOnMap := value ]
windowGetFocusOnMap :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.Window Gets the value set by windowSetFocusOnMap. Since: 2.6
windowSetFocusOnMap :: (HasCallStack, MonadIO m, IsWindow a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Windows may set a hint asking the desktop environment not to receive the input focus when the window is mapped. This function sets this hint. Since: 2.6
clearWidgetClassMap :: MonadIO m => WidgetClass -> m ()gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “map” field to Nothing. When overloading is enabled, this is equivalent to
clear #map
clearWidgetClassMapEvent :: MonadIO m => WidgetClass -> m ()gi-gtk3 GI.Gtk.Structs.WidgetClass Set the value of the “map_event” field to Nothing. When overloading is enabled, this is equivalent to
clear #mapEvent