Emil wrote: > Hello! > By default, in FLTK2, if a tab is selected it is drawn in blue color with > some dots around its perimeter. How do I make it to look just like in FLTK > 1.1.x, with no blue color?
Use FLTK 1.3 ;-P SCNR. Sorry, as someone else mentioned, there's nobody around who actively uses or supports FLTK 2. Such questions for FLTK 2 are likely to get no anwers, and there's probably nobody who would fix bugs for FLTK 2. That said, I don't think that there is another way than deriving a class and implementing your own draw() method. However, looking at the source code (!) and the docs you can see that there is: fltk::TabGroupPager::draw_tabs() "draw the tabs for this custom pager, return false means no custom draw is made". You'll have to look up how this works yourself, though. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

