Sophie

Sophie

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

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="next" href="GtkTree.RowReference.html">
<link rel="Up" href="GtkTree.html">
<title>LablGTK : GtkTree.TreePath</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="GtkTree.html">Up</a>
&nbsp;<a href="GtkTree.RowReference.html">Next</a>
</div>
<center><h1>Module <a href="type_GtkTree.TreePath.html">GtkTree.TreePath</a></h1></center>
<br>
<pre><span class="keyword">module</span> TreePath: <code class="code">sig</code> <a href="GtkTree.TreePath.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">val</span> <a name="VALcreate_"></a>create_ : <code class="type">unit -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a></code></pre><pre><span class="keyword">val</span> <a name="VALfrom_string"></a>from_string : <code class="type">string -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a></code></pre><pre><span class="keyword">val</span> <a name="VALto_string"></a>to_string : <code class="type"><a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> string</code></pre><pre><span class="keyword">val</span> <a name="VALappend_index"></a>append_index : <code class="type"><a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcreate"></a>create : <code class="type">int list -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a></code></pre><pre><span class="keyword">val</span> <a name="VALprepend_index"></a>prepend_index : <code class="type"><a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_depth"></a>get_depth : <code class="type"><a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALget_indices"></a>get_indices : <code class="type"><a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> int array</code></pre><pre><span class="keyword">val</span> <a name="VALcopy"></a>copy : <code class="type"><a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a></code></pre><pre><span class="keyword">val</span> <a name="VALnext"></a>next : <code class="type"><a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALprev"></a>prev : <code class="type"><a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALup"></a>up : <code class="type"><a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALdown"></a>down : <code class="type"><a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALis_ancestor"></a>is_ancestor : <code class="type"><a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> bool</code></pre></body></html>