태그>wx.combobox(총 1개의 글)
'wx.combobox' 관련 최근글
-
- [wxPython] wx.ComboBox(콤보 박스)를 ..

-
Python Developer by 하린아빠|2008/02/27 20:38
# -*- coding: cp949 -*- #!/usr/bin/python# combobox.py import wx class MyDialog(wx.Dialog): def _init_(self, parent, id, title): wx.Dialog_init_(self, parent, id, title, size=..
- [wxPython] wx.ComboBox(콤보 박스)를 ..



