File tree 1 file changed +6
-1
lines changed
docs/user-interface-tools
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,9 @@ To add to a window ``w``::
458
458
- ``name ``: A unique name for the control.
459
459
- ``borderStyle ``: A string that specifies the appearance of the
460
460
border drawn around the panel. One of ``black ``, ``etched ``,
461
- ``gray ``, ``raised `` or ``sunken ``. Default is ``etched ``.
461
+ ``gray ``, ``raised ``, ``sunken `` or ``topDivider ``.
462
+ ``topDivider `` draws a horizonal line at the top of the panel
463
+ only. Default is ``etched ``.
462
464
- ``subPanelCoordinates ``: When true, this panel automatically
463
465
adjusts the positions of its children for compatability with
464
466
Photoshop CS. Default is false, meaning that the panel does
@@ -467,6 +469,9 @@ To add to a window ``w``::
467
469
468
470
======================= ==================================================================
469
471
472
+ .. warning ::
473
+ The ``topDivider `` property is officially undocumented and was found via research. Please contribute if you have more information on it!
474
+
470
475
.. _control-type-progressbar :
471
476
472
477
progressbar
You can’t perform that action at this time.
0 commit comments