1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>xutils</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title="Libwnck Reference Manual">
<link rel="up" href="ch01.html" title="API reference">
<link rel="prev" href="libwnck-private.html" title="private">
<link rel="next" href="libwnck-window-action-menu.html" title="window-action-menu">
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="intro.html" title="Part I. Libwnck Overview">
<link rel="chapter" href="ch01.html" title="API reference">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libwnck-private.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Libwnck Reference Manual</th>
<td><a accesskey="n" href="libwnck-window-action-menu.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2548194" class="shortcut">Top</a>
 | 
<a href="#id2568020" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libwnck-xutils"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2548194"></a><span class="refentrytitle">xutils</span>
</h2>
<p>xutils — </p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">
#define <a href="libwnck-xutils.html#WNCK-STOCK-DELETE:CAPS">WNCK_STOCK_DELETE</a>
#define <a href="libwnck-xutils.html#WNCK-STOCK-MAXIMIZE:CAPS">WNCK_STOCK_MAXIMIZE</a>
#define <a href="libwnck-xutils.html#WNCK-STOCK-MINIMIZE:CAPS">WNCK_STOCK_MINIMIZE</a>
#define <a href="libwnck-xutils.html#WNCK-APP-WINDOW-EVENT-MASK:CAPS">WNCK_APP_WINDOW_EVENT_MASK</a>
<a href="libwnck-xutils.html#WnckIconCache">WnckIconCache</a>;
#define <a href="libwnck-xutils.html#WNCK-NO-MANAGER-TOKEN:CAPS">WNCK_NO_MANAGER_TOKEN</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2568020"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2568036"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2568047"></a><h3>
<a name="WNCK-STOCK-DELETE:CAPS"></a>WNCK_STOCK_DELETE</h3>
<a class="indexterm" name="id2568059"></a><pre class="programlisting">#define WNCK_STOCK_DELETE "wnck-stock-delete"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2544486"></a><h3>
<a name="WNCK-STOCK-MAXIMIZE:CAPS"></a>WNCK_STOCK_MAXIMIZE</h3>
<a class="indexterm" name="id2544496"></a><pre class="programlisting">#define WNCK_STOCK_MAXIMIZE "wnck-stock-maximize"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2544513"></a><h3>
<a name="WNCK-STOCK-MINIMIZE:CAPS"></a>WNCK_STOCK_MINIMIZE</h3>
<a class="indexterm" name="id2544524"></a><pre class="programlisting">#define WNCK_STOCK_MINIMIZE "wnck-stock-minimize"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2544541"></a><h3>
<a name="WNCK-APP-WINDOW-EVENT-MASK:CAPS"></a>WNCK_APP_WINDOW_EVENT_MASK</h3>
<a class="indexterm" name="id2544552"></a><pre class="programlisting">#define WNCK_APP_WINDOW_EVENT_MASK (PropertyChangeMask | StructureNotifyMask)
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2544569"></a><h3>
<a name="WnckIconCache"></a>WnckIconCache</h3>
<a class="indexterm" name="id2544581"></a><pre class="programlisting">typedef struct _WnckIconCache WnckIconCache;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2544597"></a><h3>
<a name="WNCK-NO-MANAGER-TOKEN:CAPS"></a>WNCK_NO_MANAGER_TOKEN</h3>
<a class="indexterm" name="id2544609"></a><pre class="programlisting">#define WNCK_NO_MANAGER_TOKEN 0
</pre>
<p>
</p>
</div>
</div>
</div>
</body>
</html>
|