Re: [fltk.general] how to change text color when select the text in fltk1.3

2012-04-25 Thread leowang
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

Re: [fltk.general] how to change text color when select the text in fltk1.3

2012-04-25 Thread MacArthur, Ian (SELEX GALILEO, UK)
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. Which widget are you asking about? I'm not sure if this is an API that

[fltk.general] how to change text color when select the text in fltk1.3

2012-04-24 Thread leowang
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 ___ fltk

Re: [fltk.general] how to change text color when select the text in fltk1.3

2012-04-24 Thread Greg Ercolano
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