File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -221,15 +221,15 @@ with a callback close_popup("popup1").
221221
222222The docking feature enables the user to dock windows to each other and the viewport.
223223
224- The docking feature is not documented yet (as of January 2021 ).
224+ The docking feature is not documented yet (as of September 2025 ).
225225
226- enable_docking() will enable experimental docking.
226+ Setting the ` docking ` argument to ` True ` in ` configure_app() ` will enable experimental docking.
227227
228228By default, the user needs to hold the shift key to enable docking.
229229
230- The keyword shift_only = False enables docking without holding the shift key.
230+ Setting ` docking_shift_only = False` enables docking without holding the shift key.
231231
232- The keyword dock_space = True enables docking windows to the viewport.
232+ Setting ` docking_space = True` enables docking windows to the viewport.
233233
234234The docking feature is experimental because you cannot programmatically
235235set up the docking positions.
You can’t perform that action at this time.
0 commit comments