

Public Member Functions | |
| win_border (win_base *wb) | |
| win_border (win_border &) | |
| win_border (char *rep, const char *size=WIN_BORDER_NORMAL_SIZE) | |
| void | load (char *, const char *) |
| void | update () |
| void | destroy () |
| void | draw (drawing_area *da) |
| void | set_visible_border (bool b) |
| void | set_brightness_border (bool b) |
| void | set_border (win_border &) |
| void | set_border (win_theme &wth, u_int8 size=win_border::NORMAL) |
| void | set_trans_border (bool b) |
| u_int16 | length_border () |
| u_int16 | height_border () |
Static Public Attributes | |
| static const u_int8 | MINI = 0 |
| static const u_int8 | NORMAL = 1 |
Definition at line 25 of file win_border.h.
1.7.1