Cavestory Mod API
|
Dropdown box item struct. More...
#include <CSMAPI_types.h>
Public Attributes | |
char | text [64] |
Text for this item. | |
GUI_RECT | item_rect |
This item's rect. | |
GUI_RECT | draw_rect |
This item's draw rect. | |
GUI_POINT | text_point |
The position for this item's text. | |
GUI_POINT | text_size |
The size of this item's text. | |
GUI_RECT | close_rect |
This item's close button rect. | |
bool | is_closable |
Whether this tab has a close button or not. | |
Dropdown box item struct.