summaryrefslogtreecommitdiff
path: root/textscreen/txt_table.c
AgeCommit message (Expand)Author
2006-05-23Add window action class for action area labels at the bottom of windows. 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-21Initialise the table selection on table creation.Simon Howard
2006-05-21Always select a valid widget in a table before drawing the table.Simon Howard
2006-05-20Make all windows be tables with one column.Simon Howard
2006-05-20Add table class. Allow widgets with heights of more than one line.Simon Howard