Hi there,
I made a bind like this one:
self.aui_manager(wx.EVT_MAXIMIZE, self.OnMax)
I noticed that the function that I passed(OnMax) is run before the
pane is maximized and I`d like to run this function only after the
window is maximized. Is there something that I should do ?
Hi there,
I made a bind like this one:
self.aui_manager(wx.EVT_MAXIMIZE, self.OnMax)
I noticed that the function that I passed(OnMax) is run before the
pane is maximized and I`d like to run this function only after the
window is maximized. Is there something that I should do ?