~ubuntu-branches/ubuntu/precise/gcompris/precise

« back to all changes in this revision

Viewing changes to src/connect4-activity/connect4.py

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2010-06-27 22:51:30 UTC
  • mfrom: (1.1.16 upstream) (5.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100627225130-mf7h4m5r8m7bd9fb
Tags: 9.3-1
* New upstream release.
* Drop GTK_DISABLE_DEPRECATED patch, useless for now.
* Provide RELEASE_NOTE_9.3.txt downloaded from sourceforge.
* New voice package for Asturian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
            gcompris.bar_set_level(self.gcomprisBoard)
68
68
        else:
69
69
            board_bar = 0
70
 
        gcompris.bar_location(gcompris.BOARD_WIDTH - 170, -1, 0.7)
71
70
        # Create our rootitem. We put each canvas item in it so at the end we
72
71
        # only have to kill it. The canvas deletes all the items it contains automaticaly.
73
72
        self.rootitem = goocanvas.Group(parent =  self.gcomprisBoard.canvas.get_root_item())
74
73
 
75
74
        board_bar = board_bar | gcompris.BAR_REPEAT
76
75
        gcompris.bar_set(board_bar)
 
76
        gcompris.bar_location(gcompris.BOARD_WIDTH - 230, -1, 0.7)
77
77
 
78
78
        selector = \
79
79
            goocanvas.Image(