Mercurial > libervia-web
diff browser_side/radiocol.py @ 275:a763b2ac5d41
bridge + browser_side: bridge signals for games and their callbacks:
- added radiocolPlayers and tarotGamePlayers to get the list of players
- added roomLeft to remove the muc from the host's room list
- display symbols to identify the players in a muc
- factorization of ChatPanel.startGame
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 21 Nov 2013 16:13:14 +0100 |
parents | 63e9b680d3e7 |
children | 0eba1c4f9c6f |
line wrap: on
line diff
--- a/browser_side/radiocol.py Thu Nov 21 16:05:14 2013 +0100 +++ b/browser_side/radiocol.py Thu Nov 21 16:13:14 2013 +0100 @@ -174,7 +174,7 @@ class RadioColPanel(HorizontalPanel, ClickHandler): - def __init__(self, parent, referee, player_nick): + def __init__(self, parent, referee, player_nick, players=None): HorizontalPanel.__init__(self) ClickHandler.__init__(self) self._parent = parent