태그>wx.checkbox(총 2개의 글)
'wx.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를 이용한 체크박..
-
- [wxPython] wx.StaticBox를 이용한 컨트롤..

-
Python Developer by 하린아빠|2008/02/27 20:26
# -*- coding: cp949 -*- #!/usr/bin/python# staticbox.py import wxclass MyDialog(wx.Dialog): def _init_(self, parent, id, title): wx.Dialog_init_(self, parent, id, title..
- [wxPython] wx.StaticBox를 이용한 컨트롤..




