태그>wx.statictext(총 4개의 글)
'wx.statictext' 관련 최근글
-
- [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를 이용한 컨트롤..
-
- [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.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 을 이용한 구분선..
-
- [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를 이용한 폰트 지정하기




