|
VPR-6.0
|
Data Fields | |
| int | width |
| int | height |
| int | xleft |
| int | ytop |
| void(* | fcn )(void(*drawscreen)(void)) |
| Window | win |
| int | istext |
| char | text [BUTTON_TEXT_LEN] |
| int | ispoly |
| int | poly [3][2] |
| int | ispressed |
Definition at line 103 of file graphics.c.
| void(* t_button::fcn)(void(*drawscreen)(void)) |
Definition at line 109 of file graphics.c.
| int t_button::height |
Definition at line 106 of file graphics.c.
| int t_button::ispoly |
Definition at line 113 of file graphics.c.
Definition at line 115 of file graphics.c.
| int t_button::istext |
Definition at line 111 of file graphics.c.
| int t_button::poly[3][2] |
Definition at line 114 of file graphics.c.
| char t_button::text[BUTTON_TEXT_LEN] |
Definition at line 112 of file graphics.c.
| int t_button::width |
Definition at line 105 of file graphics.c.
| Window t_button::win |
Definition at line 110 of file graphics.c.
| int t_button::xleft |
Definition at line 107 of file graphics.c.
| int t_button::ytop |
Definition at line 108 of file graphics.c.