package ocgtk

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

Module Wrappers.String_object

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

Create a new StringObject

val get_string : t -> string

Returns the string contained in a `GtkStringObject`.