コード例 #1
0
ファイル: blogconfig.py プロジェクト: mpm2050/Raven
 def _createCommonPage(self):
     self.commonPanel = ZTransparentPanel(self.notebook, wx.ID_ANY)
     self.commonCtrls = ZPubMetaDataView(self.commonPanel)
     return self.commonPanel