FLTK logo

[fltk.general] trying to emulate tab_nav(1)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

trying to emulate tab_nav(1) Dave Jordan May 05, 2021  
 
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.
thanks for any help.
-dave

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/CAPdW6bJN4g06uOdEDPOhsOY_bui0OgFrNg---sR%2BFE0TCqFjkw%40mail.gmail.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.