mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
added IconView class
This commit is contained in:
parent
83c661ac2b
commit
bbf9dec220
1 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,11 @@ class GameTreeView(Gtk.TreeView):
|
|||
Gtk.TreeModel.sort_new_with_model(model)
|
||||
|
||||
|
||||
class GameIconView(object):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
|
||||
class GameCover(Gtk.Image):
|
||||
"""Widget displaing the selected game's cover"""
|
||||
def __init__(self, parent=None):
|
||||
|
|
Loading…
Reference in a new issue