README: add images.
|
@ -640,6 +640,7 @@ Methods:
|
|||
from gui.core.colors import * # Colors and shapes
|
||||
from gui.widgets.buttons import Button
|
||||
```
|
||||

|
||||
|
||||
This emulates a pushbutton, with a callback being executed each time the button
|
||||
is pressed. Physically this consists of pressing the `select` button when the
|
||||
|
@ -739,6 +740,7 @@ for t in table: # Buttons overlay each other at same location
|
|||
from gui.core.colors import * # Colors and shapes
|
||||
from gui.widgets.buttons import Button, RadioButtons
|
||||
```
|
||||

|
||||
|
||||
This object groups a set of buttons at different locations. When a button is
|
||||
pressed, it becomes highlighted and remains so until another button is pressed.
|
||||
|
@ -1124,6 +1126,7 @@ change. See `gui/demos/active.py`.
|
|||
```python
|
||||
from gui.widgets.scale import Scale
|
||||
```
|
||||

|
||||
|
||||
This displays floating point data having a wide dynamic range, and optionally
|
||||
provides for user input of such values. It is modelled on old radios where a
|
||||
|
@ -1231,6 +1234,7 @@ precision. Each visible division on the control represents 10 integer units.
|
|||
```python
|
||||
from gui.widgets.scale_log import ScaleLog
|
||||
```
|
||||

|
||||
|
||||
This enables the input and/or display of floating point values with extremely
|
||||
wide dynamic range. This is done by means of a base 10 logarithmic scale. In
|
||||
|
|
Po Szerokość: | Wysokość: | Rozmiar: 45 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 62 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 90 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 31 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 51 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 21 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 36 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 28 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 116 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 27 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 63 KiB |