summaryrefslogtreecommitdiff
path: root/textscreen/txt_radiobutton.c
AgeCommit message (Expand)Author
2006-12-16Add function to set radio button labels.Simon Howard
2006-09-21Use NULL for initialising pointers rather than 0.Simon Howard
2006-09-21Fix a lot of warnings (for fussy compilers) and one always-true checkRussell Rice
2006-09-19Fix textscreen warnings.Simon Howard
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
2006-06-02Make mouse button presses on widgets actually do useful thingsSimon Howard
2006-06-02textscreen: Rejig how the entire drawing process works. Add a recursiveSimon Howard
2006-05-23Fix compiler warnings caused by missing includes.Simon Howard
2006-05-22CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG.Simon Howard
2006-05-22Add casting macros to allow for easy casts between types.Simon Howard
2006-05-22More signals to detect when checkboxes/radiobuttons are changed.Simon Howard
2006-05-22Add a signals architecture to allow callbacks on GUI events.Simon Howard
2006-05-21Add radio button class.Simon Howard