Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
KEY_ballotcross :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_dead_aboveverticalline :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_dead_belowverticalline :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_dead_small_schwa :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
FullscreenModeAllMonitors :: FullscreenModegi-gdk4 GI.Gdk.Enums Span across all monitors when fullscreen.
SeatCapabilitiesAll :: SeatCapabilitiesgi-gdk4 GI.Gdk.Flags The union of all capabilities
SeatCapabilitiesAllPointing :: SeatCapabilitiesgi-gdk4 GI.Gdk.Flags The union of all pointing capabilities
setAllowedBackends :: (HasCallStack, MonadIO m) => Text -> m ()gi-gdk4 GI.Gdk.Functions Sets a list of backends that GDK should try to use. This can be useful if your application does not work with certain GDK backends. By default, GDK tries all included backends. For example:
c code
gdk_set_allowed_backends ("wayland,macos,*");instructs GDK to try the Wayland backend first, followed by the MacOs backend, and then all others. If the GDK_BACKEND environment variable is set, it determines what backends are tried in what order, while still respecting the set of allowed backends that are specified by this function. The possible backend names are:broadway
macos
- wayland.
win32
x11
type
DragSurfaceComputeSizeCallback = DragSurfaceSize -> IO ()gi-gdk4 GI.Gdk.Interfaces.DragSurface Emitted when the size for the surface needs to be computed, when it is present. This signal will normally be emitted during the native surface layout cycle when the surface size needs to be recomputed. It is the responsibility of the drag surface user to handle this signal and compute the desired size of the surface, storing the computed size in the DragSurfaceSize object that is passed to the signal handler, using dragSurfaceSizeSetSize. Failing to set a size so will result in an arbitrary size being used as a result. Since: 4.12
type
PaintableInvalidateContentsCallback = IO ()gi-gdk4 GI.Gdk.Interfaces.Paintable Emitted when the contents of the paintable change. Examples for such an event would be videos changing to the next frame or the icon theme for an icon changing.