?? 005-popupmenu.py
字號(hào):
import appuifwchoices = [u"Symbian", u"PyS60", u"MobileArt"]index = appuifw.popup_menu(choices, u"Select:") if index == 0 : appuifw.note(u"Symbian, aha")elif index == 1 : appuifw.note(u"PyS60 - yeah")elif index == 2 : appuifw.note(u"I love MobileArt")
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -