?? artproviderexample.plug-in.py
字號:
# Important: This file should be placed in the Plug-ins directory if you want
# it to execute
import wx
import PaletteStore
import ArtProviderExample
# register art ids for use at design-time
PaletteStore.artProviderArtIds.extend(ArtProviderExample.ART_IDS)
# install the art provider in the IDE global environment
wx.ArtProvider.PushProvider(ArtProviderExample.ArtProviderExample())
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -