From ef0a1ef054d100eace7cc58941b27c2d5ed67518 Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 1 May 2014 13:57:44 +1000 Subject: Much improved appearance for buttons and tabs. Also add GWIN_FLAT_STYLING to allow low color (eg monochrome) displays to get the old simplified look. --- src/gwin/button.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gwin/button.h') diff --git a/src/gwin/button.h b/src/gwin/button.h index dad0cc91..6dd78488 100644 --- a/src/gwin/button.h +++ b/src/gwin/button.h @@ -111,7 +111,7 @@ bool_t gwinButtonIsPressed(GHandle gh); * @api * @{ */ -void gwinButtonDraw_3D(GWidgetObject *gw, void *param); // @< A standard 3D button +void gwinButtonDraw_Normal(GWidgetObject *gw, void *param); // @< A standard button #if GDISP_NEED_ARC || defined(__DOXYGEN__) void gwinButtonDraw_Rounded(GWidgetObject *gw, void *param); // @< A rounded rectangle button #endif -- cgit v1.2.3