summaryrefslogtreecommitdiffstats
path: root/src/tk/button.c
Commit message (Expand)AuthorAgeFilesLines
* tk: Use goto for render errorsP. J. McDermott2023-10-161-8/+7
* tk: Add border with focus indication to buttonP. J. McDermott2022-01-271-3/+26
* tk: Fill text background (if editable)P. J. McDermott2022-01-271-2/+2
* tk: Define colors within local headerP. J. McDermott2021-09-251-10/+8
* tk: Handle keypad Enter keyP. J. McDermott2021-09-251-0/+1
* 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