- Timestamp:
- 01/21/05 13:31:30 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykoticon/trunk/bin/pykoticon
r79 r80 275 275 i += 1 276 276 self.AutoSize() 277 self.Refresh() 277 278 278 279 class PyKotIcon(wxPython.wx.wxFrame): … … 403 404 def OnTaskBarClose(self, evt) : 404 405 self.Close() 405 #wxPython.wx.wxGetApp().ProcessIdle()406 406 407 407 class PyKotIconApp(wx.PySimpleApp):