~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to glitter/tests/test_hbox.py

  • Committer: Jan Jokela
  • Date: 2009-05-12 17:08:05 UTC
  • mto: (38.2.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: jan@jan-laptop-20090512170805-jw2qtp149hj5i4v6
(glitter/tests/*) Added and improved a bunch of tests; (glitter/data/themes/nublo/styles/label.json) Fixes in label widget style; (glitter/box.py) Layout code fixes

Show diffs side-by-side

added added

removed removed

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