Home
last modified time | relevance | path

Searched refs:textsystem (Results 1 – 4 of 4) sorted by relevance

/dports/games/toppler/toppler-1.1.6/
H A Dtxtsys.cc26 textsystem::textsystem(char *title, menuopt_callback_proc pr) in textsystem() function in textsystem
42 textsystem::~textsystem() in ~textsystem()
55 void textsystem::addline(char *line) in addline()
84 void textsystem::run() in run()
146 textsystem::draw() in draw()
H A Dtxtsys.h25 class textsystem {
28 textsystem(char *title, menuopt_callback_proc pr);
29 ~textsystem();
H A Dleveledit.cc414 textsystem *ts = new textsystem(_("Editor Key Help"), editor_background_menu_proc); in le_showkeyhelp()
H A DChangeLog242 -generalized textsystem, similar to menu system.
243 level editor key help uses the textsystem.