Sophie

Sophie

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

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.ListStore.html">
<link rel="next" href="GtkTree.TreeViewColumn.html">
<link rel="Up" href="GtkTree.html">
<title>LablGTK : GtkTree.TreeSelection</title>
</head>
<body>
<div class="navbar"><a href="GtkTree.ListStore.html">Previous</a>
&nbsp;<a href="GtkTree.html">Up</a>
&nbsp;<a href="GtkTree.TreeViewColumn.html">Next</a>
</div>
<center><h1>Module <a href="type_GtkTree.TreeSelection.html">GtkTree.TreeSelection</a></h1></center>
<br>
<pre><span class="keyword">module</span> TreeSelection: <code class="code">sig</code> <a href="GtkTree.TreeSelection.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">include</span> <a href="GtkTreeProps.TreeSelection.html">GtkTreeProps.TreeSelection</a></pre>
<pre><span class="keyword">val</span> <a name="VALset_mode"></a>set_mode : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> <a href="Gtk.Tags.html#TYPEselection_mode">Gtk.Tags.selection_mode</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_mode"></a>get_mode : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> <a href="Gtk.Tags.html#TYPEselection_mode">Gtk.Tags.selection_mode</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_select_function"></a>set_select_function : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> (<a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> bool -> bool) -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALselected_foreach"></a>selected_foreach : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> (<a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> unit) -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_selected_rows"></a>get_selected_rows : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> list</code></pre><pre><span class="keyword">val</span> <a name="VALcount_selected_rows"></a>count_selected_rows : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALselect_path"></a>select_path : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALpath_is_selected"></a>path_is_selected : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALunselect_path"></a>unselect_path : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALselect_iter"></a>select_iter : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALunselect_iter"></a>unselect_iter : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALiter_is_selected"></a>iter_is_selected : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> <a href="Gtk.html#TYPEtree_iter">Gtk.tree_iter</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALselect_all"></a>select_all : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALunselect_all"></a>unselect_all : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALselect_range"></a>select_range : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALunselect_range"></a>unselect_range : <code class="type"><a href="Gtk.html#TYPEtree_selection">Gtk.tree_selection</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> <a href="Gtk.html#TYPEtree_path">Gtk.tree_path</a> -> unit</code></pre></body></html>