|
VPR-7.0
|
Data Fields | |
| int | width |
| int | height |
| int | xleft |
| int | ytop |
| void(* | fcn )(void(*drawscreen)(void)) |
| Window | win |
| t_button_type | type |
| char | text [BUTTON_TEXT_LEN] |
| int | poly [3][2] |
| bool | ispressed |
| bool | enabled |
Definition at line 269 of file graphics.c.
| bool t_button::enabled |
Definition at line 284 of file graphics.c.
| void(* t_button::fcn)(void(*drawscreen)(void)) |
Definition at line 274 of file graphics.c.
| int t_button::height |
Definition at line 271 of file graphics.c.
| bool t_button::ispressed |
Definition at line 283 of file graphics.c.
| int t_button::poly[3][2] |
Definition at line 282 of file graphics.c.
| char t_button::text[BUTTON_TEXT_LEN] |
Definition at line 281 of file graphics.c.
| t_button_type t_button::type |
Definition at line 280 of file graphics.c.
| int t_button::width |
Definition at line 270 of file graphics.c.
| Window t_button::win |
Definition at line 276 of file graphics.c.
| int t_button::xleft |
Definition at line 272 of file graphics.c.
| int t_button::ytop |
Definition at line 273 of file graphics.c.