summaryrefslogtreecommitdiffstats
path: root/src/tk/grid.c
Commit message (Collapse)AuthorAgeFilesLines
* tk: Rename mouse event methodP. J. McDermott2021-08-061-2/+3
|
* tk: Fix focus tab indexingP. J. McDermott2021-08-061-1/+1
|
* tk: Build focus tab indexP. J. McDermott2021-08-061-1/+12
|
* tk: Add container pointer to widgetP. J. McDermott2021-08-061-0/+5
|
* tk: Support alignment of widgets in gridP. J. McDermott2021-08-051-29/+109
|
* tk: Add radio widgetP. J. McDermott2021-08-051-1/+1
| | | | Also fix an #include directive in the grid widget.
* tk: Add internal grid constructorP. J. McDermott2021-08-051-16/+31
|
* tk: Fix grid spacingP. J. McDermott2021-08-041-2/+2
|
* tk: Fix container event passingP. J. McDermott2021-08-041-1/+2
|
* tk: Implement mouse button up eventP. J. McDermott2021-08-041-2/+23
|
* tk: Reduce initialization boilerplate codeP. J. McDermott2021-08-041-6/+1
|
* tk: Add grid widgetP. J. McDermott2021-08-041-0/+195