Synchronous_execution.py 文件源码

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

项目:tools 作者: denglouping 项目源码 文件源码
def add_Server(self,widget,event):
        begin_dialog = gtk.Dialog();
        begin_dialog_entry = gtk.Entry();

        begin_dialog.set_title("???????????")
        begin_dialog.add_action_widget(begin_dialog_entry,0);
        begin_dialog.add_button("OK",1);
        begin_dialog.add_button("CANCEL",2);

        begin_dialog.connect("response",self.get_Addresponse);

        begin_dialog_entry.show();
        begin_dialog.run();
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号