Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 0be7620be6a1578fbd49765844864a01 > files > 87

ocaml-lablgtk2-doc-2.14.0-2mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="Start" href="index.html">
<link rel="previous" href="GEdit.editable_signals.html">
<link rel="next" href="GEdit.entry_completion_signals.html">
<link rel="Up" href="GEdit.html">
<title>LablGTK : GEdit.editable</title>
</head>
<body>
<div class="navbar"><a href="GEdit.editable_signals.html">Previous</a>
&nbsp;<a href="GEdit.html">Up</a>
&nbsp;<a href="GEdit.entry_completion_signals.html">Next</a>
</div>
<center><h1>Class <a href="type_GEdit.editable.html">GEdit.editable</a></h1></center>
<br>
<pre><span class="keyword">class</span> <a name="TYPEeditable"></a>editable : <code class="type">[> <a href="Gtk.html#TYPEeditable">Gtk.editable</a> ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> </code><code class="code">object</code> <a href="GEdit.editable.html">..</a> <code class="code">end</code></pre>Interface for text-editing widgets<br>
<small>GTK documentation:&nbsp;<a href="file:///usr/share/gtk-doc/html/gtk/GtkEditable.html">GtkEditable</a></small><br><b>Inherits</b><ul>
<li><a href="GObj.widget_impl.html"><code class="code">GObj.widget_impl</code></a></li>
</ul>
<hr width="100%">
<pre><span class="keyword">method</span> <a name="METHODcopy_clipboard"></a>copy_clipboard : <code class="type">unit -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODcut_clipboard"></a>cut_clipboard : <code class="type">unit -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODdelete_selection"></a>delete_selection : <code class="type">unit -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODdelete_text"></a>delete_text : <code class="type">start:int -> stop:int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODeditable"></a>editable : <code class="type">bool</code></pre><pre><span class="keyword">method</span> <a name="METHODget_chars"></a>get_chars : <code class="type">start:int -> stop:int -> string</code></pre><pre><span class="keyword">method</span> <a name="METHODinsert_text"></a>insert_text : <code class="type">string -> pos:int -> int</code></pre><pre><span class="keyword">method</span> <a name="METHODpaste_clipboard"></a>paste_clipboard : <code class="type">unit -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODposition"></a>position : <code class="type">int</code></pre><pre><span class="keyword">method</span> <a name="METHODselect_region"></a>select_region : <code class="type">start:int -> stop:int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODselection"></a>selection : <code class="type">(int * int) option</code></pre><pre><span class="keyword">method</span> <a name="METHODset_position"></a>set_position : <code class="type">int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_editable"></a>set_editable : <code class="type">bool -> unit</code></pre></body></html>