blob: 7c473e59bef4f74de8b5fa5f211c677b7aff3c7f (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY XfcePanelMacros SYSTEM "xml/libxfce4panel-macros.xml">
<!ENTITY StandardEnumerations SYSTEM "xml/xfce-panel-enums.xml">
<!ENTITY RegisterPanelPlugin SYSTEM "xml/xfce-panel-plugin.xml">
<!ENTITY XfcePanelPlugin SYSTEM "xml/xfce-panel-plugin-iface.xml">
<!ENTITY XfceExternalPanelPlugin SYSTEM "xml/xfce-panel-external-plugin.xml">
<!ENTITY XfceInternalPanelPlugin SYSTEM "xml/xfce-panel-internal-plugin.xml">
<!ENTITY XfceHVBox SYSTEM "xml/xfce-hvbox.xml">
<!ENTITY XfceArrowButton SYSTEM "xml/xfce-arrow-button.xml">
<!ENTITY XfcePanelWindow SYSTEM "xml/xfce-panel-window.xml">
<!ENTITY XfceItembar SYSTEM "xml/xfce-itembar.xml">
<!ENTITY PanelConvenience SYSTEM "xml/xfce-panel-convenience.xml">
<!ENTITY version SYSTEM "version.xml">
<!ENTITY date "July 2007">
]>
<book id="index">
<bookinfo>
<title>Libxfce4panel Reference Manual</title>
<releaseinfo>Version &version;</releaseinfo>
<pubdate>&date;</pubdate>
<copyright>
<year>2006</year>
<year>2007</year>
<holder>Jasper Huijsmans</holder>
<holder>Nick Schermer</holder>
</copyright>
<legalnotice id="legalnotice">
<para>
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. The complete license text is available from the <ulink
type="http" url="http://www.gnu.org/">Free Software Foundation</ulink>.
</para>
</legalnotice>
</bookinfo>
<chapter id="libxfce4panel-fundamentals">
<title>Fundamentals</title>
&XfcePanelMacros;
&StandardEnumerations;
</chapter>
<chapter id="libxfce4panel-panel">
<title>Panel Plugins</title>
&RegisterPanelPlugin;
&XfcePanelPlugin;
&XfceExternalPanelPlugin;
&XfceInternalPanelPlugin;
</chapter>
<chapter id="libxfce4panel-widgets">
<title>Widgets</title>
&XfceArrowButton;
&XfceHVBox;
&XfceItembar;
&XfcePanelWindow;
&PanelConvenience;
</chapter>
<index>
<title>Index</title>
</index>
<index role="4.5">
<title>Index of new symbols in 4.5</title>
</index>
</book>
|