Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 479 Bytes

selection.rst

File metadata and controls

26 lines (17 loc) · 479 Bytes

Selection

The Selection widget is a simple control for allowing the user to choose between a list of string options.

Usage

import toga

container = toga.Selection(items=['bob', 'jim', 'lilly'])

Supported Platforms

Reference

toga.interface.widgets.selection.Selection