package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wrappers.Property_expression

type t = [ `property_expression | `expression ] Gobject.obj
val new_ : Gobject.Type.t -> [ `expression ] Gobject.obj option -> string -> t

Create a new PropertyExpression

val get_expression : t -> [ `expression ] Gobject.obj option

Gets the expression specifying the object of a property expression.