drawin: Updated docs

This commit is contained in:
Aproxia-dev 2022-12-10 22:48:20 +01:00
parent 89db74f4f7
commit 93ea403139
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,7 @@ lua_class_t drawin_class;
* @field border_width Border width. * @field border_width Border width.
* @field border_color Border color. * @field border_color Border color.
* @field ontop On top of other windows. * @field ontop On top of other windows.
* @field desktop Below other windows and widgets.
* @field cursor The mouse cursor. * @field cursor The mouse cursor.
* @field visible Visibility. * @field visible Visibility.
* @field opacity The opacity of the drawin, between 0 and 1. * @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::ontop
*/ */
/**
* @signal property::desktop
*/
/** /**
* @signal property::visible * @signal property::visible
*/ */