#include <ustyle.hpp>
Inheritance diagram for ubit::UStyle:

Public Member Functions | |
| virtual const UStyle & | getStyle (UContext *) const |
| const UColor * | getColor (const UControl *) const |
| const UColor * | getBgcolor (const UControl *) const |
| void | setColors (UColor &all_colors) |
| void | setColors (UColor &unselected_colors, UColor &selected_colors) |
| void | setBgcolors (UColor &all_colors) |
| void | setBgcolors (UColor &unselected_colors, UColor &selected_colors) |
| void | setColor (int action, UColor &) |
| void | setBgcolor (int action, UColor &) |
Public Attributes | |
| ULocalProps | local |
| char | orient |
| char | valign |
| char | halign |
| short | vspacing |
| short | hspacing |
| UEdit * | edit |
| UFont * | font |
| UCursor * | cursor |
| UBackground * | background |
| UViewStyle * | viewStyle |
| UStr * | textSeparator |
| UColor * | colors [2 *UMode::ACTION_COUNT] |
| UColor * | bgcolors [2 *UMode::ACTION_COUNT] |
specify the appearanace of UGroup/UBox/UWin objects and subclasses.
1.4.7