Gtk.PropertyExpression – gtk4 Reference Manual
Packages
gtk4
Gtk
PropertyExpression
PropertyExpression
PropertyExpression.for_pspec
get_expression
get_pspec
PropertyExpression
Object Hierarchy:
Description:
[
CCode
( type_id =
"gtk_property_expression_get_type ()"
) ]
public
class
PropertyExpression
:
Expression
A `GObject` property value in a `GtkExpression`.
Namespace:
Gtk
Package:
gtk4
Content:
Creation methods:
public
PropertyExpression
(
Type
this_type,
owned
Expression
? expression,
string
property_name)
Creates an expression that looks up a property.
public
PropertyExpression.for_pspec
(
owned
Expression
? expression,
ParamSpec
pspec)
Creates an expression that looks up a property.
Methods:
public
unowned
Expression
?
get_expression
()
Gets the expression specifying the object of a property expression.
public
unowned
ParamSpec
get_pspec
()
Gets the `GParamSpec` specifying the property of a property expression.
Inherited Members:
All known members inherited from class Gtk.Expression
@ref
bind
evaluate
get_value_type
is_static
unref
watch