YppWidget is derived from YppClass (3). YppWidget is an abstract class. This manpage is generated from: Label.cc,v 1.2 2001/05/21 09:58:52 malekith Exp.
An abstract representation of some widget. It includes several properties present in all other widgets.
int x: X cooridanate within upper-level (parent) widget.
int y: Y cooridanate within parent widget.
int width: Width of widget. When max_width or min_width
int height: Height of widget.
int max_width: Maximal width, widget can take.
int max_height: Maximal height, widget can take.
int min_width: Minimal width, widget can take.
int min_height: Minimal height, widget can take.