|
The constructor creates at least a titlebar, which may be small for some windows. The titlebar also contains buttons as may be useful to the client. You may use the titlebar to move the window around with the left mouse button held down.
The left and right borders may be of width zero, in this case they are not drawn at all. If present, they are also used as grips for horizontal only resizing. The bottom border - if any - consists of three parts: The middle, which may be used for vertical only resizing, and the left and right grip, which will be used for resizing in both dimensions. So much for now. There will be more, however: - Todo:
- use the mousewheel on the titlebar to resize vertically
add buttons to maximize horizontally or vertically only
|