20 me.gotoRC(me, 0.5, col); me.setFirstColumn(me, me.currentColumn);
21 me.TD(me, me.rows - 0.5, width, e = me.topicList);
23 e.onChangeEntity = me;
27 me.gotoRC(me, 0.5, col); me.setFirstColumn(me, me.currentColumn);
28 me.TD(me, me.rows - 1.5, width, e = me.entryList);
30 e.onChangeEntity = me;
31 me.gotoRC(me, me.rows - 1, col);
33 _(
"Click here or CTRL+F to provide a keyword to narrow down the list; CTRL+DEL to clear; ENTER when done."));
35 me.TD(me, 1, width - 0.3, e = me.entryList.stringFilterBox);
38 e.onChangeEntity = me.entryList;
42 me.gotoRC(me, 0.5, col); me.setFirstColumn(me, me.currentColumn);
43 me.TD(me, me.rows - 0.5, width, me.descriptionPane);
45 me.topicChangeNotify(me.topicList, me);
entity makeXonoticTextLabel(float theAlign, string theText)