Sophie

Sophie

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

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.IconView.html">
<link rel="Up" href="GtkTree.html">
<title>LablGTK : GtkTree.CustomModel</title>
</head>
<body>
<div class="navbar"><a href="GtkTree.IconView.html">Previous</a>
&nbsp;<a href="GtkTree.html">Up</a>
&nbsp;</div>
<center><h1>Module <a href="type_GtkTree.CustomModel.html">GtkTree.CustomModel</a></h1></center>
<br>
<pre><span class="keyword">module</span> CustomModel: <code class="code">sig</code> <a href="GtkTree.CustomModel.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">class</span> <a name="TYPEcallback"></a><span class="keyword">virtual</span> <code class="type">[['a, 'b, 'c, 'd]]</code> <a href="GtkTree.CustomModel.callback.html">callback</a> : <code class="type"></code><code class="code">object</code> <a href="GtkTree.CustomModel.callback.html">..</a> <code class="code">end</code></pre><br><pre><span class="keyword">val</span> <a name="VALcreate"></a>create : <code class="type">unit -> <a href="Gtk.html#TYPEtree_model_custom">Gtk.tree_model_custom</a></code></pre><pre><span class="keyword">val</span> <a name="VALregister_callback"></a>register_callback : <code class="type"><a href="Gtk.html#TYPEtree_model_custom">Gtk.tree_model_custom</a> -><br>       ('a, 'b, 'c, 'd) #<a href="GtkTree.CustomModel.callback.html">callback</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcustom_row_inserted"></a>custom_row_inserted : <code class="type"><a href="Gtk.html#TYPEtree_model_custom">Gtk.tree_model_custom</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> 'a -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcustom_row_changed"></a>custom_row_changed : <code class="type"><a href="Gtk.html#TYPEtree_model_custom">Gtk.tree_model_custom</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> 'a -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcustom_row_has_child_toggled"></a>custom_row_has_child_toggled : <code class="type"><a href="Gtk.html#TYPEtree_model_custom">Gtk.tree_model_custom</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> 'a -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcustom_row_deleted"></a>custom_row_deleted : <code class="type"><a href="Gtk.html#TYPEtree_model_custom">Gtk.tree_model_custom</a> -> 'a -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcustom_rows_reordered"></a>custom_rows_reordered : <code class="type"><a href="Gtk.html#TYPEtree_model_custom">Gtk.tree_model_custom</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> 'a option -> int array -> unit</code></pre></body></html>