summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
*