Package: gtk

Function gtk:object-expression-new

Lambda List

gtk:object-expression-new (object)

Arguments

object -- a g:object instance to watch

Return Value

The new gtk:expression instance.

Details

Creates an expression evaluating to the given object with a weak reference. Once the object is disposed, it will fail to evaluate. This expression is meant to break reference cycles. If you want to keep a reference to object, use the gtk:constant-expression-new function.
 

See also

2025-3-14