aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-08-13 01:13:36 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-08-13 01:13:36 +0200
commit3ba3be201cddf3c6a4606f49028fc6640da0b28e (patch)
treed1b4e580a0ca258516da026c1d6966561d751dce /docs
parent37a088efb73e119a6675241394926cdb47c11ab2 (diff)
downloaduGFX-3ba3be201cddf3c6a4606f49028fc6640da0b28e.tar.gz
uGFX-3ba3be201cddf3c6a4606f49028fc6640da0b28e.tar.bz2
uGFX-3ba3be201cddf3c6a4606f49028fc6640da0b28e.zip
Adding gwinSetFocus() and gwinGetFocus()
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index 03045d13..9f7c16be 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -9,6 +9,8 @@ FEATURE: Added GFXSINGLEMAKE=yes|no to the ugfx makefile to compile ugfx as a si
FEATURE: New board STM32F746G-Discovery
FEATURE: New gdisp driver STM32LTDC
FEATURE: Better support for Raw32 platforms
+FEATURE: Implementing widget focusing. See gwinSetFocus() and gwinGetFocus()
+
*** Release 2.3 ***
FEATURE: Added more events to the slider widget