태그>wx.evt_size(총 1개의 글)
'wx.evt_size' 관련 최근글
-
- [wxPython] 이벤트02 (사이즈 이벤트 예제 : w..

-
Python Developer by 하린아빠|2008/02/26 18:43
#!/usr/bin/python # -*- coding: cp949 -*- # sizeevent.py import wx class SizeEvent(wx.Frame): def _init_(self, parent, id, title): wx.Frame_init_(self, parent, id, tit..
- [wxPython] 이벤트02 (사이즈 이벤트 예제 : w..



