package ocgtk

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

Module Wrappers.Object_expression

type t = [ `object_expression | `expression ] Gobject.obj
val new_ : [ `object_ ] Gobject.obj -> t

Create a new ObjectExpression

val get_object : t -> [ `object_ ] Gobject.obj option

Gets the object that the expression evaluates to.