notes = new Fl_Text_Editor(x, y, w, h); notes->box(...); notes->textsize(...); notes->color(...); notes->textcolor(...); notes->cursor_color(...); notes->wrap_mode(Fl_Text_Display::WRAP_AT_BOUNDS, 0); Fl_Text_Editor::kf_ignore(notes, FL_Tab); // compiles but does nothing as far as i can see. I am using 1.3.5 ABI 10300)
notes->tab_nav(1); // compiler error no such member (ABI version too old I think).
I have also tried subclassng and adding handler, to no avail.
Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.