textbox: document wrap and ellipsize

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-07 16:01:20 +01:00
parent cb43b5a5bd
commit e0816a3340
1 changed files with 2 additions and 0 deletions

View File

@ -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)