DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L1721
Version: 2.0-current


fltk::Browser* o = new fltk::Browser(...);
o->add("AAA");
o->add("BBB");
o->add("CCC");

fltk::Widget* elem = o->find( "BBB" );
cerr << "elem: " << elem->label() << endl;

// Neither
o->item( elem );
o->select_only_this();

// nor
o->item( elem );
o->take_focus();

// seem to work.


Link: http://www.fltk.org/str.php?L1721
Version: 2.0-current

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to