Hi!
I would like to use left placed wx.Toolbook to switch views on the
right. But what I need is also multiline text labels under icons in
Toolbook items (that is Toolbar items, since Toolbook is a subclass of
Toolbar, I believe). I've tried with wxPython demo and...
Try 1 - GTK2: http://nie.ath.cx/ss/wx/wx-gtk.png
Problem: multiline text is not center justified.
Try 2 - MSW: http://nie.ath.cx/ss/wx/wx-windows.png
Problem: multiline not supported by MSW toolbar items?
Is it possible to workaround these flaws? Maybe by overloading some
method and/or other magic? If yes, please provide hope and hints
I've tried with Notebook too:
GTK2: http://nie.ath.cx/ss/wx/notebook-left-gtk.png
This is nice, especially scrollers. But...
MSW: http://nie.ath.cx/ss/wx/notebook-left-msw.png
This is totally different. Too far from what I need.
I know this is mostly wxWidgets case, but writing to C++ community list
scary me Thanks in advance.
ยทยทยท
--
Krzysztof Kotlenga <piernik$gmail,com>