gtk.constant_expression
Module for [ConstantExpression] class
class ConstantExpression
Types 1
A constant value in a gtk.expression.Expression.
Methods
gtk.constant_expression.ConstantExpression newForValue(gobject.value.Value value) static nothrowCreates an expression that always evaluates to the given `value`.gobject.value.Value getValue() nothrowGets the value that a constant expression evaluates to. Returns: the value