From eebecad9f7995dacf3f7c053e3d6b42617ec7294 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 4 Jun 2013 10:23:55 +0200 Subject: checkbox cleanup --- include/gwin/checkbox.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include') diff --git a/include/gwin/checkbox.h b/include/gwin/checkbox.h index c0d8e90f..1bbdc89b 100644 --- a/include/gwin/checkbox.h +++ b/include/gwin/checkbox.h @@ -12,7 +12,7 @@ * @defgroup Checkbox Checkbox * @ingroup GWIN * - * @details GWIN allows it to easily create a group of checkbox buttons. + * @details GWIN allows it to easily create checkboxes. * * @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h * @pre GWIN_NEED_CHECKBOX must be set to TRUE in your gfxconf.h @@ -41,10 +41,6 @@ typedef struct GEventGWinCheckbox_t { bool_t isChecked; // Is the checkbox currently checked or unchecked? } GEventGWinCheckbox; -typedef enum GCheckboxShape_e { - GCHBX_NORMAL, GCKBX_CUSTOM -} GCheckboxShape; - typedef enum GCheckboxState_e { GCHBX_UNCHECKED, GCHBX_CHECKED } GCheckboxState; -- cgit v1.2.3