~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to glitter/tests/test_vbox.py

  • Committer: Jan Jokela
  • Date: 2009-06-05 09:55:54 UTC
  • mfrom: (28.1.3 nublo_theme)
  • Revision ID: jan@jan-laptop-20090605095554-kdnkk1nuzc8st4h3
(Merge) From nublo theme

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        self.vbox.pack(self.image1)
47
47
        
48
48
        self.image2 = Image("base.py")
49
 
        self.vbox.pack(self.image2, order='before')
50
49
        self.image2.size_ratio = -1.0
51
50
        self.image2.v_offset = 0.1
 
51
        self.vbox.pack(self.image2, order='before')
52
52
        
53
53
        self.image3 = Image("base.py")
54
54
        self.vbox.pack(self.image3)