Home | Trees | Index | Help |
|
---|
Package gazpacho :: Module properties :: Class CustomProperty |
|
object
--+ |PropType
--+ | CustomProperty
BoolOnlyDataType
,
DataType
,
DataValueProperty
,
DateOnlyDataType
,
ModelProperty
Method Summary | |
---|---|
add_change_notify(self,
function)
| |
notify(self)
| |
Inherited from PropType | |
get(self)
| |
| |
| |
| |
| |
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 | |
set(self,
value)
|
Property Summary | |
---|---|
Inherited from PropType | |
object | |
value |
Class Variable Summary | |
---|---|
bool |
readable = True
|
bool |
writable = True
|
Inherited from PropType | |
NoneType |
base_type = None |
NoneType |
child = None |
bool |
custom = False
|
NoneType |
default = None |
bool |
editable = True
|
NoneType |
editor = None |
bool |
enabled = True
|
NoneType |
get = None |
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 |
bool |
translatable = False
|
NoneType |
type = None |
NoneType |
value = None |
Property Details |
---|
value
|
Class Variable Details |
---|
readable
|
writable
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Oct 9 12:40:56 2006 | http://epydoc.sf.net |