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
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry id="libwnck-xutils">
<refmeta>
<refentrytitle role="top_of_page">xutils</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>LIBWNCK Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>xutils</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
#define <link linkend="WNCK-STOCK-DELETE:CAPS">WNCK_STOCK_DELETE</link>
#define <link linkend="WNCK-STOCK-MAXIMIZE:CAPS">WNCK_STOCK_MAXIMIZE</link>
#define <link linkend="WNCK-STOCK-MINIMIZE:CAPS">WNCK_STOCK_MINIMIZE</link>
#define <link linkend="WNCK-APP-WINDOW-EVENT-MASK:CAPS">WNCK_APP_WINDOW_EVENT_MASK</link>
<link linkend="WnckIconCache">WnckIconCache</link>;
#define <link linkend="WNCK-NO-MANAGER-TOKEN:CAPS">WNCK_NO_MANAGER_TOKEN</link>
</synopsis>
</refsynopsisdiv>
<refsect1 role="desc">
<title role="desc.title">Description</title>
<para>
</para>
</refsect1>
<refsect1 role="details">
<title role="details.title">Details</title>
<refsect2>
<title><anchor id="WNCK-STOCK-DELETE:CAPS" role="macro"/>WNCK_STOCK_DELETE</title>
<indexterm><primary>WNCK_STOCK_DELETE</primary></indexterm><programlisting>#define WNCK_STOCK_DELETE "wnck-stock-delete"
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="WNCK-STOCK-MAXIMIZE:CAPS" role="macro"/>WNCK_STOCK_MAXIMIZE</title>
<indexterm><primary>WNCK_STOCK_MAXIMIZE</primary></indexterm><programlisting>#define WNCK_STOCK_MAXIMIZE "wnck-stock-maximize"
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="WNCK-STOCK-MINIMIZE:CAPS" role="macro"/>WNCK_STOCK_MINIMIZE</title>
<indexterm><primary>WNCK_STOCK_MINIMIZE</primary></indexterm><programlisting>#define WNCK_STOCK_MINIMIZE "wnck-stock-minimize"
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="WNCK-APP-WINDOW-EVENT-MASK:CAPS" role="macro"/>WNCK_APP_WINDOW_EVENT_MASK</title>
<indexterm><primary>WNCK_APP_WINDOW_EVENT_MASK</primary></indexterm><programlisting>#define WNCK_APP_WINDOW_EVENT_MASK (PropertyChangeMask | StructureNotifyMask)
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="WnckIconCache" role="struct"/>WnckIconCache</title>
<indexterm><primary>WnckIconCache</primary></indexterm><programlisting>typedef struct _WnckIconCache WnckIconCache;</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="WNCK-NO-MANAGER-TOKEN:CAPS" role="macro"/>WNCK_NO_MANAGER_TOKEN</title>
<indexterm><primary>WNCK_NO_MANAGER_TOKEN</primary></indexterm><programlisting>#define WNCK_NO_MANAGER_TOKEN 0
</programlisting>
<para>
</para></refsect2>
</refsect1>
</refentry>
|