checkbox c++ fix

ugfx_release_2.6
Joel Bodenmann 2014-06-30 14:27:33 +02:00
parent 5c13e08e76
commit bd68d6a00a
1 changed files with 8 additions and 0 deletions

View File

@ -48,6 +48,10 @@ typedef struct GCheckboxObject {
#endif
} GCheckboxObject;
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Create a checkbox window.
* @return NULL if there is no resultant drawing area, otherwise a window handle.
@ -111,6 +115,10 @@ void gwinCheckboxDraw_CheckOnLeft(GWidgetObject *gw, void *param);
void gwinCheckboxDraw_CheckOnRight(GWidgetObject *gw, void *param);
/** @} */
#ifdef __cplusplus
}
#endif
#endif /* _GWIN_CHECKBOX_H */
/** @} */