태그>wx.button(총 3개의 글)
'wx.button' 관련 최근글
-
- [wxPython] wx.Button를 이용한 Button ..

-
Python Developer by 하린아빠|2008/02/27 14:33
# -*- coding: cp949 -*- #!/usr/bin/python# buttons.py import wx # 랜덤 처리 유닛 import random # Dialog 사이즈 APP_SIZE_X = 300 APP_SIZE_Y = 200 class MyButtons(wx.Dialog)..
- [wxPython] wx.Button를 이용한 Button ..
-
- [wxPython] wx.Button(2) 정렬

-
Python Developer by 하린아빠|2008/02/22 20:29
#!/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, (..
- [wxPython] wx.Button(2) 정렬
-
- [wxPython] wx.Button(버튼) 만들기

-
Python Developer by 하린아빠|2008/02/22 17:08
#!/usr/bin/python # -*- coding: cp949 -*- # layout.pyimport wx class MyFrame(wx.Frame): def _init_(self, parent, id, title): wx.Frame_init_(self, parent, id, title, wx..
- [wxPython] wx.Button(버튼) 만들기




