Sophie

Sophie

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

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="GList.clist_signals.html">
<link rel="Up" href="GList.html">
<title>LablGTK : GList.clist</title>
</head>
<body>
<div class="navbar"><a href="GList.clist_signals.html">Previous</a>
&nbsp;<a href="GList.html">Up</a>
&nbsp;</div>
<center><h1>Class <a href="type_GList.clist.html">GList.clist</a></h1></center>
<br>
<pre><span class="keyword">class</span> <a name="TYPEclist"></a><code class="type">['a]</code> clist : <code class="type"><a href="Gtk.html#TYPEclist">Gtk.clist</a> <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> </code><code class="code">object</code> <a href="GList.clist.html">..</a> <code class="code">end</code></pre><span class="warning">Deprecated.</span>.<br>
A multi-columned scrolling list widget<br>
<small>GTK documentation:&nbsp;<a href="file:///usr/share/gtk-doc/html/gtk/GtkCList.html">GtkCList</a></small><br><b>Inherits</b><ul>
<li><a href="GObj.widget.html"><code class="code">GObj.widget</code></a></li>
</ul>
<hr width="100%">
<pre><span class="keyword">val</span> <a name="ATTobj"></a>obj : <code class="type"><a href="Gtk.html#TYPEclist">Gtk.clist</a> <a href="Gtk.html#TYPEobj">Gtk.obj</a></code></pre><pre><span class="keyword">method</span> <a name="METHODevent"></a>event : <code class="type"><a href="GObj.event_ops.html">GObj.event_ops</a></code></pre><pre><span class="keyword">method</span> <a name="METHODappend"></a>append : <code class="type">string list -> int</code></pre><pre><span class="keyword">method</span> <a name="METHODcell_pixmap"></a>cell_pixmap : <code class="type">int -> int -> <a href="GDraw.pixmap.html">GDraw.pixmap</a> option</code></pre><pre><span class="keyword">method</span> <a name="METHODcell_style"></a>cell_style : <code class="type">int -> int -> <a href="GObj.style.html">GObj.style</a> option</code></pre><pre><span class="keyword">method</span> <a name="METHODcell_text"></a>cell_text : <code class="type">int -> int -> string</code></pre><pre><span class="keyword">method</span> <a name="METHODcell_type"></a>cell_type : <code class="type">int -> int -> <a href="Gtk.Tags.html#TYPEcell_type">Gtk.Tags.cell_type</a></code></pre><pre><span class="keyword">method</span> <a name="METHODclear"></a>clear : <code class="type">unit -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODcolumn_title"></a>column_title : <code class="type">int -> string</code></pre><pre><span class="keyword">method</span> <a name="METHODcolumn_widget"></a>column_widget : <code class="type">int -> <a href="GObj.widget.html">GObj.widget</a></code></pre><pre><span class="keyword">method</span> <a name="METHODcolumns"></a>columns : <code class="type">int</code></pre><pre><span class="keyword">method</span> <a name="METHODcolumns_autosize"></a>columns_autosize : <code class="type">unit -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODconnect"></a>connect : <code class="type"><a href="GList.clist_signals.html">clist_signals</a></code></pre><pre><span class="keyword">method</span> <a name="METHODfocus_row"></a>focus_row : <code class="type">int</code></pre><pre><span class="keyword">method</span> <a name="METHODfreeze"></a>freeze : <code class="type">unit -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODget_row_column"></a>get_row_column : <code class="type">x:int -> y:int -> int * int</code></pre><pre><span class="keyword">method</span> <a name="METHODget_row_data"></a>get_row_data : <code class="type">int -> 'a</code></pre><pre><span class="keyword">method</span> <a name="METHODhadjustment"></a>hadjustment : <code class="type"><a href="GData.adjustment.html">GData.adjustment</a></code></pre><pre><span class="keyword">method</span> <a name="METHODinsert"></a>insert : <code class="type">row:int -> string list -> int</code></pre><pre><span class="keyword">method</span> <a name="METHODmoveto"></a>moveto : <code class="type">?row_align:<a href="Gtk.html#TYPEclampf">Gtk.clampf</a> -> ?col_align:<a href="Gtk.html#TYPEclampf">Gtk.clampf</a> -> int -> int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODoptimal_column_width"></a>optimal_column_width : <code class="type">int -> int</code></pre><pre><span class="keyword">method</span> <a name="METHODprepend"></a>prepend : <code class="type">string list -> int</code></pre><pre><span class="keyword">method</span> <a name="METHODremove"></a>remove : <code class="type">row:int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODrow_is_visible"></a>row_is_visible : <code class="type">int -> <a href="Gtk.Tags.html#TYPEvisibility">Gtk.Tags.visibility</a></code></pre><pre><span class="keyword">method</span> <a name="METHODrow_move"></a>row_move : <code class="type">int -> dst:int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODrow_selectable"></a>row_selectable : <code class="type">int -> bool</code></pre><pre><span class="keyword">method</span> <a name="METHODrow_style"></a>row_style : <code class="type">int -> <a href="GObj.style.html">GObj.style</a> option</code></pre><pre><span class="keyword">method</span> <a name="METHODrows"></a>rows : <code class="type">int</code></pre><pre><span class="keyword">method</span> <a name="METHODscroll_vertical"></a>scroll_vertical : <code class="type"><a href="Gtk.Tags.html#TYPEscroll_type">Gtk.Tags.scroll_type</a> -> pos:<a href="Gtk.html#TYPEclampf">Gtk.clampf</a> -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODscroll_horizontal"></a>scroll_horizontal : <code class="type"><a href="Gtk.Tags.html#TYPEscroll_type">Gtk.Tags.scroll_type</a> -> pos:<a href="Gtk.html#TYPEclampf">Gtk.clampf</a> -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODselect"></a>select : <code class="type">int -> int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODselect_all"></a>select_all : <code class="type">unit -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_border_width"></a>set_border_width : <code class="type">int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_button_actions"></a>set_button_actions : <code class="type">int -> <a href="Gtk.Tags.html#TYPEbutton_action">Gtk.Tags.button_action</a> list -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_cell"></a>set_cell : <code class="type">?text:string -><br>       ?pixmap:<a href="GDraw.pixmap.html">GDraw.pixmap</a> -><br>       ?spacing:int -> ?style:<a href="GObj.style.html">GObj.style</a> -> int -> int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_column"></a>set_column : <code class="type">?widget:<a href="GObj.widget.html">GObj.widget</a> -><br>       ?title:string -><br>       ?title_active:bool -><br>       ?justification:<a href="Gtk.Tags.html#TYPEjustification">Gtk.Tags.justification</a> -><br>       ?visibility:bool -><br>       ?resizeable:bool -><br>       ?auto_resize:bool -><br>       ?width:int -> ?min_width:int -> ?max_width:int -> int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_hadjustment"></a>set_hadjustment : <code class="type"><a href="GData.adjustment.html">GData.adjustment</a> -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_reorderable"></a>set_reorderable : <code class="type">bool -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_row"></a>set_row : <code class="type">?foreground:<a href="GDraw.html#TYPEoptcolor">GDraw.optcolor</a> -><br>       ?background:<a href="GDraw.html#TYPEoptcolor">GDraw.optcolor</a> -><br>       ?selectable:bool -> ?style:<a href="GObj.style.html">GObj.style</a> -> int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_row_data"></a>set_row_data : <code class="type">int -> data:'a -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_row_height"></a>set_row_height : <code class="type">int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_selection_mode"></a>set_selection_mode : <code class="type"><a href="Gtk.Tags.html#TYPEselection_mode">Gtk.Tags.selection_mode</a> -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_shadow_type"></a>set_shadow_type : <code class="type"><a href="Gtk.Tags.html#TYPEshadow_type">Gtk.Tags.shadow_type</a> -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_shift"></a>set_shift : <code class="type">int -> int -> vertical:int -> horizontal:int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_sort"></a>set_sort : <code class="type">?auto:bool -> ?column:int -> ?dir:<a href="Gtk.Tags.html#TYPEsort_type">Gtk.Tags.sort_type</a> -> unit -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_titles_active"></a>set_titles_active : <code class="type">bool -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_titles_show"></a>set_titles_show : <code class="type">bool -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_use_drag_icons"></a>set_use_drag_icons : <code class="type">bool -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODset_vadjustment"></a>set_vadjustment : <code class="type"><a href="GData.adjustment.html">GData.adjustment</a> -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODsort"></a>sort : <code class="type">unit -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODswap_rows"></a>swap_rows : <code class="type">int -> int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODthaw"></a>thaw : <code class="type">unit -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODunselect"></a>unselect : <code class="type">int -> int -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODunselect_all"></a>unselect_all : <code class="type">unit -> unit</code></pre><pre><span class="keyword">method</span> <a name="METHODvadjustment"></a>vadjustment : <code class="type"><a href="GData.adjustment.html">GData.adjustment</a></code></pre><pre><span class="keyword">method</span> <a name="METHODget_row_state"></a>get_row_state : <code class="type">int -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a></code></pre></body></html>