comparison frontends/wix/main_window.py @ 85:fc7583282d40

Tarot Game plugin: first draft - SàT: beginning of the plugin - Tarot Plugin: 1 method createTarotGame et 1 signal tarotGameStarted - wix: added "Game" menu in group chat to start Tarot game
author Goffi <goffi@goffi.org>
date Fri, 07 May 2010 17:09:30 +0930
parents 104a815bb23f
children 23caf1051099
comparison
equal deleted inserted replaced
84:7471ffcda33b 85:fc7583282d40
109 #profile panel 109 #profile panel
110 self.profile_pan = ProfileManager(self) 110 self.profile_pan = ProfileManager(self)
111 #self.profile_pan.Hide() #gof: 111 #self.profile_pan.Hide() #gof:
112 self.sizer.Add(self.profile_pan, 1, flag=wx.EXPAND) 112 self.sizer.Add(self.profile_pan, 1, flag=wx.EXPAND)
113 113
114 Tarot = CardGame(self) 114 #Tarot = CardGame(self)
115 Tarot.Show()#gof: temp for test 115 #Tarot.Show()#gof: temp for test
116 116
117 self.Show() 117 self.Show()
118 118
119 def plug_profile(self, profile_key='@DEFAULT@'): 119 def plug_profile(self, profile_key='@DEFAULT@'):
120 """Hide profile panel then plug profile""" 120 """Hide profile panel then plug profile"""