Verena wrote:

> Hi all,
> 
> Is it possible to draw a Widget with its label on its side, i.e. rotated
> by 90 degrees? Thanks.
> 
>  Verena

I suspect that you would have to derive a new widget and override the draw()
method. The manual contains the description of several transformation
functions. I can't seem to find them in the online manual, but if you open
fluid and do Help->Manual->Section B->fl_push_matrix. That should take you
them which includes "void fl_rotate(float d)".

I haven't used them but perhaps someone who has will post a little example?

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

Reply via email to