summaryrefslogtreecommitdiffstats
path: root/src/tk/check.c
Commit message (Expand)AuthorAgeFilesLines
* tk: Add submit callback to check, radio, and textP. J. McDermott2021-08-071-3/+6
* tk: Add (de)focus methodsP. J. McDermott2021-08-061-0/+12
* tk: Add check key handlingP. J. McDermott2021-08-061-1/+16
* tk: Pass key eventsP. J. McDermott2021-08-061-0/+10
* tk: Rename mouse event methodP. J. McDermott2021-08-061-1/+1
* tk: Fix crash on focusing nested focusable widgetsP. J. McDermott2021-08-061-1/+13
* 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: Fix optional label in checkP. J. McDermott2021-08-051-1/+3
* tk: Handle radio button eventsP. J. McDermott2021-08-051-0/+8
* tk: Add circle checkP. J. McDermott2021-08-051-0/+56
* tk: Support different check shapesP. J. McDermott2021-08-051-28/+47
* tk: Add check widgetP. J. McDermott2021-08-051-0/+159