Sophie

Sophie

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

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="GtkList.Liste.html">
<link rel="Up" href="GtkList.html">
<title>LablGTK : GtkList.CList</title>
</head>
<body>
<div class="navbar"><a href="GtkList.Liste.html">Previous</a>
&nbsp;<a href="GtkList.html">Up</a>
&nbsp;</div>
<center><h1>Module <a href="type_GtkList.CList.html">GtkList.CList</a></h1></center>
<br>
<pre><span class="keyword">module</span> CList: <code class="code">sig</code> <a href="GtkList.CList.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">include</span> <a href="GtkListProps.Clist.html">GtkListProps.Clist</a></pre>
<pre><span class="keyword">val</span> <a name="VALcreate"></a>create : <code class="type">cols:int -> <a href="Gtk.html#TYPEclist">Gtk.clist</a> <a href="Gtk.html#TYPEobj">Gtk.obj</a></code></pre><pre><span class="keyword">val</span> <a name="VALcreate_with_titles"></a>create_with_titles : <code class="type">string array -> <a href="Gtk.html#TYPEclist">Gtk.clist</a> <a href="Gtk.html#TYPEobj">Gtk.obj</a></code></pre><pre><span class="keyword">val</span> <a name="VALget_rows"></a>get_rows : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALget_columns"></a>get_columns : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALget_focus_row"></a>get_focus_row : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALset_hadjustment"></a>set_hadjustment : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> [> `adjustment ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_vadjustment"></a>set_vadjustment : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> [> `adjustment ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_hadjustment"></a>get_hadjustment : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEadjustment">Gtk.adjustment</a> <a href="Gtk.html#TYPEobj">Gtk.obj</a></code></pre><pre><span class="keyword">val</span> <a name="VALget_vadjustment"></a>get_vadjustment : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.html#TYPEadjustment">Gtk.adjustment</a> <a href="Gtk.html#TYPEobj">Gtk.obj</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_shadow_type"></a>set_shadow_type : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.Tags.html#TYPEshadow_type">Gtk.Tags.shadow_type</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_selection_mode"></a>set_selection_mode : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.Tags.html#TYPEselection_mode">Gtk.Tags.selection_mode</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_reorderable"></a>set_reorderable : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> bool -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_use_drag_icons"></a>set_use_drag_icons : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> bool -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_button_actions"></a>set_button_actions : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> <a href="Gtk.Tags.html#TYPEbutton_action">Gtk.Tags.button_action</a> list -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALfreeze"></a>freeze : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALthaw"></a>thaw : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcolumn_titles_show"></a>column_titles_show : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcolumn_titles_hide"></a>column_titles_hide : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcolumn_title_active"></a>column_title_active : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcolumn_title_passive"></a>column_title_passive : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcolumn_titles_active"></a>column_titles_active : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcolumn_titles_passive"></a>column_titles_passive : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_column_title"></a>set_column_title : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> string -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_column_title"></a>get_column_title : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> string</code></pre><pre><span class="keyword">val</span> <a name="VALset_column_widget"></a>set_column_widget : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> [> `widget ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_column_widget"></a>get_column_widget : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> <a href="Gtk.html#TYPEwidget">Gtk.widget</a> <a href="Gtk.html#TYPEobj">Gtk.obj</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_column_justification"></a>set_column_justification : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> <a href="Gtk.Tags.html#TYPEjustification">Gtk.Tags.justification</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_column_visibility"></a>set_column_visibility : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> bool -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_column_resizeable"></a>set_column_resizeable : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> bool -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_column_auto_resize"></a>set_column_auto_resize : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> bool -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcolumns_autosize"></a>columns_autosize : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALoptimal_column_width"></a>optimal_column_width : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int</code></pre><pre><span class="keyword">val</span> <a name="VALset_column_width"></a>set_column_width : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_column_min_width"></a>set_column_min_width : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_column_max_width"></a>set_column_max_width : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_row_height"></a>set_row_height : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALmoveto"></a>moveto : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -><br>       int -> int -> row_align:<a href="Gtk.html#TYPEclampf">Gtk.clampf</a> -> col_align:<a href="Gtk.html#TYPEclampf">Gtk.clampf</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALrow_is_visible"></a>row_is_visible : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> <a href="Gtk.Tags.html#TYPEvisibility">Gtk.Tags.visibility</a></code></pre><pre><span class="keyword">val</span> <a name="VALget_cell_type"></a>get_cell_type : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> <a href="Gtk.Tags.html#TYPEcell_type">Gtk.Tags.cell_type</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_text"></a>set_text : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> string -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_text"></a>get_text : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> string</code></pre><pre><span class="keyword">val</span> <a name="VALset_pixmap"></a>set_pixmap : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -><br>       int -> int -> <a href="Gdk.html#TYPEpixmap">Gdk.pixmap</a> -> <a href="Gdk.html#TYPEbitmap">Gdk.bitmap</a> <a href="Gpointer.html#TYPEoptboxed">Gpointer.optboxed</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_pixmap"></a>get_pixmap : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> <a href="Gdk.html#TYPEpixmap">Gdk.pixmap</a> option * <a href="Gdk.html#TYPEbitmap">Gdk.bitmap</a> option</code></pre><pre><span class="keyword">val</span> <a name="VALset_pixtext"></a>set_pixtext : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -><br>       int -><br>       int -> string -> int -> <a href="Gdk.html#TYPEpixmap">Gdk.pixmap</a> -> <a href="Gdk.html#TYPEbitmap">Gdk.bitmap</a> <a href="Gpointer.html#TYPEoptboxed">Gpointer.optboxed</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_foreground"></a>set_foreground : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> row:int -> <a href="Gdk.html#TYPEcolor">Gdk.color</a> <a href="Gpointer.html#TYPEoptboxed">Gpointer.optboxed</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_background"></a>set_background : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> row:int -> <a href="Gdk.html#TYPEcolor">Gdk.color</a> <a href="Gpointer.html#TYPEoptboxed">Gpointer.optboxed</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_cell_style"></a>get_cell_style : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> <a href="Gtk.html#TYPEstyle">Gtk.style</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_cell_style"></a>set_cell_style : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> <a href="Gtk.html#TYPEstyle">Gtk.style</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_row_style"></a>get_row_style : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> row:int -> <a href="Gtk.html#TYPEstyle">Gtk.style</a></code></pre><pre><span class="keyword">val</span> <a name="VALset_row_style"></a>set_row_style : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> row:int -> <a href="Gtk.html#TYPEstyle">Gtk.style</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_selectable"></a>set_selectable : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> row:int -> bool -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_selectable"></a>get_selectable : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> row:int -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALset_shift"></a>set_shift : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> vertical:int -> horizontal:int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALinsert"></a>insert : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> row:int -> <a href="Gpointer.html#TYPEoptstring">Gpointer.optstring</a> array -> int</code></pre><pre><span class="keyword">val</span> <a name="VALinsert"></a>insert : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> row:int -> string option list -> int</code></pre><pre><span class="keyword">val</span> <a name="VALremove"></a>remove : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> row:int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_row_data"></a>set_row_data : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> row:int -> Obj.t -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_row_data"></a>get_row_data : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> row:int -> Obj.t</code></pre><pre><span class="keyword">val</span> <a name="VALselect"></a>select : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALunselect"></a>unselect : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALclear"></a>clear : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_row_column"></a>get_row_column : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> x:int -> y:int -> int * int</code></pre><pre><span class="keyword">val</span> <a name="VALselect_all"></a>select_all : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALunselect_all"></a>unselect_all : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALswap_rows"></a>swap_rows : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALrow_move"></a>row_move : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> dst:int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_sort_column"></a>set_sort_column : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_sort_type"></a>set_sort_type : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> <a href="Gtk.Tags.html#TYPEsort_type">Gtk.Tags.sort_type</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALsort"></a>sort : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_auto_sort"></a>set_auto_sort : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> bool -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_titles_show"></a>set_titles_show : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> bool -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_titles_active"></a>set_titles_active : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> bool -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALsetter"></a>setter : <code class="type">cont:(([> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> unit) -> 'a) -><br>       ?hadjustment:[> `adjustment ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -><br>       ?vadjustment:[> `adjustment ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -><br>       ?button_actions:(int * <a href="Gtk.Tags.html#TYPEbutton_action">Gtk.Tags.button_action</a> list) list -><br>       ?titles_show:bool -> 'a</code></pre><pre><span class="keyword">val</span> <a name="VALset_sort"></a>set_sort : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -><br>       ?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">val</span> <a name="VALset_cell"></a>set_cell : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -><br>       ?text:string -><br>       ?pixmap:<a href="Gdk.html#TYPEpixmap">Gdk.pixmap</a> -><br>       ?mask:<a href="Gdk.html#TYPEbitmap">Gdk.bitmap</a> -> ?spacing:int -> ?style:<a href="Gtk.html#TYPEstyle">Gtk.style</a> -> int -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALset_column"></a>set_column : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -><br>       ?widget:[> `widget ] <a href="Gtk.html#TYPEobj">Gtk.obj</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">val</span> <a name="VALset_row"></a>set_row : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -><br>       ?foreground:<a href="Gdk.html#TYPEcolor">Gdk.color</a> <a href="Gpointer.html#TYPEoptboxed">Gpointer.optboxed</a> -><br>       ?background:<a href="Gdk.html#TYPEcolor">Gdk.color</a> <a href="Gpointer.html#TYPEoptboxed">Gpointer.optboxed</a> -><br>       ?selectable:bool -> ?style:<a href="Gtk.html#TYPEstyle">Gtk.style</a> -> int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALget_row_state"></a>get_row_state : <code class="type">[> `clist ] <a href="Gtk.html#TYPEobj">Gtk.obj</a> -> int -> <a href="Gtk.Tags.html#TYPEstate_type">Gtk.Tags.state_type</a></code></pre><pre><span class="keyword">val</span> <a name="VALemit_scroll"></a>emit_scroll : <code class="type">'a <a href="Gobject.html#TYPEobj">Gobject.obj</a> -><br>       sgn:('a, <a href="GtkEnums.html#TYPEscroll_type">GtkEnums.scroll_type</a> -> pos:<a href="Gtk.html#TYPEclampf">Gtk.clampf</a> -> unit) <a href="GtkSignal.html#TYPEt">GtkSignal.t</a> -><br>       <a href="GtkEnums.html#TYPEscroll_type">GtkEnums.scroll_type</a> -> pos:<a href="Gtk.html#TYPEclampf">Gtk.clampf</a> -> unit</code></pre></body></html>