drawin: Updated docs
This commit is contained in:
parent
89db74f4f7
commit
93ea403139
|
@ -53,6 +53,7 @@ lua_class_t drawin_class;
|
|||
* @field border_width Border width.
|
||||
* @field border_color Border color.
|
||||
* @field ontop On top of other windows.
|
||||
* @field desktop Below other windows and widgets.
|
||||
* @field cursor The mouse cursor.
|
||||
* @field visible Visibility.
|
||||
* @field opacity The opacity of the drawin, between 0 and 1.
|
||||
|
@ -101,6 +102,10 @@ lua_class_t drawin_class;
|
|||
* @signal property::ontop
|
||||
*/
|
||||
|
||||
/**
|
||||
* @signal property::desktop
|
||||
*/
|
||||
|
||||
/**
|
||||
* @signal property::visible
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue