Class

GtkConstantExpression

[]

Description [src]

final class Gtk.ConstantExpression : GObject.TypeInstance
{
  /* No available fields */
}

A constant value in a GtkExpression.

[]

Hierarchy

hierarchy this GtkConstantExpression ancestor_0 GtkExpression ancestor_0--this
[]

Ancestors

[]

Constructors

gtk_constant_expression_new

Creates a GtkExpression that evaluates to the object given by the arguments.

gtk_constant_expression_new_for_value

Creates an expression that always evaluates to the given value.

[]

Instance methods

gtk_constant_expression_get_value

Gets the value that a constant expression evaluates to.

Methods inherited from GtkExpression (7)