bind_busy_property
Description:
[
Version ( since =
"2.44" ) ]
public void bind_busy_property (
Object object,
string property)
Marks this as busy (see mark_busy)
while property on object is true.
The binding holds a reference to this while it is active, but not to object. Instead, the
binding is destroyed when object is finalized.
Parameters:
| this |
a Application
|
| object |
a Object
|
| property |
the name of a boolean property of object
|