From e0816a3340311566bb5b257012ddaea9de6cfda4 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 7 Nov 2008 16:01:20 +0100 Subject: [PATCH] textbox: document wrap and ellipsize Signed-off-by: Julien Danjou --- widgets/textbox.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/widgets/textbox.c b/widgets/textbox.c index a5d271eb..43b4f1cc 100644 --- a/widgets/textbox.c +++ b/widgets/textbox.c @@ -98,6 +98,8 @@ textbox_destructor(widget_t *w) * \luastack * \lfield text The text to display. * \lfield width The width of the textbox. Set to 0 for auto. + * \lfield wrap The wrap mode: word, char, word_char. + * \lfield ellipsize The ellipsize mode: start, middle or end. */ static int luaA_textbox_index(lua_State *L, awesome_token_t token)