Parent Directory
|
Revision Log
|
Patch
revision 972 by jonathan, Mon Apr 14 17:12:38 2003 UTC | revision 973 by jonathan, Wed May 21 17:39:31 2003 UTC | |
---|---|---|
# | Line 386 class DockFrame(wxFrame): | Line 386 class DockFrame(wxFrame): |
386 | ||
387 | ||
388 | EVT_SIZE(self, self._OnSashSize) | EVT_SIZE(self, self._OnSashSize) |
389 | EVT_CLOSE(self, self._OnClose) | EVT_CLOSE(self, self.OnClose) |
390 | ||
391 | layout2oppSash = { | layout2oppSash = { |
392 | wxLAYOUT_NONE : wxSASH_NONE, | wxLAYOUT_NONE : wxSASH_NONE, |
# | Line 396 class DockFrame(wxFrame): | Line 396 class DockFrame(wxFrame): |
396 | wxLAYOUT_BOTTOM : wxSASH_TOP } | wxLAYOUT_BOTTOM : wxSASH_TOP } |
397 | ||
398 | ||
399 | def _OnClose(self, event): | def OnClose(self, event): |
400 | ||
401 | self.__update_lock += 1 | self.__update_lock += 1 |
402 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |