> Dear All, > In fltk2.0, it has a API called selection_textcolor(int color), this can > change text color if the text is select. > > But in fltk1.3, I can't find the similar API, can anyone else tell me where > is this API, thanks. > > Best regards, > leo
Hmm, for which widget? Usually its 'selection_color()', ie.
Fl_Widget::selection_color()
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

