¤ filler, hFiller, et al

Types

filler :: Bool -> Bool -> Int -> FlexibleDrawing
hFiller :: Int -> FlexibleDrawing
vFiller :: Int -> FlexibleDrawing
frame :: FlexibleDrawing
frame' :: Int -> FlexibleDrawing
ellipse :: FlexibleDrawing
arc :: Int -> Int -> FlexibleDrawing
lpar :: FlexibleDrawing
rpar :: FlexibleDrawing
lbrack :: FlexibleDrawing
rbrack :: FlexibleDrawing
lbrace :: FlexibleDrawing
rbrace :: FlexibleDrawing

Description

These are various flexible drawings.

filler fixedWidth fixedHeight minSize creates a filled rectangle with the propreties indicated by the arguments.

hFiller and vFiller creates horizontal and vertical lines with the thickness indicated by the argument.

frame and frame' create flexbile rectangles useful for framing things.

lpar, rpar, lbrack, rbrack, lbrace and rbrace create parentheses, square brackets and braces of flexible height.

Example

 graphicsLabelF (hboxD [g lbrack,vboxD [g "x",g "y", g "z"],g rbrack])

See Also

The type for composite graphical obejcts: Drawing.

Supported Xlib drawing commands: type DrawCommand.

Fudgets for displaying graphics: graphicsLabelF, hyperGraphicsF, ...

Bugs

This page documents work progress. Information on this page is subject to change without notice and does not represent a commitment on the part of the Fudgets corporation.