aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwin.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-07-04 00:20:32 +1000
committerinmarket <andrewh@inmarket.com.au>2013-07-04 00:20:32 +1000
commit09a359813f0abe8f99c32dadfa1ac2c68356ddfd (patch)
treece6bfc9861baac4ed2de9e84995f307b8fd7cffa /include/gwin/gwin.h
parent3f80e1f89dbeec06dd97a914d6851ad4596b1743 (diff)
downloaduGFX-09a359813f0abe8f99c32dadfa1ac2c68356ddfd.tar.gz
uGFX-09a359813f0abe8f99c32dadfa1ac2c68356ddfd.tar.bz2
uGFX-09a359813f0abe8f99c32dadfa1ac2c68356ddfd.zip
Label, Image and Window Manager changes
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r--include/gwin/gwin.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h
index 21d465b2..4fb28bef 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.h
@@ -112,6 +112,13 @@ extern "C" {
void gwinSetDefaultColor(color_t clr);
/**
+ * @brief Get the default foreground color for all new GWIN windows
+ *
+ * @api
+ */
+ color_t gwinGetDefaultColor(void);
+
+ /**
* @brief Set the default background color for all new GWIN windows
*
* @param[in] bgclr The background color
@@ -120,6 +127,13 @@ extern "C" {
*/
void gwinSetDefaultBgColor(color_t bgclr);
+ /**
+ * @brief Get the default background color for all new GWIN windows
+ *
+ * @api
+ */
+ color_t gwinGetDefaultBgColor(void);
+
#if GDISP_NEED_TEXT || defined(__DOXYGEN__)
/**
* @brief Set the default font for all new GWIN windows