EZ
Up Prev Next Contents


3.2 Labels

Labels are the simplest widgets in the EZ widget library. A label may have either a textual or a bitmap/pixmap label. A textual label may contain multiple lines of text and can be left, center or right justified. If the displayed dimension of a label is larger that the minimal size needed to display its label, the textual or bitmap label may be anchored at different locations inside its window. Labels do not handle useful events by default.

To creates a label widget, use EZ_CreateWidget with type EZ_WIDGET_LABEL or use the next function.

EZ_Widget *EZ_CreateLabel(EZ_Widget *parent, char *label)


HTML Documentation Maintainance:Arturo Espinosa <arturo@nuclecu.unam.mx>