Constructor
GtkConstantExpressionnew
Declaration [src]
GtkExpression*
gtk_constant_expression_new (
  GType value_type,
  ...
)
Description [src]
Creates a GtkExpression that evaluates to the
object given by the arguments.
| This constructor is not directly available to language bindings | 
Return value
| Returns: | GtkConstantExpression | 
| A new  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |