Changeset 149
- Timestamp:
- 06/08/06 09:40:26 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykoticon/trunk/bin/pykoticon
r147 r149 277 277 wx.EVT_ICONIZE(self, self.OnIconify) 278 278 wx.EVT_CLOSE(self, self.OnClose) 279 self.Show(False) 279 self.Show(True) 280 self.Iconize() 281 self.Hide() 280 282 281 283 def getCurrentUserName(self) :