Hi, I am using wxPython and want to create a wx.Notebook with tabs on left side, but with vertical tab text orientation. I have found that the tabs can be put on left side by specifying wx.NB_LEFT as style. How can I (if possible) make the orientation of tab title text vertical instead of horizontal? Thanks, Ram