21 me.gotoRC(me, 0.5, col); me.setFirstColumn(me, me.currentColumn);
22 me.TD(me, me.rows - 0.5, width, e = me.topicList);
24 e.onChangeEntity = me;
28 me.gotoRC(me, 0.5, col); me.setFirstColumn(me, me.currentColumn);
29 me.TD(me, me.rows - 1.5, width, e = me.entryList);
31 e.onChangeEntity = me;
32 me.gotoRC(me, me.rows - 1, col);
34 _(
"Click here or CTRL+F to provide a keyword to narrow down the list; CTRL+DEL to clear; ENTER when done."));
36 me.TD(me, 1, width - 0.3, e = me.entryList.stringFilterBox);
39 e.onChangeEntity = me.entryList;
43 me.gotoRC(me, 0.5, col); me.setFirstColumn(me, me.currentColumn);
44 me.TD(me, me.rows - 0.5, width, me.descriptionPane);
46 me.topicChangeNotify(me.topicList, me);
entity makeXonoticTextLabel(float theAlign, string theText)