Exemplo n.º 1
0
 def _createWidgets(self):
     self.blogsLabel = wx.StaticText(
         self, wx.ID_ANY, _extstr(u"metadata.Blogs"))  #$NON-NLS-1$
     self.blogsCtrl = ZBlogInfoChooser(self, self.model)
     self.titleLabel = wx.StaticText(
         self, wx.ID_ANY, _extstr(u"metadata.Title"))  #$NON-NLS-1$
     self.titleText = wx.TextCtrl(self, wx.ID_ANY)
     self.tagwordsLabel = wx.StaticText(
         self, wx.ID_ANY, _extstr(u"metadata.Tagwords"))  #$NON-NLS-1$
     self.tagwordsText = wx.TextCtrl(self, wx.ID_ANY)
     self.staticLine = wx.StaticLine(self, wx.HORIZONTAL)
Exemplo n.º 2
0
 def _createNonHeaderWidgets(self):
     # FIXME (PJ) extern this
     self.publishToStaticBox = wx.StaticBox(
         self, wx.ID_ANY, u"Publish To Blog(s)")  #$NON-NLS-1$
     self.pubMetaDataCtrl = ZBlogInfoChooser(self, self.blogInfoModel)