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/sys_options.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/gwin/sys_options.h') diff --git a/src/gwin/sys_options.h b/src/gwin/sys_options.h index 656e0e3f..aa296026 100644 --- a/src/gwin/sys_options.h +++ b/src/gwin/sys_options.h @@ -98,6 +98,15 @@ * @name GWIN Optional Parameters * @{ */ + /** + * @brief Use flat styling for controls rather than a 3D look + * @details Defaults to FALSE + * @note This may appear better on color-restricted displays + * @note Flat styling is less graphics and cpu intensive (marginally) than the default 3D look. + */ + #ifndef GWIN_FLAT_STYLING + #define GWIN_FLAT_STYLING FALSE + #endif /** * @brief Buttons should not insist the mouse is over the button on mouse release * @details Defaults to FALSE -- cgit v1.2.3