Skip to content

Commit 4035573

Browse files
yasserhcnhoffstadt
authored andcommitted
doc: Updated the docs regarding experimental window docking
1 parent 57d10ff commit 4035573

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/extra/video-tutorials.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,15 @@ with a callback close_popup("popup1").
221221

222222
The 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

228228
By 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

234234
The docking feature is experimental because you cannot programmatically
235235
set up the docking positions.

0 commit comments

Comments
 (0)