~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/shell/html/ShellTrayIcon.html

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-14 13:47:20 UTC
  • mfrom: (1.1.36) (18.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120314134720-202sbjbu4a3z1fru
Tags: 3.3.90-0ubuntu1
* Sync with Debian experimental svn packaging (LP: #941755, #937709).
  Remaining changes:
  - debian/gnome-shell.gsettings-override: Update for Ubuntu defaults
  - debian/control.in: Recommend cups-pk-helper
  - debian/patches/10-make-NetworkManager-optional.patch: Disabled
  - Don't run dh-autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>ShellTrayIcon</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
7
<link rel="home" href="index.html" title="Shell Reference Manual">
 
8
<link rel="up" href="ch04.html" title="Tray Icons">
 
9
<link rel="prev" href="ShellGtkEmbed.html" title="ShellGtkEmbed">
 
10
<link rel="next" href="ShellTrayManager.html" title="ShellTrayManager">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="ShellGtkEmbed.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="ch04.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">Shell Reference Manual</th>
 
21
<td><a accesskey="n" href="ShellTrayManager.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#ShellTrayIcon.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#ShellTrayIcon.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#ShellTrayIcon.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
                   | 
 
30
                  <a href="#ShellTrayIcon.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
31
                   | 
 
32
                  <a href="#ShellTrayIcon.properties" class="shortcut">Properties</a>
 
33
</td></tr>
 
34
</table>
 
35
<div class="refentry">
 
36
<a name="ShellTrayIcon"></a><div class="titlepage"></div>
 
37
<div class="refnamediv"><table width="100%"><tr>
 
38
<td valign="top">
 
39
<h2><span class="refentrytitle"><a name="ShellTrayIcon.top_of_page"></a>ShellTrayIcon</span></h2>
 
40
<p>ShellTrayIcon</p>
 
41
</td>
 
42
<td valign="top" align="right"></td>
 
43
</tr></table></div>
 
44
<div class="refsynopsisdiv">
 
45
<a name="ShellTrayIcon.synopsis"></a><h2>Synopsis</h2>
 
46
<pre class="synopsis">struct              <a class="link" href="ShellTrayIcon.html#ShellTrayIcon-struct" title="struct ShellTrayIcon">ShellTrayIcon</a>;
 
47
struct              <a class="link" href="ShellTrayIcon.html#ShellTrayIconClass" title="struct ShellTrayIconClass">ShellTrayIconClass</a>;
 
48
<span class="returnvalue">void</span>                <a class="link" href="ShellTrayIcon.html#shell-tray-icon-click" title="shell_tray_icon_click ()">shell_tray_icon_click</a>               (<em class="parameter"><code><a class="link" href="ShellTrayIcon.html" title="ShellTrayIcon"><span class="type">ShellTrayIcon</span></a> *icon</code></em>,
 
49
                                                         <em class="parameter"><code><span class="type">ClutterEvent</span> *event</code></em>);
 
50
<span class="returnvalue">ClutterActor</span> *      <a class="link" href="ShellTrayIcon.html#shell-tray-icon-new" title="shell_tray_icon_new ()">shell_tray_icon_new</a>                 (<em class="parameter"><code><a class="link" href="ShellEmbeddedWindow.html" title="ShellEmbeddedWindow"><span class="type">ShellEmbeddedWindow</span></a> *window</code></em>);
 
51
</pre>
 
52
</div>
 
53
<div class="refsect1">
 
54
<a name="ShellTrayIcon.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
55
<pre class="synopsis">
 
56
  GObject
 
57
   +----GInitiallyUnowned
 
58
         +----ClutterActor
 
59
               +----ClutterTexture
 
60
                     +----ClutterX11TexturePixmap
 
61
                           +----<a class="link" href="ShellGtkEmbed.html" title="ShellGtkEmbed">ShellGtkEmbed</a>
 
62
                                 +----ShellTrayIcon
 
63
</pre>
 
64
</div>
 
65
<div class="refsect1">
 
66
<a name="ShellTrayIcon.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
 
67
<p>
 
68
ShellTrayIcon implements
 
69
 ClutterContainer,  ClutterScriptable,  ClutterAnimatable and  AtkImplementorIface.</p>
 
70
</div>
 
71
<div class="refsect1">
 
72
<a name="ShellTrayIcon.properties"></a><h2>Properties</h2>
 
73
<pre class="synopsis">
 
74
  "<a class="link" href="ShellTrayIcon.html#ShellTrayIcon--pid" title='The "pid" property'>pid</a>"                      <span class="type">guint</span>                 : Read
 
75
  "<a class="link" href="ShellTrayIcon.html#ShellTrayIcon--title" title='The "title" property'>title</a>"                    <span class="type">gchar</span>*                : Read
 
76
  "<a class="link" href="ShellTrayIcon.html#ShellTrayIcon--wm-class" title='The "wm-class" property'>wm-class</a>"                 <span class="type">gchar</span>*                : Read
 
77
</pre>
 
78
</div>
 
79
<div class="refsect1">
 
80
<a name="ShellTrayIcon.description"></a><h2>Description</h2>
 
81
</div>
 
82
<div class="refsect1">
 
83
<a name="ShellTrayIcon.details"></a><h2>Details</h2>
 
84
<div class="refsect2">
 
85
<a name="ShellTrayIcon-struct"></a><h3>struct ShellTrayIcon</h3>
 
86
<pre class="programlisting">struct ShellTrayIcon;</pre>
 
87
</div>
 
88
<hr>
 
89
<div class="refsect2">
 
90
<a name="ShellTrayIconClass"></a><h3>struct ShellTrayIconClass</h3>
 
91
<pre class="programlisting">struct ShellTrayIconClass {
 
92
    ShellGtkEmbedClass parent_class;
 
93
};
 
94
</pre>
 
95
</div>
 
96
<hr>
 
97
<div class="refsect2">
 
98
<a name="shell-tray-icon-click"></a><h3>shell_tray_icon_click ()</h3>
 
99
<pre class="programlisting"><span class="returnvalue">void</span>                shell_tray_icon_click               (<em class="parameter"><code><a class="link" href="ShellTrayIcon.html" title="ShellTrayIcon"><span class="type">ShellTrayIcon</span></a> *icon</code></em>,
 
100
                                                         <em class="parameter"><code><span class="type">ClutterEvent</span> *event</code></em>);</pre>
 
101
<p>
 
102
Fakes a press and release on <em class="parameter"><code>icon</code></em>. <em class="parameter"><code>event</code></em> must be a
 
103
<code class="literal">CLUTTER_BUTTON_RELEASE</code> event. Its relevant details will be passed
 
104
on to the icon, but its coordinates will be ignored; the click is
 
105
always made on the center of <em class="parameter"><code>icon</code></em>.
 
106
</p>
 
107
<div class="variablelist"><table border="0">
 
108
<col align="left" valign="top">
 
109
<tbody>
 
110
<tr>
 
111
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
 
112
<td>a <a class="link" href="ShellTrayIcon.html" title="ShellTrayIcon"><span class="type">ShellTrayIcon</span></a>
 
113
</td>
 
114
</tr>
 
115
<tr>
 
116
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
 
117
<td>the <span class="type">ClutterEvent</span> triggering the fake click</td>
 
118
</tr>
 
119
</tbody>
 
120
</table></div>
 
121
</div>
 
122
<hr>
 
123
<div class="refsect2">
 
124
<a name="shell-tray-icon-new"></a><h3>shell_tray_icon_new ()</h3>
 
125
<pre class="programlisting"><span class="returnvalue">ClutterActor</span> *      shell_tray_icon_new                 (<em class="parameter"><code><a class="link" href="ShellEmbeddedWindow.html" title="ShellEmbeddedWindow"><span class="type">ShellEmbeddedWindow</span></a> *window</code></em>);</pre>
 
126
</div>
 
127
</div>
 
128
<div class="refsect1">
 
129
<a name="ShellTrayIcon.property-details"></a><h2>Property Details</h2>
 
130
<div class="refsect2">
 
131
<a name="ShellTrayIcon--pid"></a><h3>The <code class="literal">"pid"</code> property</h3>
 
132
<pre class="programlisting">  "pid"                      <span class="type">guint</span>                 : Read</pre>
 
133
<p>The PID of the icon's application.</p>
 
134
<p>Default value: 0</p>
 
135
</div>
 
136
<hr>
 
137
<div class="refsect2">
 
138
<a name="ShellTrayIcon--title"></a><h3>The <code class="literal">"title"</code> property</h3>
 
139
<pre class="programlisting">  "title"                    <span class="type">gchar</span>*                : Read</pre>
 
140
<p>The icon's window title.</p>
 
141
<p>Default value: NULL</p>
 
142
</div>
 
143
<hr>
 
144
<div class="refsect2">
 
145
<a name="ShellTrayIcon--wm-class"></a><h3>The <code class="literal">"wm-class"</code> property</h3>
 
146
<pre class="programlisting">  "wm-class"                 <span class="type">gchar</span>*                : Read</pre>
 
147
<p>The icon's window WM_CLASS.</p>
 
148
<p>Default value: NULL</p>
 
149
</div>
 
150
</div>
 
151
</div>
 
152
<div class="footer">
 
153
<hr>
 
154
          Generated by GTK-Doc V1.18.1</div>
 
155
</body>
 
156
</html>
 
 
b'\\ No newline at end of file'