summaryrefslogtreecommitdiffstats
path: root/src/tk/button.c
Commit message (Expand)AuthorAgeFilesLines
* tk: Add (de)focus methodsP. J. McDermott2021-08-061-0/+12
* tk: Add button key handlingP. J. McDermott2021-08-061-1/+15
* tk: Pass key eventsP. J. McDermott2021-08-061-0/+10
* tk: Rename mouse event methodP. J. McDermott2021-08-061-1/+1
* tk: Implement focusing by mouseP. J. McDermott2021-08-061-0/+1
* tk: Build focus tab indexP. J. McDermott2021-08-061-1/+1
* tk: Make event callbacks optionalP. J. McDermott2021-08-061-0/+3
* tk: Implement mouse button up eventP. J. McDermott2021-08-041-1/+3
* tk: Reduce initialization boilerplate codeP. J. McDermott2021-08-041-6/+1
* tk: Add button widgetP. J. McDermott2021-08-041-0/+125