There are six different border types for EZ widgets. They are controled by two attributes, a border type and a border width.
Paddings are used to determine the region inside the widget window for drawing label or placing children widgets. There are two of them, a horizontal padding and a vertical padding.
EZ_BORDER_NONE
EZ_BORDER_FLAT
EZ_BORDER_GROOVE
EZ_BORDER_RIDGE
EZ_BORDER_RAISED
EZ_BORDER_SUNKEN
EZ_BORDER_EMBOSSED
EZ_BORDER_ENGRAVED
The default value for this attribute depends on the widget type. For
frame, label,
checkbutton, radiobutton, slider and 3DCanvas,
the default value is EZ_BORDER_NONE
. For normal button, the
default value
is EZ_BORDER_UP
.