wxWindow class是所有window元件的parent class,包括menu,button,toolbar,status... etc。
如果要產生一個windows application的物件,要用wxFrame(也是從wxWindow衍生的class)。
wxFrame實作了所有windows application需要的動作反應,像resize,move,get, lose focus.. etc。
所以最簡單的一個windows prorgram:
from wxPython.wx import *
app = wxSimpleApp()
frame = wxFrame(None,-1,"Hello World")
frame.Show(1)
app.MainLoop()
wxSimpleApp()是application的主體,
wxFrame是application的顯示(視窗)部分。
在Window中加入edit component (加入編輯的能力)
from wxPython.wx import *
class MainFrame(wxFrame):
def __init__(self,parent,id,title):
wxFrame.__init__(self,parent,wxID_ANY,title,size=(200,100),
網誌存檔
-
▼
2005
(620)
-
▼
3月
(40)
- elifdef
- Memo : Books to buy
- 英文大考驗-台灣小吃篇
- Bookmark
- sed
- Kermit File Transfer
- 年度洗牙完成
- 完工: 將menu和移到external data
- New NB install Application
- 今天領到.. Notebook ASUS A3100L
- Install printer driver - hp laserjet 1300
- 今天領到..and download procedure
- Memory Sections
- Plane : on AVR . NCHP and DV_
- Site memo : 摩尼網
- Movie : 蒸氣男孩
- reading code, notes
- memo . for video
- Site Memo : GPL Video Server (and Client)
- Site Memo : Video for Linux (V4l)
- 火星文翻譯器 and 軟體搜尋器(SNDB)
- New job : network image playback..
- CCIR 已經不存在,改歸屬於ITU了
- Notes on Video
- Install Dictionary Plugin in Firefox
- zaurus c700 all
- 休假 - day 2
- choice1
- STEVEN
- Max即將成為主力
- Bye Bye 吳博士
- 休假 - day 1
- Procedure to Quit
- Don't forget
- dsddsds
- ajax
- 這個很cool喔 - Ajax - Gmail大量使用的...
- wxPython : getting started
- py2exe : 將python script轉為EXE檔
- 同文堂 firefox 1.0
-
▼
3月
(40)
沒有留言:
張貼留言