Home | Trees | Index | Help |
|
---|
Package kiwi :: Package ui :: Module gazpacholoader :: Class BoolOnlyDataType |
|
object
--+ |PropType
--+ |CustomProperty
--+ |object
--+ | | |PropType
--+ | | |StringType
--+ | BoolOnlyDataType
Method Summary | |
---|---|
Marshal the property into a string Return None if it already contains the default value | |
Inherited from CustomProperty | |
| |
| |
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 | |
| |
|
Property Summary | |
---|---|
Inherited from PropType | |
object | |
value |
Class Variable Summary | |
---|---|
bool |
editable = False
|
bool |
translatable = False
|
Inherited from CustomProperty | |
bool |
readable = True
|
bool |
writable = True
|
Inherited from StringType | |
str |
default = ''
|
bool |
has_i18n_context = True
|
str |
i18n_comment = ''
|
bool |
multiline = False
|
Inherited from PropType | |
NoneType |
base_type = None |
NoneType |
child = None |
bool |
custom = False
|
NoneType |
description = None |
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 |
set = None |
NoneType |
type = None |
NoneType |
value = None |
Method Details |
---|
save(self)Marshal the property into a string Return None if it already contains the default value
|
Class Variable Details |
---|
editable
|
translatable
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Mar 23 15:56:54 2007 | http://epydoc.sf.net |