On 11.05.2012, at 03:58, David Currie wrote: >> On 05/10/12 06:07, David Currie wrote: >>> How does one control the text caret in Fl_Text_Display. >>> I mean the TEXT cursor (caret) not the mouse cursor ? >> >> To control its on/off state, show_cursor(1|0), >> To control its position, insert_position(pos). > > is there some example code because I can't get ANY cursor > to show ?
Use Fl_Text_Editor. That one has a cursor. Or use Fl_Output, which has a minimal little cursor and is output-only. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
