~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to glitter/style.py

(Merge) From layout engine improvements branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
                setattr(new_style, key, value)
66
66
            
67
67
        return new_style
68
 
            
69
 
            
70
68
        
71
69
    def get_properties(self):
72
70
        """ Retrieve the property dictionary """