diff --git a/README.md b/README.md index ce7e00a..f1aa36b 100644 --- a/README.md +++ b/README.md @@ -1074,6 +1074,11 @@ Screen.change(BaseScreen) ### 6.1.1 Grid widget +```python +from gui.widgets import Grid +``` +![Image](./images/grid.JPG) + 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 height). Column widths are specified in pixels with the column width being the diff --git a/images/grid.JPG b/images/grid.JPG new file mode 100644 index 0000000..6a692ac Binary files /dev/null and b/images/grid.JPG differ