classref: Sync with current master branch (93be33748)

This commit is contained in:
Rémi Verschelde
2022-09-09 15:22:52 +02:00
parent a8d74915f5
commit b0ebd8b7c6
150 changed files with 9100 additions and 5497 deletions

View File

@@ -66,9 +66,11 @@ Methods
Theme Properties
----------------
+---------------------------------+----------------------------------------------------+
| :ref:`StyleBox<class_StyleBox>` | :ref:`panel<class_AcceptDialog_theme_style_panel>` |
+---------------------------------+----------------------------------------------------+
+---------------------------------+---------------------------------------------------------------------------------+--------+
| :ref:`int<class_int>` | :ref:`buttons_separation<class_AcceptDialog_theme_constant_buttons_separation>` | ``10`` |
+---------------------------------+---------------------------------------------------------------------------------+--------+
| :ref:`StyleBox<class_StyleBox>` | :ref:`panel<class_AcceptDialog_theme_style_panel>` | |
+---------------------------------+---------------------------------------------------------------------------------+--------+
Signals
-------
@@ -240,11 +242,23 @@ Removes the ``button`` from the dialog. Does NOT free the ``button``. The ``butt
Theme Property Descriptions
---------------------------
.. _class_AcceptDialog_theme_constant_buttons_separation:
- :ref:`int<class_int>` **buttons_separation**
+-----------+--------+
| *Default* | ``10`` |
+-----------+--------+
The size of the vertical space between the dialog's content and the button row.
----
.. _class_AcceptDialog_theme_style_panel:
- :ref:`StyleBox<class_StyleBox>` **panel**
Panel that fills up the background of the window.
The panel that fills the background of the window.
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`