AutoGenUI.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:GRIPy 作者: giruenf 项目源码 文件源码
def _create_well_choice(self):
        self.index2uid = []
        items = []

        for well in self._OM.list('well'):
            uid = well.uid
            name = well.name

            self.index2uid.append(uid)
            items.append(name)

        well_choice = wx.Choice(self)
        well_choice.AppendItems(items)
        well_choice.Bind(wx.EVT_CHOICE, self.on_well_choice)

        return well_choice
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号