태그>wx.staticline(총 1개의 글)
'wx.staticline' 관련 최근글
-
- [wxPython] wx.StaticLine 을 이용한 구분선..

-
Python Developer by 하린아빠|2008/02/27 19:13
# -*- coding: cp949 -*- #!/usr/bin/python# centraleurope.py import wxclass MyDialog(wx.Dialog): def _init_ (self, parent, ID, title): wx.Dialog_init_(self, parent, ID, title, si..
- [wxPython] wx.StaticLine 을 이용한 구분선..



