gtk.constant_expression

Module for [ConstantExpression] class

Types 1

A constant value in a [gtk.expression.Expression].

Methods
gtk.constant_expression.ConstantExpression newForValue(gobject.value.Value value)Creates an expression that always evaluates to the given `value`.
gobject.value.Value getValue()Gets the value that a constant expression evaluates to. Returns: the value
Constructors
this(void * ptr, Flag!"Take" take)