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
|
<?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-private">
<refmeta>
<refentrytitle role="top_of_page">private</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>LIBWNCK Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>private</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>
<refsynopsisdiv role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
#define <link linkend="WNCK-ACTIVATE-TIMEOUT:CAPS">WNCK_ACTIVATE_TIMEOUT</link>
#define <link linkend="DEFAULT-ICON-WIDTH:CAPS">DEFAULT_ICON_WIDTH</link>
#define <link linkend="DEFAULT-ICON-HEIGHT:CAPS">DEFAULT_ICON_HEIGHT</link>
#define <link linkend="DEFAULT-MINI-ICON-WIDTH:CAPS">DEFAULT_MINI_ICON_WIDTH</link>
#define <link linkend="DEFAULT-MINI-ICON-HEIGHT:CAPS">DEFAULT_MINI_ICON_HEIGHT</link>
#define <link linkend="WNCK-SCREEN-XSCREEN:CAPS">WNCK_SCREEN_XSCREEN</link> (screen)
</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-ACTIVATE-TIMEOUT:CAPS" role="macro"/>WNCK_ACTIVATE_TIMEOUT</title>
<indexterm><primary>WNCK_ACTIVATE_TIMEOUT</primary></indexterm><programlisting>#define WNCK_ACTIVATE_TIMEOUT 1000
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="DEFAULT-ICON-WIDTH:CAPS" role="macro"/>DEFAULT_ICON_WIDTH</title>
<indexterm><primary>DEFAULT_ICON_WIDTH</primary></indexterm><programlisting>#define DEFAULT_ICON_WIDTH 32
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="DEFAULT-ICON-HEIGHT:CAPS" role="macro"/>DEFAULT_ICON_HEIGHT</title>
<indexterm><primary>DEFAULT_ICON_HEIGHT</primary></indexterm><programlisting>#define DEFAULT_ICON_HEIGHT 32
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="DEFAULT-MINI-ICON-WIDTH:CAPS" role="macro"/>DEFAULT_MINI_ICON_WIDTH</title>
<indexterm><primary>DEFAULT_MINI_ICON_WIDTH</primary></indexterm><programlisting>#define DEFAULT_MINI_ICON_WIDTH 16
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="DEFAULT-MINI-ICON-HEIGHT:CAPS" role="macro"/>DEFAULT_MINI_ICON_HEIGHT</title>
<indexterm><primary>DEFAULT_MINI_ICON_HEIGHT</primary></indexterm><programlisting>#define DEFAULT_MINI_ICON_HEIGHT 16
</programlisting>
<para>
</para></refsect2>
<refsect2>
<title><anchor id="WNCK-SCREEN-XSCREEN:CAPS" role="macro"/>WNCK_SCREEN_XSCREEN()</title>
<indexterm><primary>WNCK_SCREEN_XSCREEN</primary></indexterm><programlisting>#define WNCK_SCREEN_XSCREEN(screen) (_wnck_screen_get_xscreen (screen))
</programlisting>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>screen</parameter> :</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
</variablelist></refsect2>
</refsect1>
</refentry>
|