summaryrefslogtreecommitdiffstats
path: root/src/tk.h
Commit message (Expand)AuthorAgeFilesLines
* tk: Add padding to textP. J. McDermott2022-01-311-1/+1
* tk: Add border with focus indication to textP. J. McDermott2022-01-291-1/+1
* tk: Add border with focus indication to checkP. J. McDermott2022-01-271-7/+9
* tk: Add border with focus indication to buttonP. J. McDermott2022-01-271-1/+1
* tk: Add border to boxP. J. McDermott2022-01-271-1/+1
* tk/text: strchr() allowed_chars for validationP. J. McDermott2021-12-241-1/+1
* tk/text: Replace min_char and max_char with allowed_charsP. J. McDermott2021-12-241-1/+1
* tk: Define colors within local headerP. J. McDermott2021-09-251-18/+11
* tk/text: Replace min_char, max_char with callbackP. J. McDermott2021-09-251-0/+1
* tk: Make text widget optionally staticP. J. McDermott2021-08-071-1/+1
* tk: Add text widget value setterP. J. McDermott2021-08-071-0/+3
* tk: Add submit callback to check, radio, and textP. J. McDermott2021-08-071-5/+7
* tk: Add window origin coordinatesP. J. McDermott2021-08-071-1/+1
* tk: Add text widget event callbackP. J. McDermott2021-08-061-1/+2
* tk: Handle text inputP. J. McDermott2021-08-061-1/+1
* tk: Add window objectP. J. McDermott2021-08-061-12/+6
* tk: Add text widget (without event handling)P. J. McDermott2021-08-051-0/+4
* tk: Support alignment of widgets in gridP. J. McDermott2021-08-051-0/+6
* tk: Add blank widgetP. J. McDermott2021-08-051-0/+3
* tk: Add radio widgetP. J. McDermott2021-08-051-0/+7
* tk: Add check widgetP. J. McDermott2021-08-051-0/+7
* tk: Add box widgetP. J. McDermott2021-08-041-0/+4
* tk: Implement mouse button up eventP. J. McDermott2021-08-041-1/+1
* tk: Add grid widgetP. J. McDermott2021-08-041-0/+3
* tk: Add button widgetP. J. McDermott2021-08-041-0/+5
* tk: Add label widgetP. J. McDermott2021-08-041-0/+5
* tk: Define widget and APIP. J. McDermott2021-08-041-0/+46