diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2021-08-12 18:35:42 +0100 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2021-08-13 16:41:36 +0100 |
commit | b73983340da174e1de95a49b59649f3a79438906 (patch) | |
tree | 58b1a99fb8288cf97c39cf30820551d51d1b61a8 /doc/classes | |
parent | 1a9c8aaba9214dbed40c2c58adce724e1b7b8276 (diff) |
Add bulk theme overrides to Control
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Control.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 43e3c97bff..0834521c91 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -306,6 +306,18 @@ [/codeblocks] </description> </method> + <method name="begin_bulk_theme_override"> + <return type="void" /> + <description> + Prevents [code]*_theme_*_override[/code] methods from emitting [constant NOTIFICATION_THEME_CHANGED] until [method end_bulk_theme_override] is called. + </description> + </method> + <method name="end_bulk_theme_override"> + <return type="void" /> + <description> + Ends a bulk theme override update. See [method begin_bulk_theme_override]. + </description> + </method> <method name="find_next_valid_focus" qualifiers="const"> <return type="Control" /> <description> |