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. setTextSelectionStartObject :: MonadIO m => TextSelection -> Ptr Object -> m ()

    gi-atk GI.Atk.Structs.TextSelection

    Set the value of the “start_object” field. When overloading is enabled, this is equivalent to

    set textSelection [ #startObject := value ]
    

  2. setTextSelectionStartOffset :: MonadIO m => TextSelection -> Int32 -> m ()

    gi-atk GI.Atk.Structs.TextSelection

    Set the value of the “start_offset” field. When overloading is enabled, this is equivalent to

    set textSelection [ #startOffset := value ]
    

  3. setAllowedBackends :: (HasCallStack, MonadIO m) => Text -> m ()

    gi-gdk3 GI.Gdk.Functions

    Sets a list of backends that GDK should try to use. This can be 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,quartz,*");
    
    instructs GDK to try the Wayland backend first, followed by the Quartz 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 x11, win32, quartz, broadway, wayland. You can also include a * in the list to try all remaining backends. This call must happen prior to displayOpen, gtk_init(), gtk_init_with_args() or gtk_init_check() in order to take effect. Since: 3.10

  4. setDoubleClickTime :: (HasCallStack, MonadIO m) => Word32 -> m ()

    gi-gdk3 GI.Gdk.Functions

    Set the double click time for the default display. See displaySetDoubleClickTime. See also displaySetDoubleClickDistance. Applications should not set this, it is a global user-configured setting.

  5. setProgramClass :: (HasCallStack, MonadIO m) => Text -> m ()

    gi-gdk3 GI.Gdk.Functions

    Sets the program class. The X11 backend uses the program class to set the class name part of the WM_CLASS property on toplevel windows; see the ICCCM. The program class can still be overridden with the --class command line option.

  6. setShowEvents :: (HasCallStack, MonadIO m) => Bool -> m ()

    gi-gdk3 GI.Gdk.Functions

    Sets whether a trace of received events is output. Note that GTK+ must be compiled with debugging (that is, configured using the --enable-debug option) to use this option.

  7. settingGet :: (HasCallStack, MonadIO m) => Text -> GValue -> m Bool

    gi-gdk3 GI.Gdk.Functions

    Obtains a desktop-wide setting, such as the double-click time, for the default screen. See screenGetSetting.

  8. setDeviceInputMode :: (MonadIO m, IsDevice o) => o -> InputMode -> m ()

    gi-gdk3 GI.Gdk.Objects.Device

    Set the value of the “input-mode” property. When overloading is enabled, this is equivalent to

    set device [ #inputMode := value ]
    

  9. setDeviceSeat :: (MonadIO m, IsDevice o, IsSeat a) => o -> a -> m ()

    gi-gdk3 GI.Gdk.Objects.Device

    Set the value of the “seat” property. When overloading is enabled, this is equivalent to

    set device [ #seat := value ]
    

  10. setDisplayManagerDefaultDisplay :: (MonadIO m, IsDisplayManager o, IsDisplay a) => o -> a -> m ()

    gi-gdk3 GI.Gdk.Objects.DisplayManager

    Set the value of the “default-display” property. When overloading is enabled, this is equivalent to

    set displayManager [ #defaultDisplay := value ]
    

Page 406 of many | Previous | Next