Sophie

Sophie

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

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="next" href="Gdk.Convert.html">
<link rel="Up" href="Gdk.html">
<title>LablGTK : Gdk.Tags</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="Gdk.html">Up</a>
&nbsp;<a href="Gdk.Convert.html">Next</a>
</div>
<center><h1>Module <a href="type_Gdk.Tags.html">Gdk.Tags</a></h1></center>
<br>
<pre><span class="keyword">module</span> Tags: <code class="code">sig</code> <a href="Gdk.Tags.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">type</span> <a name="TYPEevent_type"></a><code class="type"></code>event_type = <code class="type">[ `BUTTON_PRESS<br>       | `BUTTON_RELEASE<br>       | `CLIENT_EVENT<br>       | `CONFIGURE<br>       | `DELETE<br>       | `DESTROY<br>       | `DRAG_ENTER<br>       | `DRAG_LEAVE<br>       | `DRAG_MOTION<br>       | `DRAG_STATUS<br>       | `DROP_FINISHED<br>       | `DROP_START<br>       | `ENTER_NOTIFY<br>       | `EXPOSE<br>       | `FOCUS_CHANGE<br>       | `KEY_PRESS<br>       | `KEY_RELEASE<br>       | `LEAVE_NOTIFY<br>       | `MAP<br>       | `MOTION_NOTIFY<br>       | `NOTHING<br>       | `NO_EXPOSE<br>       | `PROPERTY_NOTIFY<br>       | `PROXIMITY_IN<br>       | `PROXIMITY_OUT<br>       | `SCROLL<br>       | `SELECTION_CLEAR<br>       | `SELECTION_NOTIFY<br>       | `SELECTION_REQUEST<br>       | `SETTING<br>       | `THREE_BUTTON_PRESS<br>       | `TWO_BUTTON_PRESS<br>       | `UNMAP<br>       | `VISIBILITY_NOTIFY<br>       | `WINDOW_STATE ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEevent_mask"></a><code class="type"></code>event_mask = <code class="type">[ `ALL_EVENTS<br>       | `BUTTON1_MOTION<br>       | `BUTTON2_MOTION<br>       | `BUTTON3_MOTION<br>       | `BUTTON_MOTION<br>       | `BUTTON_PRESS<br>       | `BUTTON_RELEASE<br>       | `ENTER_NOTIFY<br>       | `EXPOSURE<br>       | `FOCUS_CHANGE<br>       | `KEY_PRESS<br>       | `KEY_RELEASE<br>       | `LEAVE_NOTIFY<br>       | `POINTER_MOTION<br>       | `POINTER_MOTION_HINT<br>       | `PROPERTY_CHANGE<br>       | `PROXIMITY_IN<br>       | `PROXIMITY_OUT<br>       | `SCROLL<br>       | `STRUCTURE<br>       | `SUBSTRUCTURE<br>       | `VISIBILITY_NOTIFY ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEextension_mode"></a><code class="type"></code>extension_mode = <code class="type">[ `ALL | `CURSOR | `NONE ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEvisibility_state"></a><code class="type"></code>visibility_state = <code class="type">[ `FULLY_OBSCURED | `PARTIAL | `UNOBSCURED ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEinput_source"></a><code class="type"></code>input_source = <code class="type">[ `CURSOR | `ERASER | `MOUSE | `PEN ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEscroll_direction"></a><code class="type"></code>scroll_direction = <code class="type">[ `DOWN | `LEFT | `RIGHT | `UP ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEnotify_type"></a><code class="type"></code>notify_type = <code class="type">[ `ANCESTOR<br>       | `INFERIOR<br>       | `NONLINEAR<br>       | `NONLINEAR_VIRTUAL<br>       | `UNKNOWN<br>       | `VIRTUAL ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEcrossing_mode"></a><code class="type"></code>crossing_mode = <code class="type">[ `GRAB | `NORMAL | `UNGRAB ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEsetting_action"></a><code class="type"></code>setting_action = <code class="type">[ `CHANGED | `DELETED | `NEW ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEwindow_state"></a><code class="type"></code>window_state = <code class="type">[ `ICONIFIED | `MAXIMIZED | `STICKY | `WITHDRAWN ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEmodifier"></a><code class="type"></code>modifier = <code class="type">[ `BUTTON1<br>       | `BUTTON2<br>       | `BUTTON3<br>       | `BUTTON4<br>       | `BUTTON5<br>       | `CONTROL<br>       | `LOCK<br>       | `MOD1<br>       | `MOD2<br>       | `MOD3<br>       | `MOD4<br>       | `MOD5<br>       | `SHIFT ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEdrag_action"></a><code class="type"></code>drag_action = <code class="type">[ `ASK | `COPY | `DEFAULT | `LINK | `MOVE | `PRIVATE ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPErgb_dither"></a><code class="type"></code>rgb_dither = <code class="type">[ `MAX | `NONE | `NORMAL ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEproperty_state"></a><code class="type"></code>property_state = <code class="type">[ `DELETE | `NEW_VALUE ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEproperty_mode"></a><code class="type"></code>property_mode = <code class="type">[ `APPEND | `PREPEND | `REPLACE ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPExdata"></a><code class="type"></code>xdata = <code class="type">[ `BYTES of string | `INT32S of int32 array | `SHORTS of int array ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPExdata_ret"></a><code class="type"></code>xdata_ret = <code class="type">[ `BYTES of string | `INT32S of int32 array | `NONE | `SHORTS of int array ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEgravity"></a><code class="type"></code>gravity = <code class="type">[ `CENTER<br>       | `EAST<br>       | `NORTH<br>       | `NORTH_EAST<br>       | `NORTH_WEST<br>       | `SOUTH<br>       | `SOUTH_EAST<br>       | `SOUTH_WEST<br>       | `STATIC<br>       | `WEST ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEwindow_type_hint"></a><code class="type"></code>window_type_hint = <code class="type">[ `DESKTOP<br>       | `DIALOG<br>       | `DOCK<br>       | `MENU<br>       | `NORMAL<br>       | `SPLASHSCREEN<br>       | `TOOLBAR<br>       | `UTILITY ]</code> </pre>

</body></html>