~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to glitter/container.py

(Merge) From layout engine improvements branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
            tmp_x = int(tmp_x)
125
125
            tmp_y = int(tmp_y)
126
126
            
127
 
            self.set_position(tmp_x, tmp_y)
 
127
            #print 'tmp_x is: ' + str(self.natural_x)
 
128
            self.set_positionu(tmp_x, tmp_y)
128
129
        
129
130
    def get_natural_width(self):
130
131
        """ Retrieve natural width """