Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-interface-tools/control-objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ To add to a window ``w``::

- ``name``: A unique name for the control.
- ``multiselect``: When false (the default), only one item can be
- ``selected``. When true, multiple items can be selected.
selected. When true, multiple items can be selected.
- ``items``: An array of strings for the text of each list item. A
:ref:`listitem` object is created for each item. An item with the
text string ``"-"`` creates a separator item. Supply this
Expand Down