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

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



