client: document content property

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-12-29 15:28:24 +01:00
parent bdbcd9352d
commit 9f47cb4d01
1 changed files with 1 additions and 0 deletions

View File

@ -1557,6 +1557,7 @@ luaA_client_newindex(lua_State *L)
* \lfield border_color The client border color. * \lfield border_color The client border color.
* \lfield titlebar The client titlebar. * \lfield titlebar The client titlebar.
* \lfield urgent The client urgent state. * \lfield urgent The client urgent state.
* \lfield content An image representing the client window content (screenshot).
* \lfield focus The focused client. * \lfield focus The focused client.
* \lfield opacity The client opacity between 0 and 1. * \lfield opacity The client opacity between 0 and 1.
* \lfield ontop The client is on top of every other windows. * \lfield ontop The client is on top of every other windows.