manage buttons for ListBox manually

This commit is contained in:
Cary Sandvig 2001-03-16 18:19:08 +00:00
parent 62d20a5099
commit feffbd6acd
1 changed files with 2 additions and 0 deletions

View File

@ -750,6 +750,8 @@ static void test13(GuiManager* mgr, Node* font) {
lb1->add_item(s4);
lb1->add_item(s5);
lb1->thaw();
ub->manage(mgr, event_handler);
db->manage(mgr, event_handler);
lb1->manage(mgr, event_handler);
lb1->start_behavior();
}