| Home | Trees | Index | Help |  | 
|---|
| Package gazpacho :: Module properties :: Class StringType | 
 | 
object--+ |PropType--+ | StringType
BoolOnlyDataType,
    DataType,
    DataValueProperty,
    DateOnlyDataType,
    ModelProperty| Method Summary | |
|---|---|
| Inherited from PropType | |
|  | |
|  | |
|  | |
|  | |
|  | |
| Is the property translatable? By default we're using a class variable, but in some cases we want to be able to check the instance state and check if we want translatation, eg GtkButton::label, in those cases, just override this method | |
|  | |
| Marshal the property into a string Return None if it already contains the default value | |
| Property Summary | |
|---|---|
| Inherited from PropType | |
| object | |
| Class Variable Summary | |
|---|---|
| str | default=''                                              | 
| bool | has_i18n_context=True                                   | 
| str | i18n_comment=''                                         | 
| bool | multiline=False                                         | 
| bool | translatable=True                                       | 
| Inherited from PropType | |
| NoneType | base_type= None | 
| NoneType | child= None | 
| bool | custom=False                                            | 
| NoneType | description= None | 
| bool | editable=True                                           | 
| NoneType | editor= None | 
| bool | enabled=True                                            | 
| NoneType | get= None | 
| bool | has_custom_default=False                                | 
| NoneType | label= None | 
| NoneType | name= None | 
| NoneType | owner_name= None | 
| FakeModule | owner_type=<Fake gobject.TYPE_INVALID>                  | 
| bool | persistent=True                                         | 
| int | priority= 100 | 
| NoneType | readable= None | 
| NoneType | set= None | 
| NoneType | type= None | 
| NoneType | value= None | 
| NoneType | writable= None | 
| Class Variable Details | 
|---|
| default
 | 
| has_i18n_context
 | 
| i18n_comment
 | 
| multiline
 | 
| translatable
 | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:54 2007 | http://epydoc.sf.net |