aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/checkbox.h
diff options
context:
space:
mode:
authorpashamray <pashamray@gmail.com>2014-07-02 13:03:18 +0300
committerpashamray <pashamray@gmail.com>2014-07-02 13:03:18 +0300
commita3993c80e0f2cbb11813ce29613af5f3bc0070fa (patch)
tree9fabe62195ec5068f8aea3e9d4f961847ca67c13 /src/gwin/checkbox.h
parent8e13c10f392396022a4b2ae04b5ccd8cb795f17e (diff)
parente67fbb3e6b82742eae4096faff2a1e47e25804e3 (diff)
downloaduGFX-a3993c80e0f2cbb11813ce29613af5f3bc0070fa.tar.gz
uGFX-a3993c80e0f2cbb11813ce29613af5f3bc0070fa.tar.bz2
uGFX-a3993c80e0f2cbb11813ce29613af5f3bc0070fa.zip
master слито с pcf8812
Diffstat (limited to 'src/gwin/checkbox.h')
-rw-r--r--src/gwin/checkbox.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gwin/checkbox.h b/src/gwin/checkbox.h
index c124078e..2b1fb801 100644
--- a/src/gwin/checkbox.h
+++ b/src/gwin/checkbox.h
@@ -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 */
/** @} */