aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/button.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-05-01 13:57:44 +1000
committerinmarket <andrewh@inmarket.com.au>2014-05-01 13:57:44 +1000
commitef0a1ef054d100eace7cc58941b27c2d5ed67518 (patch)
treebd4bb2aac9cbff05f921db1f9f2a6c2612d9489c /src/gwin/button.h
parent96cec5349a40bb55b9c65e19234234d2ab197b48 (diff)
downloaduGFX-ef0a1ef054d100eace7cc58941b27c2d5ed67518.tar.gz
uGFX-ef0a1ef054d100eace7cc58941b27c2d5ed67518.tar.bz2
uGFX-ef0a1ef054d100eace7cc58941b27c2d5ed67518.zip
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.
Diffstat (limited to 'src/gwin/button.h')
-rw-r--r--src/gwin/button.h2
1 files changed, 1 insertions, 1 deletions
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