Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setStyleColoured :: Bool -> PprStyle -> PprStyleghc-lib-parser GHC.Utils.Outputable No documentation available.
setupBreakpoint :: BreakArray -> Int -> Int -> IO Boolghc-lib-parser GHCi.BreakArray No documentation available.
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
setToplevelDecorated :: (MonadIO m, IsToplevel o) => o -> Bool -> m ()gi-gdk4 GI.Gdk.Interfaces.Toplevel Set the value of the “decorated” property. When overloading is enabled, this is equivalent to
set toplevel [ #decorated := value ]
setToplevelDeletable :: (MonadIO m, IsToplevel o) => o -> Bool -> m ()gi-gdk4 GI.Gdk.Interfaces.Toplevel Set the value of the “deletable” property. When overloading is enabled, this is equivalent to
set toplevel [ #deletable := value ]
setToplevelFullscreenMode :: (MonadIO m, IsToplevel o) => o -> FullscreenMode -> m ()gi-gdk4 GI.Gdk.Interfaces.Toplevel Set the value of the “fullscreen-mode” property. When overloading is enabled, this is equivalent to
set toplevel [ #fullscreenMode := value ]
setToplevelIconList :: (MonadIO m, IsToplevel o) => o -> Ptr () -> m ()gi-gdk4 GI.Gdk.Interfaces.Toplevel Set the value of the “icon-list” property. When overloading is enabled, this is equivalent to
set toplevel [ #iconList := value ]
setToplevelModal :: (MonadIO m, IsToplevel o) => o -> Bool -> m ()gi-gdk4 GI.Gdk.Interfaces.Toplevel Set the value of the “modal” property. When overloading is enabled, this is equivalent to
set toplevel [ #modal := value ]
setToplevelStartupId :: (MonadIO m, IsToplevel o) => o -> Text -> m ()gi-gdk4 GI.Gdk.Interfaces.Toplevel Set the value of the “startup-id” property. When overloading is enabled, this is equivalent to
set toplevel [ #startupId := value ]
setToplevelTitle :: (MonadIO m, IsToplevel o) => o -> Text -> m ()gi-gdk4 GI.Gdk.Interfaces.Toplevel Set the value of the “title” property. When overloading is enabled, this is equivalent to
set toplevel [ #title := value ]