wxFN_LEFT and wxFN_RIGHT
Brought to you by:
eranif
In addition to wxFN_TOP and wxFN_BOTTOM, it would be great if tabs could be placed left and right too.
I checked the current implementation of the renderer and it's not an easy task, even though I was able to do a little hacking here and there to get it working to some extent by using wxImage::Rotate90. It would be quite useful in places that aren't wide enough but provide enough vertical space.
An idea of it can be seen here: http://ceniza666.googlepages.com/vtab.png (Management Pane).
Tabs should be drawn top-to-bottom though.
Logged In: YES
user_id=1315032
Originator: NO
I will look into it :)