Mercurial > libervia-backend
comparison frontends/wix/card_game.py @ 103:6be927a465ed
XMLUI refactoring, step 1
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 23 Jun 2010 00:23:26 +0800 |
parents | 94011f553cd0 |
children | d998adb62d1a |
comparison
equal
deleted
inserted
replaced
102:94011f553cd0 | 103:6be927a465ed |
---|---|
24 import wx | 24 import wx |
25 import os.path, glob | 25 import os.path, glob |
26 import pdb | 26 import pdb |
27 from logging import debug, info, error | 27 from logging import debug, info, error |
28 from tools.jid import JID | 28 from tools.jid import JID |
29 from form import Form | 29 from xmlui import XMLUI |
30 | 30 |
31 CARD_WIDTH = 74 | 31 CARD_WIDTH = 74 |
32 CARD_HEIGHT = 136 | 32 CARD_HEIGHT = 136 |
33 MIN_WIDTH = 950 #Minimum size of the panel | 33 MIN_WIDTH = 950 #Minimum size of the panel |
34 MIN_HEIGHT = 500 | 34 MIN_HEIGHT = 500 |