aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_button.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@simulton.com>2019-05-01 17:07:43 +0200
committerJoel Bodenmann <joel.bodenmann@simulton.com>2019-05-01 17:07:43 +0200
commit39bde23dd9b156b05aad549ca1d9c0e5026378fe (patch)
treecd09969caf68e02571faecc53a3b8ba8e047f716 /src/gwin/gwin_button.h
parent835f0f197f7fc7eecf5dcd36892987c71caa5caa (diff)
parentac4b7fc8b4ebfe080b6f3f6d90a1fe15221144cc (diff)
downloaduGFX-39bde23dd9b156b05aad549ca1d9c0e5026378fe.tar.gz
uGFX-39bde23dd9b156b05aad549ca1d9c0e5026378fe.tar.bz2
uGFX-39bde23dd9b156b05aad549ca1d9c0e5026378fe.zip
Merge branch 'develop'
Diffstat (limited to 'src/gwin/gwin_button.h')
-rw-r--r--src/gwin/gwin_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_button.h b/src/gwin/gwin_button.h
index ff6e0a22..818b439c 100644
--- a/src/gwin/gwin_button.h
+++ b/src/gwin/gwin_button.h
@@ -101,7 +101,7 @@ gBool gwinButtonIsPressed(GHandle gh);
* @note In your custom button drawing function you may optionally call these
* standard functions and then draw your extra details on top.
* @note The standard functions below ignore the param parameter except for @p gwinButtonDraw_Image().
- * @note The image custom draw function @p gwinButtonDraw_Image() uses param to pass in the gdispImage pointer.
+ * @note The image custom draw function @p gwinButtonDraw_Image() uses param to pass in the gImage pointer.
* @note These custom drawing routines don't have to worry about setting clipping as the framework
* sets clipping to the object window prior to calling these routines.
*