Hello List,
I’m playing with AUI and I’ve tried to see how a MinimizeButton behaves but I think there is an error.
I’ve set MinimizeButton(True) but it still doesn’t show on the caption of the pane.
here are the relevant lines:
self._mgr.AddPane(self.contacts.get_visual_proxy(self), wx.aui.AuiPaneInfo().
Name("contacts").Caption("Contacts").Left().BestSize((200,100)).CloseButton(False).
MinimizeButton(True))
Any idea is welcomed.
Peter.
P.S. I’m using 2.8.3.0 final on py2.4.4 on Windows XP SP2
···
–
There is NO FATE, we are the creators.