kopia lustrzana https://github.com/peterhinch/micropython-micro-gui
widgets/dialog.py Improve widget appearance.
rodzic
e5a3dcaa37
commit
665b9e6525
|
@ -1098,8 +1098,8 @@ from gui.widgets.dialog import DialogBox
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
A rather poor photo of an active dialog box. Auto generated dialogs contain
|
An active dialog box. Auto generated dialogs contain only `pushbutton`
|
||||||
only `pushbutton` instances, but user created dialogs may contain any widget.
|
instances, but user created dialogs may contain any widget.
|
||||||
|
|
||||||
This implements a modal dialog box based on a horizontal row of pushbuttons.
|
This implements a modal dialog box based on a horizontal row of pushbuttons.
|
||||||
Any button press will close the dialog. The caller can determine which button
|
Any button press will close the dialog. The caller can determine which button
|
||||||
|
|
Ładowanie…
Reference in New Issue