#include <textbox.h>
Data Fields | |
uint8_t | type: 3 |
uint8_t | border: 1 |
uint8_t | cbparam: 1 |
uint8_t | center: 1 |
uint8_t | nowait |
uint16_t | x0 |
uint16_t | y0 |
union { | |
const char * text | |
uint8_t * bmp | |
}; | |
union { | |
uint32_t font | |
uint32_t bmpsize | |
}; | |
uint32_t | fgcolor |
uint32_t | bgcolor |
void(* | cb )(void) |
uint16_t | width |
uint16_t | height |
void * | next |
union { ... } |
union { ... } |
uint32_t TEXTBOX_t::bgcolor |
uint8_t* TEXTBOX_t::bmp |
uint32_t TEXTBOX_t::bmpsize |
uint8_t TEXTBOX_t::border |
uint8_t TEXTBOX_t::cbparam |
uint8_t TEXTBOX_t::center |
uint32_t TEXTBOX_t::fgcolor |
uint32_t TEXTBOX_t::font |
uint16_t TEXTBOX_t::height |
void* TEXTBOX_t::next |
uint8_t TEXTBOX_t::nowait |
const char* TEXTBOX_t::text |
uint8_t TEXTBOX_t::type |
uint16_t TEXTBOX_t::width |
uint16_t TEXTBOX_t::x0 |
uint16_t TEXTBOX_t::y0 |