Microchip® Advanced Software Framework

win_attributes Struct Reference

Window attribute data.

#include <win.h>

Data Fields

struct win_area area
 Position and size of window, relative to parent. More...
 
struct gfx_bitmapbackground
 Window background. More...
 
win_behavior_t behavior
 Window behavior flags. More...
 
void * custom
 Custom window data, e.g. More...
 
win_event_handler_t event_handler
 Event handler callback, or NULL. More...