bool wb_set_area (int window, type [, int x, int y, int width, int height])
Sets a specific area in a window. Possible values for type are:
type |
What it does |
---|---|
|
Sets the area used to drag a borderless window with the mouse. |
WBC_MINSIZE |
Sets the minimum window size in a resizable window. Parameters x and y are ignored. If width is zero, no minimum horizontal dimension is set; if height is zero, no minimum vertical dimension is set. |
WBC_MAXSIZE |
Sets the maximum window size in a resizable window. Parameters x and y are ignored. If width is zero, no maximum horizontal dimension is set; if height is zero, no maximum vertical dimension is set. |
Returns
TRUE
on success or FALSE
if an error occurs.
NOTE: all four parameters x, y, width and height must be supplied.
|
wb_create_window
Window functions
Window classes