aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-10-13 00:59:42 +1000
committerinmarket <andrewh@inmarket.com.au>2015-10-13 00:59:42 +1000
commit5cf81b6fbe76cd5decab8e532fd607202abbc6c6 (patch)
tree11c872b10ad42872de3d44d7fec3aa5388ee90e4 /src/gwin
parent5e8e0b7744a59c5bbf918a5133b55c3d1beef12f (diff)
downloaduGFX-5cf81b6fbe76cd5decab8e532fd607202abbc6c6.tar.gz
uGFX-5cf81b6fbe76cd5decab8e532fd607202abbc6c6.tar.bz2
uGFX-5cf81b6fbe76cd5decab8e532fd607202abbc6c6.zip
Doco
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/gwin_textedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_textedit.h b/src/gwin/gwin_textedit.h
index f83233b4..f39f0c2a 100644
--- a/src/gwin/gwin_textedit.h
+++ b/src/gwin/gwin_textedit.h
@@ -50,7 +50,7 @@ extern "C" {
* @param[in] g The GDisplay on which the textedit should be displayed
* @param[in] wt The TextEdit structure to initialise. If this is NULL, the structure is dynamically allocated.
* @param[in] pInit The initialisation parameters to use.
- * @param[in] maxSize The maximum number of characters the TextEdit widget can hold.
+ * @param[in] maxSize The maximum number of characters the TextEdit widget can hold. (0 means unlimited).
*
* @return NULL if there is no resultant drawing area, otherwise the widget handle.
*