diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-13 17:02:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-13 17:02:07 +0100 |
| commit | 0ed8d05314c9c1deeb6f45da3960b31aef7deed7 (patch) | |
| tree | 1bf685c73ef05b90b3342869dae1785f72aa9cd5 /doc/classes/WindowDialog.xml | |
| parent | 88dd5d374fd4f9653b37b93a08df6ddac035f0ea (diff) | |
| parent | e103f21a40ef157cd263b60cf0d9c5750156ec98 (diff) | |
| download | redot-engine-0ed8d05314c9c1deeb6f45da3960b31aef7deed7.tar.gz | |
Merge pull request #36773 from KoBeWi/thats_a_lotta_docs
Add LOTS of missing docs
Diffstat (limited to 'doc/classes/WindowDialog.xml')
| -rw-r--r-- | doc/classes/WindowDialog.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/WindowDialog.xml b/doc/classes/WindowDialog.xml index 16b8085df3..8b6bf00508 100644 --- a/doc/classes/WindowDialog.xml +++ b/doc/classes/WindowDialog.xml @@ -29,22 +29,31 @@ </constants> <theme_items> <theme_item name="close" type="Texture2D"> + The icon for the close button. </theme_item> <theme_item name="close_h_ofs" type="int" default="18"> + The horizontal offset of the close button. </theme_item> <theme_item name="close_highlight" type="Texture2D"> + The icon used for the close button when it's hovered with the mouse cursor. </theme_item> <theme_item name="close_v_ofs" type="int" default="18"> + The vertical offset of the close button. </theme_item> <theme_item name="panel" type="StyleBox"> + The style for both the content background of the [WindowDialog] and the title bar. </theme_item> <theme_item name="scaleborder_size" type="int" default="4"> + The thickness of the border that can be dragged when scaling the window (if [member resizable] is enabled). </theme_item> <theme_item name="title_color" type="Color" default="Color( 0, 0, 0, 1 )"> + The color of the title text. </theme_item> <theme_item name="title_font" type="Font"> + The font used to draw the title. </theme_item> <theme_item name="title_height" type="int" default="20"> + The vertical offset of the title text. </theme_item> </theme_items> </class> |
