GObject.Object
GObject.Binding
| Import line: | GObject = imports.gi.GObject; |
| GIR File: | GObject-2.0.gir |
| C documentation: | GBinding |
| Class : | Binding |
| Extends: | GObject.Object |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
flags : GObject.BindingFlags
|
GObject.Binding | |
|
source : GObject.Object
|
GObject.Binding | |
|
source_property : String
|
GObject.Binding | |
|
target : GObject.Object
|
GObject.Binding | |
|
target_property : String
|
GObject.Binding | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new GObject.Binding
(Object properties)
Create a new GObject.Binding
Create a new GObject.Binding
|
||
|
get_flags
()
:
GObject.BindingFlags
|
GObject.Binding | |
|
get_source
()
:
GObject.Object
|
GObject.Binding | |
|
get_source_property
()
:
String
|
GObject.Binding | |
|
get_target
()
:
GObject.Object
|
GObject.Binding | |
|
get_target_property
()
:
String
|
GObject.Binding | |
| None |