toga/examples/button
2024-01-30 11:46:30 +08:00
..
button Ensure appcompat library is specified, and normalize bundle IDs. 2024-01-30 11:46:30 +08:00
CHANGELOG Add content to CHANGELOG and LICENSE files for examples 2023-06-21 20:21:23 -04:00
LICENSE Add content to CHANGELOG and LICENSE files for examples 2023-06-21 20:21:23 -04:00
pyproject.toml Ensure appcompat library is specified, and normalize bundle IDs. 2024-01-30 11:46:30 +08:00
README.rst Updated example instructions 2018-06-25 17:03:48 -07:00

Buttons example
===============

Buttons example for the `Toga widget toolkit`_. The following buttons features are present on this example:

* Simple buttons with a callback function when a click event happen
* A disabled button
* Buttons modified using CSS from `colosseum`_
* A grid of buttons using the flexbox from CSS of `colosseum`_
* Different button's background color

Quickstart
~~~~~~~~~~

To run this example:

    $ python -m button