aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_options.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-08-16 14:37:12 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-08-16 14:37:12 +0200
commit058a873e9e425207db8b99be083e87cf956b9827 (patch)
treea849f322707da03f687fbc24f42dbcd1a279d67a /src/gwin/gwin_options.h
parenta569bbfc1eaf2ac67e151c27ee674107a589f93d (diff)
downloaduGFX-058a873e9e425207db8b99be083e87cf956b9827.tar.gz
uGFX-058a873e9e425207db8b99be083e87cf956b9827.tar.bz2
uGFX-058a873e9e425207db8b99be083e87cf956b9827.zip
Adding GWIN_FOCUS_HIGHLIGHT_WIDTH
Diffstat (limited to 'src/gwin/gwin_options.h')
-rw-r--r--src/gwin/gwin_options.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gwin/gwin_options.h b/src/gwin/gwin_options.h
index 46bd92e7..45dfcd36 100644
--- a/src/gwin/gwin_options.h
+++ b/src/gwin/gwin_options.h
@@ -45,6 +45,13 @@
#define GWIN_NEED_WIDGET FALSE
#endif
/**
+ * @brief The width of the rectangle that highlights a widget that is focused
+ * @details Defaults to 1
+ */
+ #ifndef GWIN_FOCUS_HIGHLIGHT_WIDTH
+ #define GWIN_FOCUS_HIGHLIGHT_WIDTH 1
+ #endif
+ /**
* @brief Should the simple container be included.
* @details Defaults to FALSE
*/