| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Package ui :: Package widgets :: Module label :: Class ProxyLabel | 
 | 
      object --+    
               |    
  PropertyObject --+
                   |
      object --+   |
               |   |
ProxyWidgetMixin --+
                   |
      object --+   |
               |   |
        _GObject --+
                   |
                  ProxyLabel
Label| Method Summary | |
|---|---|
| Must matche the data-type property. | Get the content of the widget. | 
| If True set the text to bold. | |
| set_color(self,
          color) | |
| Enable or disable italic text | |
| Set the size of the label. | |
| Overrides gtk.Label set_text method. | |
| Enable or disable underlined text | |
| update(self,
          data) | |
| Inherited from PropertyObject | |
|  | |
|  | |
|  | |
|  | |
| Inherited from ProxyWidgetMixin | |
| Set the data type for the widget | |
|  | |
| Class Variable Summary | |
|---|---|
| tuple | allowed_data_types: A list of types which we are allowed to use in this class. | 
| Instance Method Details | 
|---|
| read(self)Get the content of the widget. The type of the return value
 | 
| set_bold(self, value)If True set the text to bold. False sets the text to normal | 
| set_italic(self, value)Enable or disable italic text
 | 
| set_size(self, size=None)Set the size of the label. If size is empty the label will be set to the default size.
 | 
| set_text(self, text)Overrides gtk.Label set_text method. Sets the new text of the label but keeps the formating
 | 
| set_underline(self, value)Enable or disable underlined text
 | 
| Class Variable Details | 
|---|
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:54 2007 | http://epydoc.sf.net |