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.

  1. setStyleColoured :: Bool -> PprStyle -> PprStyle

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  2. setupBreakpoint :: BreakArray -> Int -> Int -> IO Bool

    ghc-lib-parser GHCi.BreakArray

    No documentation available.

  3. 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
    You can also include a * in the list to try all remaining backends. This call must happen prior to functions that open a display, such as displayOpen, gtk_init(), or gtk_init_check() in order to take effect.

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

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

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

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

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

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

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

Page 388 of many | Previous | Next