def on_btnBrowse_clicked(self, widget, *args):
global wMain
filename = show_open_dialog(parent=wMain.wMain, title=_("Abrir"), action=gtk.FILE_CHOOSER_ACTION_OPEN)
if filename != None:
self.txtPrivateKey.set_text(filename)
#-- Whost.on_btnBrowse_clicked }
gnome_connection_manager.py 文件源码
python
阅读 22
收藏 0
点赞 0
评论 0
评论列表
文章目录