hello,
I can't figure out how certain AUI settings can be changed,
maybe someone can tell me the answers:
- how to change sashsize / captionsize
(it is some parameter? in wx.aui.AuiPaneInfo(),
but I don't understand how you change it)
- how to freeze everything, or in other words, disable the sizers,
and preferable hiding the sizers
thanks,
Stef Mientki
Robin
2
Stef Mientki wrote:
hello,
I can't figure out how certain AUI settings can be changed,
maybe someone can tell me the answers:
- how to change sashsize / captionsize
(it is some parameter? in wx.aui.AuiPaneInfo(),
but I don't understand how you change it)
Try this
mgr.GetArtProvider().SetMetric(wx.aui.AUI_DOCKART_SASH_SIZE, new_size)
- how to freeze everything, or in other words, disable the sizers,
and preferable hiding the sizers
I assume you mean the sashes... Does calling thePane.Resizeable(False) do it?
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!