summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-09-06 22:55:25 +0200
committerDave Davenport <qball@blame.services>2021-09-06 22:55:25 +0200
commitf785dad26343ff20459d7517943d0b7d71eb75c4 (patch)
tree0eb90326d6733a34654ca0f56b5efaa7b0dd52a0
parentc33e841574d08b052a56d7b70cef88e32c70bb96 (diff)
[i1437] Fix header documentation.i1437
-rw-r--r--include/widgets/textbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widgets/textbox.h b/include/widgets/textbox.h
index e0f39d26..d9320391 100644
--- a/include/widgets/textbox.h
+++ b/include/widgets/textbox.h
@@ -314,6 +314,7 @@ PangoAttrList *textbox_get_pango_attributes(textbox *tb);
const char *textbox_get_visible_text(const textbox *tb);
/**
* @param wid The handle to the textbox.
+ * @param height The height we want the desired width for
*
* TODO: is this deprecated by widget::get_desired_width
*