ConstantExpression
Description:
[ CCode ( has_construct_function = false , type = "GtkExpression*" ) ]
public ConstantExpression (Type value_type, ...)
public ConstantExpression (Type value_type, ...)
Creates a `GtkExpression` that evaluates to the object given by the arguments.
Parameters:
value_type |
The type of the object |
... |
arguments to create the object from |
Returns:
a new `GtkExpression` |