~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to glitter/label.py

bliss

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
class Label(Container):
17
17
    """ 
18
18
    A label widget represents a text label which can be drawn in any pango 
19
 
    supported font, colored, ellipsized and line wrapped.
 
19
    supported font; colored, ellipsized and line wrapped.
20
20
    
21
21
    """
22
22