On 31 Jan 2009, at 19:17, João Ricardo Lourenço wrote:
>
> Thanks, I've looked at it, but I'm wondering if there really isn't  
> any easier way of getting there. Is there? Maybe pagers?
>
> If there isn't, I guess it's up to me to start learning how to draw  
> in fltk to alter the tabs completely.

Maybe Fl_Tabs is not what you actually want to start from?
You can get basically the same effect by having a series of groups  
with opaque backgrounds, that all overlay each other, then by calling  
show() on one of the groups, you can bring it to the top of the stack  
- perhaps in that way you can readily build your own tab-like widget  
set to achieve your objective?

Again, Greg has an example of simulating tabs using overlaid groups  
here:

http://www.seriss.com/people/erco/fltk/#VerticalTabs

Although his selector mechanism in that example is different from  
what you are describing, the ideas are probably still relevant.



_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to