태그>wx.staticbox(총 1개의 글)
'wx.staticbox' 관련 최근글
-
- [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를 이용한 컨트롤..



