summaryrefslogtreecommitdiff
path: root/textscreen/examples/guitest.c
AgeCommit message (Expand)Author
2006-10-24Detect failures to initialise textscreen library and bomb out with anSimon Howard
2006-09-26Add TXT_NewButton2 for creating a button with a callback (for convenience).Simon Howard
2006-09-25Make examples call TXT_Shutdown before quit.Simon Howard
2006-09-20Add spin control widget.Simon Howard
2006-09-19Fix textscreen warnings.Simon Howard
2006-09-09Add command line arguments to main() in textscreen examples.Simon Howard
2006-06-20Always add a bit of padding inside windows (removes the need to add paddingSimon Howard
2006-05-29Add ability to make widgets right aligned or centered within tables.Simon Howard
2006-05-29Add textscreen.h top level header to avoid having to include all txt_*Simon Howard
2006-05-29Allow struts to force height as well as width. Hide "start game" buttonSimon Howard
2006-05-24Move textscreen GUI demos into an examples/ subdir.Simon Howard