Compounds | |
class | button_events |
struct | bad_coords |
class | base_control |
struct | bounds |
structure to hold the bounds of a rectangle - e.g. a control's bounds. More... | |
class | check_box |
class | check_events |
class | choice_box |
class | cursive |
class | debug_ctrl |
class | drawing_area |
class | edit_ctrl |
class | edit_events |
class | focused_ctrl |
struct | items |
class | group_box |
struct | items |
class | list_box |
struct | position |
simple structure to hold a position consisting of x and y coordinates. More... | |
class | screen_ctrl |
class | push_button |
class | static_text |
class | styled_ctrl |
class | text_ctrl |
class | window_events |
Variables | |
cursive | crsv |
It includes crsv, the only instance of crs::cursive, the main object in this library. In addition to this, every control is put in the crs namespace. E.g. edit_ctrl, push_button and check_box, to mention just a few.
|
Definition at line 42 of file cursive.cpp. Referenced by crs::focused_ctrl::focused_ctrl(), and crs::focused_ctrl::~focused_ctrl(). |