def __create_sidebar_row(self, playlist):
list_box_row = Gtk.ListBoxRow()
list_box_row.playlist = playlist
list_box_row.set_size_request(0, 40)
list_box_row.add(Gtk.Label(playlist.name, margin_left=20, halign=Gtk.Align.START))
return list_box_row
评论列表
文章目录