Virus.V Posted March 11, 2018 Report Share Posted March 11, 2018 In the ./ugfx_2.8/src/gwin/gwin_tabset.c file: static void fgarea(GWidgetObjset *gw, const char *text, coord_t y, coord_t x, coord_t w) static void bgarea(GWidgetObjset *gw, const char *text, coord_t y, coord_t x, coord_t w) static void ntarea(GWidgetObjset *gw, coord_t y, coord_t x, coord_t w) What is the type of "GWidgetObjset"? Where is the definition? Is it wrong to spell "GWidgetObject"? Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted March 11, 2018 Report Share Posted March 11, 2018 GWidgetObject is the base widget call: https://git.ugfx.io/uGFX/uGFX/src/master/src/gwin/gwin_widget.h#L109 You don't usually worry about those as you always access them using the GHandle. Edit: Yes, GWidgetObjset is definitely a spelling error. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now