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. setWindowBackground :: Display -> Window -> Pixel -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XSetWindowBackground().

  2. setWindowBackgroundPixmap :: Display -> Window -> Pixmap -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XSetWindowBackgroundPixmap().

  3. setWindowBorder :: Display -> Window -> Pixel -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XSetWindowBorder().

  4. setWindowBorderPixmap :: Display -> Window -> Pixmap -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XSetWindowBorderPixmap().

  5. setWindowBorderWidth :: Display -> Window -> Dimension -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XSetWindowBorderWidth().

  6. setWindowColormap :: Display -> Window -> Colormap -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XSetWindowColormap().

  7. setAntialias :: Antialias -> Render ()

    cairo Graphics.Rendering.Cairo

    Set the antialiasing mode of the rasterizer used for drawing shapes. This value is a hint, and a particular backend may or may not support a particular value. At the current time, no backend supports AntialiasSubpixel when drawing shapes. Note that this option does not affect text rendering, instead see fontOptionsSetAntilias.

  8. setDash :: [Double] -> Double -> Render ()

    cairo Graphics.Rendering.Cairo

    Sets the dash pattern to be used by stroke. A dash pattern is specified by dashes, a list of positive values. Each value provides the user-space length of alternate "on" and "off" portions of the stroke. The offset specifies an offset into the pattern at which the stroke begins. If dashes is [] then dashing is disabled.

  9. setFillRule :: FillRule -> Render ()

    cairo Graphics.Rendering.Cairo

    Set the current fill rule within the cairo context. The fill rule is used to determine which regions are inside or outside a complex (potentially self-intersecting) path. The current fill rule affects both fill and clip. See FillRule for details on the semantics of each available fill rule.

  10. setFontMatrix :: Matrix -> Render ()

    cairo Graphics.Rendering.Cairo

    Sets the current font matrix to matrix. The font matrix gives a transformation from the design space of the font (in this space, the em-square is 1 unit by 1 unit) to user space. Normally, a simple scale is used (see setFontSize), but a more complex font matrix can be used to shear the font or stretch it unequally along the two axes.

Page 327 of many | Previous | Next