~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to doc/reference/panel-applet/html/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: james.westby@ubuntu.com-20110530110449-ut1tc5t61rpvf9e3
Tags: upstream-3.0.2
Import upstream version 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Panel Applet Library Reference Manual</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
 
<meta name="description" content="This manual documents the interfaces of the panel applet library for GNOME 2.x and a short guide to porting applets from the GNOME 1.x interfaces.">
8
7
<link rel="home" href="index.html" title="Panel Applet Library Reference Manual">
9
 
<link rel="next" href="applet-writing.html" title="Writing Applets">
10
 
<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
 
8
<link rel="next" href="overview.html" title="Part I. Panel Applet Library Overview">
 
9
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
11
10
<link rel="stylesheet" href="style.css" type="text/css">
12
11
</head>
13
12
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14
13
<div class="book">
15
14
<div class="titlepage">
16
 
<div>
17
 
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Panel Applet Library Reference Manual</p></th></tr></table></div>
18
 
<div><div class="authorgroup"><div class="author">
19
 
<h3 class="author">
20
 
<span class="firstname">Mark</span> <span class="surname">McLoughlin</span>
21
 
</h3>
22
 
<div class="affiliation"><div class="address"><p><br>
23
 
            <code class="email">&lt;<a class="email" href="mailto:mark@skynet.ie">mark@skynet.ie</a>&gt;</code><br>
24
 
          </p></div></div>
25
 
</div></div></div>
26
 
<div><p class="copyright">Copyright © 2001, 2003 Sun Microsystems, Inc.</p></div>
27
 
<div><div class="abstract">
28
 
<p class="title"><b>Abstract</b></p>
29
 
<p>
30
 
This manual documents the interfaces of the panel applet
31
 
library for GNOME 2.x and a short guide to porting applets from
32
 
the GNOME 1.x interfaces.
33
 
      </p>
34
 
</div></div>
35
 
</div>
 
15
<div><div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Panel Applet Library Reference Manual</p></th></tr></table></div></div>
36
16
<hr>
37
17
</div>
38
18
<div class="toc"><dl>
39
 
<dt><span class="chapter"><a href="applet-writing.html">Writing Applets</a></span></dt>
 
19
<dt><span class="part"><a href="overview.html">I. Panel Applet Library Overview</a></span></dt>
 
20
<dt><span class="part"><a href="getting-started.html">II. Getting Started with the Panel Applet library</a></span></dt>
40
21
<dd><dl>
41
 
<dt><span class="sect1"><a href="applet-writing.html#hello-world">Hello World Applet</a></span></dt>
42
 
<dt><span class="sect1"><a href="server-files.html">Bonobo Activation .server Files For Applets</a></span></dt>
43
 
<dt><span class="sect1"><a href="applet-popups.html">Defining a Popup Context Menu</a></span></dt>
44
 
<dt><span class="sect1"><a href="panel-signals.html">Detecting Changes in the Panel.</a></span></dt>
45
 
<dt><span class="sect1"><a href="session-saving.html">Session/Preference Saving.</a></span></dt>
46
 
<dt><span class="sect1"><a href="multi-applets.html">Multiple Applets</a></span></dt>
 
22
<dt><span class="chapter"><a href="getting-started.intro.html">Introduction</a></span></dt>
 
23
<dt><span class="chapter"><a href="getting-started.concepts.html">Concepts</a></span></dt>
 
24
<dt><span class="chapter"><a href="getting-started.example.html">Hello World Example</a></span></dt>
 
25
<dt><span class="chapter"><a href="getting-started.context-menu.html">Using a Context Menu</a></span></dt>
 
26
<dt><span class="chapter"><a href="getting-started.settings.html">Settings</a></span></dt>
 
27
<dt><span class="chapter"><a href="getting-started.install.html">Making the Applet Visible to the Panel</a></span></dt>
 
28
<dt><span class="chapter"><a href="getting-started.integration.html">Proper Integration with the Panel</a></span></dt>
 
29
<dt><span class="chapter"><a href="getting-started.in-out-process.html">Out-of-Process vs In-Process</a></span></dt>
 
30
<dt><span class="chapter"><a href="getting-started.introspection.html">Writing an applet in languages other than C</a></span></dt>
47
31
</dl></dd>
48
 
<dt><span class="chapter"><a href="applet-porting.html">Porting Applets from the GNOME 1.x interfaces</a></span></dt>
49
 
<dt><span class="chapter"><a href="panel-applet.html">The Panel Applet Library</a></span></dt>
 
32
<dt><span class="part"><a href="port-gnome2.html">III. Porting Applets from GNOME 2.x</a></span></dt>
 
33
<dt><span class="part"><a href="reference.html">IV. API Reference</a></span></dt>
50
34
<dd><dl>
51
35
<dt>
52
 
<span class="refentrytitle"><a href="panel-applet-panel-applet.html">PanelApplet</a></span><span class="refpurpose"> — The PanelApplet object.</span>
53
 
</dt>
54
 
<dt>
55
 
<span class="refentrytitle"><a href="panel-applet-Panel-Applet-GConf-Utilities.html">Panel Applet GConf Utilities</a></span><span class="refpurpose"> — Utility methods for manipulating per-applet GConf preferences.</span>
 
36
<span class="refentrytitle"><a href="panel-applet-Panel-Applet.html">Panel Applet</a></span><span class="refpurpose"> — a widget embedded in a panel.</span>
 
37
</dt>
 
38
<dt>
 
39
<span class="refentrytitle"><a href="panel-applet-Panel-Applet-Factory.html">Panel Applet Factory</a></span><span class="refpurpose"> — the factory that will create applets.</span>
 
40
</dt>
 
41
<dt>
 
42
<span class="refentrytitle"><a href="panel-applet-GConf-Utilities.html">GConf Utilities</a></span><span class="refpurpose"> — utility API to use GConf with applets.</span>
56
43
</dt>
57
44
</dl></dd>
58
45
</dl></div>
59
46
</div>
60
47
<div class="footer">
61
48
<hr>
62
 
          Generated by GTK-Doc V1.15.1</div>
 
49
          Generated by GTK-Doc V1.17.1</div>
63
50
</body>
64
51
</html>
 
 
b'\\ No newline at end of file'