kopia lustrzana https://github.com/peterhinch/micropython-micro-gui
README: Add Grid image.
rodzic
a64eb5b80b
commit
3802038ff2
|
@ -1074,6 +1074,11 @@ Screen.change(BaseScreen)
|
||||||
|
|
||||||
### 6.1.1 Grid widget
|
### 6.1.1 Grid widget
|
||||||
|
|
||||||
|
```python
|
||||||
|
from gui.widgets import Grid
|
||||||
|
```
|
||||||
|

|
||||||
|
|
||||||
This is a rectangular array of `Label` instances: as such it is a passive
|
This is a rectangular array of `Label` instances: as such it is a passive
|
||||||
widget. Rows are of a fixed height equal to the font height + 4 (i.e. the label
|
widget. Rows are of a fixed height equal to the font height + 4 (i.e. the label
|
||||||
height). Column widths are specified in pixels with the column width being the
|
height). Column widths are specified in pixels with the column width being the
|
||||||
|
|
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 100 KiB |
Ładowanie…
Reference in New Issue