aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin.c b/src/gwin.c
index 1a19bb1e..dfc4b1e0 100644
--- a/src/gwin.c
+++ b/src/gwin.c
@@ -722,7 +722,7 @@ static const GButtonStyle GButtonDefaultStyle = {
* @brief Create a button window.
* @return NULL if there is no resultant drawing area, otherwise a window handle.
*
- * @param[in] gb The GConsoleWindow structure to initialise
+ * @param[in] gb The GConsoleWindow structure to initialise. If this is NULL the structure is dynamically allocated.
* @param[in] x,y The screen co-ordinates for the bottom left corner of the window
* @param[in] width The width of the window
* @param[in] height The height of the window