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.

  1. 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

  2. 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

  3. 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.

  4. 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.

  5. getWindowFocusOnMap :: (MonadIO m, IsWindow o) => o -> m Bool

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

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

  7. windowGetFocusOnMap :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.Window

    Gets the value set by windowSetFocusOnMap. Since: 2.6

  8. 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

  9. 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
    

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

Page 1045 of many | Previous | Next