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

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



