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

« 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: 2013-07-31 21:29:20 UTC
  • mfrom: (1.1.51)
  • Revision ID: package-import@ubuntu.com-20130731212920-mz92zheiqgq2ggd1
Tags: 3.8.4-0ubuntu1
* New upstream release.
* debian/patches/git-dont-crash-for-unstaged-widgets.patch:
  - Dropped, applied in new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch04.html" title="Tray Icons">
9
9
<link rel="prev" href="ShellGtkEmbed.html" title="ShellGtkEmbed">
10
10
<link rel="next" href="ShellTrayManager.html" title="ShellTrayManager">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
45
45
<a name="ShellTrayIcon.synopsis"></a><h2>Synopsis</h2>
46
46
<pre class="synopsis">struct              <a class="link" href="ShellTrayIcon.html#ShellTrayIcon-struct" title="struct ShellTrayIcon">ShellTrayIcon</a>;
47
47
struct              <a class="link" href="ShellTrayIcon.html#ShellTrayIconClass" title="struct ShellTrayIconClass">ShellTrayIconClass</a>;
48
 
<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>);
49
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>,
50
 
                                                         <em class="parameter"><code><span class="type">ClutterEvent</span> *event</code></em>);
 
49
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/clutter/clutter-Events.html#ClutterEvent"><span class="type">ClutterEvent</span></a> *event</code></em>);
 
50
<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> *      <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
51
</pre>
52
52
</div>
53
53
<div class="refsect1">
54
54
<a name="ShellTrayIcon.object-hierarchy"></a><h2>Object Hierarchy</h2>
55
55
<pre class="synopsis">
56
 
  GObject
57
 
   +----GInitiallyUnowned
58
 
         +----ClutterActor
59
 
               +----ClutterClone
 
56
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
57
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
58
         +----<a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html">ClutterActor</a>
 
59
               +----<a href="/usr/share/gtk-doc/html/clutter/ClutterClone.html">ClutterClone</a>
60
60
                     +----<a class="link" href="ShellGtkEmbed.html" title="ShellGtkEmbed">ShellGtkEmbed</a>
61
61
                           +----ShellTrayIcon
62
62
</pre>
65
65
<a name="ShellTrayIcon.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
66
66
<p>
67
67
ShellTrayIcon implements
68
 
 ClutterContainer,  ClutterScriptable,  ClutterAnimatable and  AtkImplementorIface.</p>
 
68
 <a href="/usr/share/gtk-doc/html/clutter/ClutterContainer.html">ClutterContainer</a>,  <a href="/usr/share/gtk-doc/html/clutter/ClutterScriptable.html">ClutterScriptable</a>,  <a href="/usr/share/gtk-doc/html/clutter/ClutterAnimatable.html">ClutterAnimatable</a> and  AtkImplementorIface.</p>
69
69
</div>
70
70
<div class="refsect1">
71
71
<a name="ShellTrayIcon.properties"></a><h2>Properties</h2>
72
72
<pre class="synopsis">
73
 
  "<a class="link" href="ShellTrayIcon.html#ShellTrayIcon--pid" title='The "pid" property'>pid</a>"                      <span class="type">guint</span>                 : Read
74
 
  "<a class="link" href="ShellTrayIcon.html#ShellTrayIcon--title" title='The "title" property'>title</a>"                    <span class="type">gchar</span>*                : Read
75
 
  "<a class="link" href="ShellTrayIcon.html#ShellTrayIcon--wm-class" title='The "wm-class" property'>wm-class</a>"                 <span class="type">gchar</span>*                : Read
 
73
  "<a class="link" href="ShellTrayIcon.html#ShellTrayIcon--pid" title='The "pid" property'>pid</a>"                      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read
 
74
  "<a class="link" href="ShellTrayIcon.html#ShellTrayIcon--title" title='The "title" property'>title</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
 
75
  "<a class="link" href="ShellTrayIcon.html#ShellTrayIcon--wm-class" title='The "wm-class" property'>wm-class</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read
76
76
</pre>
77
77
</div>
78
78
<div class="refsect1">
94
94
</div>
95
95
<hr>
96
96
<div class="refsect2">
97
 
<a name="shell-tray-icon-new"></a><h3>shell_tray_icon_new ()</h3>
98
 
<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>
99
 
</div>
100
 
<hr>
101
 
<div class="refsect2">
102
97
<a name="shell-tray-icon-click"></a><h3>shell_tray_icon_click ()</h3>
103
98
<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>,
104
 
                                                         <em class="parameter"><code><span class="type">ClutterEvent</span> *event</code></em>);</pre>
 
99
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/clutter/clutter-Events.html#ClutterEvent"><span class="type">ClutterEvent</span></a> *event</code></em>);</pre>
105
100
<p>
106
101
Fakes a press and release on <em class="parameter"><code>icon</code></em>. <em class="parameter"><code>event</code></em> must be a
107
 
<code class="literal">CLUTTER_BUTTON_RELEASE</code> event. Its relevant details will be passed
 
102
<a href="/usr/share/gtk-doc/html/clutter/clutter-Events.html#CLUTTER-BUTTON-RELEASE:CAPS"><code class="literal">CLUTTER_BUTTON_RELEASE</code></a> event. Its relevant details will be passed
108
103
on to the icon, but its coordinates will be ignored; the click is
109
104
always made on the center of <em class="parameter"><code>icon</code></em>.
110
105
</p>
121
116
</tr>
122
117
<tr>
123
118
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
124
 
<td>the <span class="type">ClutterEvent</span> triggering the fake click</td>
 
119
<td>the <a href="/usr/share/gtk-doc/html/clutter/clutter-Events.html#ClutterEvent"><span class="type">ClutterEvent</span></a> triggering the fake click</td>
125
120
</tr>
126
121
</tbody>
127
122
</table></div>
128
123
</div>
 
124
<hr>
 
125
<div class="refsect2">
 
126
<a name="shell-tray-icon-new"></a><h3>shell_tray_icon_new ()</h3>
 
127
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/clutter/ClutterActor.html"><span class="returnvalue">ClutterActor</span></a> *      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>
 
128
</div>
129
129
</div>
130
130
<div class="refsect1">
131
131
<a name="ShellTrayIcon.property-details"></a><h2>Property Details</h2>
132
132
<div class="refsect2">
133
133
<a name="ShellTrayIcon--pid"></a><h3>The <code class="literal">"pid"</code> property</h3>
134
 
<pre class="programlisting">  "pid"                      <span class="type">guint</span>                 : Read</pre>
 
134
<pre class="programlisting">  "pid"                      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read</pre>
135
135
<p>The PID of the icon's application.</p>
136
136
<p>Default value: 0</p>
137
137
</div>
138
138
<hr>
139
139
<div class="refsect2">
140
140
<a name="ShellTrayIcon--title"></a><h3>The <code class="literal">"title"</code> property</h3>
141
 
<pre class="programlisting">  "title"                    <span class="type">gchar</span>*                : Read</pre>
 
141
<pre class="programlisting">  "title"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
142
142
<p>The icon's window title.</p>
143
143
<p>Default value: NULL</p>
144
144
</div>
145
145
<hr>
146
146
<div class="refsect2">
147
147
<a name="ShellTrayIcon--wm-class"></a><h3>The <code class="literal">"wm-class"</code> property</h3>
148
 
<pre class="programlisting">  "wm-class"                 <span class="type">gchar</span>*                : Read</pre>
 
148
<pre class="programlisting">  "wm-class"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read</pre>
149
149
<p>The icon's window WM_CLASS.</p>
150
150
<p>Default value: NULL</p>
151
151
</div>
153
153
</div>
154
154
<div class="footer">
155
155
<hr>
156
 
          Generated by GTK-Doc V1.18.1</div>
 
156
          Generated by GTK-Doc V1.19</div>
157
157
</body>
158
158
</html>
 
 
b'\\ No newline at end of file'