gtk.expression_watch
Module for ExpressionWatch class
class ExpressionWatch
Types 1
An opaque structure representing a watched gtk.expression.Expression.
The contents of gtk.expression_watch.ExpressionWatch should only be accessed through the provided API.
Methods
ExpressionWatch self()Returns `this`, for use in `with` statements.bool evaluate(gobject.value.Value value)Evaluates the watched expression and on success stores the result in `value`.void unwatch()Stops watching an expression.