File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
docs/user-interface-tools Expand file tree Collapse file tree 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``::
458458 - ``name ``: A unique name for the control.
459459 - ``borderStyle ``: A string that specifies the appearance of the
460460 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 ``.
462464 - ``subPanelCoordinates ``: When true, this panel automatically
463465 adjusts the positions of its children for compatability with
464466 Photoshop CS. Default is false, meaning that the panel does
@@ -467,6 +469,9 @@ To add to a window ``w``::
467469
468470======================= ==================================================================
469471
472+ .. warning ::
473+ The ``topDivider `` property is officially undocumented and was found via research. Please contribute if you have more information on it!
474+
470475.. _control-type-progressbar :
471476
472477progressbar
You can’t perform that action at this time.
0 commit comments