package ocgtk

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

Module Wrappers.Constant_expression

type t = [ `constant_expression | `expression ] Gobject.obj
val new_for_value : Gobject.Value.t -> t

Create a new ConstantExpression

val get_value : t -> Gobject.Value.t

Gets the value that a constant expression evaluates to.