summaryrefslogtreecommitdiff
path: root/textscreen/txt_label.c
AgeCommit message (Expand)Author
2006-05-23Fix compiler warnings caused by missing includes.Simon Howard
2006-05-22Add TXT_SetLabel() function to set the label value.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-22Add a signals architecture to allow callbacks on GUI events.Simon Howard
2006-05-20Add label class.Simon Howard