~ubuntu-branches/ubuntu/natty/libwnck/natty

« back to all changes in this revision

Viewing changes to doc/xml/screen.xml

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-06-30 12:37:25 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20090630123725-hf3fiw6ercfdvqvj
Tags: 2.26.2-0ubuntu1
* New upstream release: (LP: #393704)
  - Fix wnck_application_get_icon_is_fallback() to actually work (Vincent)
  - Fix gtk-doc warning (Vincent)
  - Use shave to improve build log readability (Vincent)
  - Build system tweaks (Vincent)
* debian/patches/90_relibtoolize.patch:
  - Obsolete as upstream now uses libtool 2.2.6 which does not have the rpath
    issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<manvolnum>3</manvolnum>
8
8
<refmiscinfo>LIBWNCK Library</refmiscinfo>
9
9
</refmeta>
10
 
 
11
10
<refnamediv>
12
11
<refname>WnckScreen</refname>
13
12
<refpurpose>an object representing a screen.</refpurpose>
21
20
<title role="synopsis.title">Synopsis</title>
22
21
 
23
22
<synopsis>
24
 
 
25
23
#include &lt;libwnck/libwnck.h&gt;
26
24
 
27
25
                    <link linkend="WnckScreen-struct">WnckScreen</link>;
76
74
                                                         <link linkend="gboolean">gboolean</link> show);
77
75
</synopsis>
78
76
</refsynopsisdiv>
79
 
 
80
77
<refsect1 id="WnckScreen.object-hierarchy" role="object_hierarchy">
81
78
<title role="object_hierarchy.title">Object Hierarchy</title>
82
79
<synopsis>
84
81
   +----WnckScreen
85
82
</synopsis>
86
83
</refsect1>
87
 
 
88
 
 
89
 
 
90
 
 
91
 
 
92
 
 
93
84
<refsect1 id="WnckScreen.signals" role="signal_proto">
94
85
<title role="signal_proto.title">Signals</title>
95
86
<synopsis>
111
102
</synopsis>
112
103
</refsect1>
113
104
 
114
 
 
115
105
<refsect1 id="WnckScreen.description" role="desc">
116
106
<title role="desc.title">Description</title>
117
 
 
118
107
<para>
119
108
The <link linkend="WnckScreen"><type>WnckScreen</type></link> represents a physical screen. A screen may consist of
120
109
multiple monitors which are merged to form a large screen area. The
132
121
<para>
133
122
</para>
134
123
</refsect1>
135
 
 
136
124
<refsect1 id="WnckScreen.details" role="details">
137
125
<title role="details.title">Details</title>
138
126
<refsect2 id="WnckScreen-struct" role="struct">
785
773
</variablelist><para role="since">Since 2.2</para></refsect2>
786
774
 
787
775
</refsect1>
788
 
 
789
776
<refsect1 id="WnckScreen.signal-details" role="signals">
790
777
<title role="signals.title">Signal Details</title>
791
778
<refsect2 id="WnckScreen-active-window-changed" role="signal"><title>The <literal>&quot;active-window-changed&quot;</literal> signal</title>
1028
1015
<listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
1029
1016
</variablelist></refsect2>
1030
1017
</refsect1>
1031
 
 
1032
 
 
1033
1018
<refsect1 id="WnckScreen.see-also">
1034
1019
<title>See Also</title>
1035
1020
<link linkend="WnckWindow"><type>WnckWindow</type></link>, <link linkend="WnckWorkspace"><type>WnckWorkspace</type></link>