mikroSDK Reference Manual
|
Structure for a componet characterized by position. More...
Data Fields | |
vtft_comp_type_t | type |
vtft_index_t | order |
vtft_bool_t | visible |
vtft_coord_t | left |
vtft_coord_t | top |
Necto Studio Designer will define the values stored within each component. User can access component values inside screen source file named "*screen_name*_screen.c" generated by the Necto Studio Designer and read/change them if want.
vtft_comp_type_t vtft_positioned_component::type |
Type of the component.
vtft_index_t vtft_positioned_component::order |
Order in wich component was genrated.
vtft_bool_t vtft_positioned_component::visible |
Determines if the component will be drawn.
vtft_coord_t vtft_positioned_component::left |
Leftmost coordinate of the component.
vtft_coord_t vtft_positioned_component::top |
Topmost coordinate of the component.