Skip to content

Commit 7684267

Browse files
authored
Merge pull request #3 from SetTrend/borderStyle
Border style `topDivider` added to documentation.
2 parents 3dbff37 + bc6fd32 commit 7684267

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/user-interface-tools/control-objects.rst

+6-1
Original file line numberDiff line numberDiff 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

472477
progressbar

0 commit comments

Comments
 (0)