Sophie

Sophie

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

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="GtkTree.RowReference.html">
<link rel="next" href="GtkTree.TreeStore.html">
<link rel="Up" href="GtkTree.html">
<title>LablGTK : GtkTree.TreeModel</title>
</head>
<body>
<div class="navbar"><a href="GtkTree.RowReference.html">Previous</a>
&nbsp;<a href="GtkTree.html">Up</a>
&nbsp;<a href="GtkTree.TreeStore.html">Next</a>
</div>
<center><h1>Module <a href="type_GtkTree.TreeModel.html">GtkTree.TreeModel</a></h1></center>
<br>
<pre><span class="keyword">module</span> TreeModel: <code class="code">sig</code> <a href="GtkTree.TreeModel.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">val</span> <a name="VALcast"></a>cast : <code class="type">'a <a href="Gobject.html#TYPEobj">Gobject.obj</a> -> <a href="Gtk.html#TYPEtree_model">Gtk.tree_model</a> <a href="Gtk.html#TYPEobj">Gtk.obj</a></code></pre><pre><span class="keyword">val</span> <a name="VALget_flags"></a>get_flags : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="GtkEnums.html#TYPEtree_model_flags">GtkEnums.tree_model_flags</a> list</code></pre><pre><span class="keyword">val</span> <a name="VALget_n_columns"></a>get_n_columns : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALget_column_type"></a>get_column_type : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> <a href="Gobject.html#TYPEg_type">Gobject.g_type</a></code></pre><pre><span class="keyword">val</span> <a name="VALalloc_iter"></a>alloc_iter : <code class="type">unit -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a></code></pre><pre><span class="keyword">val</span> <a name="VALcopy_iter"></a>copy_iter : <code class="type"><a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a></code></pre><pre><span class="keyword">val</span> <a name="VALget_iter"></a>get_iter : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALget_iter"></a>get_iter : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a></code></pre><pre><span class="keyword">val</span> <a name="VALget_path"></a>get_path : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a></code></pre><pre><span class="keyword">val</span> <a name="VALget_value"></a>get_value : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -><br>       row:<a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> column:int -> <a href="Gobject.html#TYPEg_value">Gobject.g_value</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VAL_get_iter_first"></a>_get_iter_first : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALget_iter_first"></a>get_iter_first : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> option</code></pre><pre><span class="keyword">val</span> <a name="VALiter_next"></a>iter_next : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALiter_has_child"></a>iter_has_child : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALiter_n_children"></a>iter_n_children : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> option -> int</code></pre><pre><span class="keyword">val</span> <a name="VALiter_nth_child"></a>iter_nth_child : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -><br>       <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> parent:<a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> option -> int -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALiter_children"></a>iter_children : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> ?nth:int -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> option -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a></code></pre><pre><span class="keyword">val</span> <a name="VALiter_parent"></a>iter_parent : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> child:<a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALiter_parent"></a>iter_parent : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> option</code></pre><pre><span class="keyword">val</span> <a name="VALforeach"></a>foreach : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> (<a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> bool) -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALrow_changed"></a>row_changed : <code class="type">[> `treemodel ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> unit</code></pre></body></html>