Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.GObject --+ | Option
An Option stores information about a certain object-attribute. It doesn't carry information about the value or the object it belongs to - it is only a one-way data-storage for describing how to handle attributes.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__gsignals__ = dict(option_changed= (gobject.SIGNAL_RUN_FIRST,
|
|||
default = None hash(x) |
|||
label = None hash(x) |
|||
desc = None hash(x) |
|||
hidden = False
|
|||
disabled = False
|
|||
realtime = True
|
|||
protected = False
|
|||
widget = None hash(x) |
|||
__gtype__ = <GType screenlets+options+base+Option (165017512)>
|
|
|||
Inherited from Inherited from |
|
Creates a new Option with the given information.
|
Callback - called when an option gets imported from a string. This function MUST return the string-value converted to the required type! |
Callback - called when an option gets exported to a string. The value-argument needs to be converted to a string that can be imported by the on_import-handler. This handler MUST return the value converted to a string! |
|
__gsignals__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 6 10:56:35 2011 | http://epydoc.sourceforge.net |