태그>wx.evt_checkbox(총 1개의 글)
'wx.evt_checkbox' 관련 최근글
-
- [wxPython] wx.CheckBox를 이용한 체크박..

-
Python Developer by 하린아빠|2008/02/28 15:37
# -*- coding: cp949 -*- #!/usr/bin/python# checkbox.py import wx class MyCheckBox(wx.Frame): def _init_(self, parent, id, title): wx.Frame_init_(self, parent, id, ti..
- [wxPython] wx.CheckBox를 이용한 체크박..



