aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_radio.h')
-rw-r--r--src/gwin/gwin_radio.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/gwin/gwin_radio.h b/src/gwin/gwin_radio.h
index 514620c1..2328f95c 100644
--- a/src/gwin/gwin_radio.h
+++ b/src/gwin/gwin_radio.h
@@ -65,10 +65,6 @@ typedef struct GRadioObject {
uint16_t group;
} GRadioObject;
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/**
* @brief Create a radio widget.
* @return NULL if there is no resultant drawing area, otherwise a window handle.
@@ -106,13 +102,13 @@ void gwinRadioPress(GHandle gh);
/**
* @brief Is the radio button currently pressed
- * @return TRUE if the button is pressed
+ * @return gTrue if the button is pressed
*
* @param[in] gh The window handle (must be a radio widget)
*
* @api
*/
-bool_t gwinRadioIsPressed(GHandle gh);
+gBool gwinRadioIsPressed(GHandle gh);
/**
* @brief Find the currently pressed radio button in the specified group
@@ -177,9 +173,5 @@ void gwinRadioDraw_Button(GWidgetObject *gw, void *param);
void gwinRadioDraw_Tab(GWidgetObject *gw, void *param);
/** @} */
-#ifdef __cplusplus
-}
-#endif
-
#endif /* _GWIN_RADIO_H */
/** @} */