태그>statictext(총 2개의 글)
'statictext' 관련 최근글
-
- [wxPython] wx.StaticText를 이용한 문자열..

-
Python Developer by 하린아빠|2008/02/27 20:18
# -*- coding: cp949 -*- #!/usr/bin/python# statictext.py import wx class MyFrame(wx.Frame): def _init_(self, parent, id, title): wx.Frame_init_(self, parent, id, title,..
- [wxPython] wx.StaticText를 이용한 문자열..
-
- [wxPython] wx.Font를 이용한 폰트 지정하기

-
Python Developer by 하린아빠|2008/02/26 14:36
#!/usr/bin/python # -*- coding: cp949 -*- # layout.py import wx class MyFrame(wx.Frame): def _init_(self, parent, id, title): wx.Frame_init_(self, parent, id, title, w..
- [wxPython] wx.Font를 이용한 폰트 지정하기




