def create_row(self):
"""
Create ListBoxRow
"""
self.builder = Gtk.Builder.new_from_resource("/org/gnome/Authenticator/application_row.ui")
self.builder.get_object("ApplicationLogo").set_from_pixbuf(self.get_icon())
self.builder.get_object("ApplicationName").set_text(self.name)
self.add(self.builder.get_object("MainBox"))
add_account.py 文件源码
python
阅读 27
收藏 0
点赞 0
评论 0
评论列表
文章目录