태그>wx.font(총 1개의 글)
'wx.font' 관련 최근글
-
- [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를 이용한 폰트 지정하기



