Sets or resets the style of an object
bool wb_set_style (int wbobject, int style [, bool set])
Only a limited set of styles is supported due to Windows limitations.
The following styles can be set or reset:
| Class of wbobject | style | Action |
|---|---|---|
| ListView | WBC_LINES | Display gridlines around items |
| WBC_CHECKBOXES | Display check boxes in the first column of all items | |
| Slider | WBC_LINES | Show tick marks |
| TreeView | WBC_LINES | Draw dotted lines linking children objects to their parents |
Returns TRUE on success or FALSE if an error occurs.