On Wednesday, May 5, 2021 at 11:08:14 AM UTC+2 quantumno...@gmail.com wrote:
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)
according to the documentation the parameters should be in the following order :
int Fl_Text_Editor::kf_ignore(int c,Fl_Text_Editor * e )
You provided them in reverse order in your example.
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'.