| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Package ui :: Package widgets :: Module button :: Class ProxyButton | 
 | 
      object --+    
               |    
  PropertyObject --+
                   |
      object --+   |
               |   |
ProxyWidgetMixin --+
                   |
      object --+   |
               |   |
        _GObject --+
                   |
                  ProxyButton
A ProxyButton is a Button subclass which is implementing the features required to be used inside the kiwi framework.
It has a specific feature not found in other implementations. If the datatype is set to pixbuf a gtk.Image will be constructed from the pixbuf and be set as a child for the Button| Method Summary | |
|---|---|
| Must matche the data-type property. | Get the content of the widget. | 
| 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
 | 
| Class Variable Details | 
|---|
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:53 2007 | http://epydoc.sf.net |