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

« back to all changes in this revision

Viewing changes to doc/xml/window-action-menu.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>WnckActionMenu</refname>
13
12
<refpurpose>a menu widget, used to manipulate a window.</refpurpose>
21
20
<title role="synopsis.title">Synopsis</title>
22
21
<anchor id="WnckActionMenu"/>
23
22
<synopsis>
24
 
 
25
23
#include &lt;libwnck/libwnck.h&gt;
26
24
 
27
25
                    <link linkend="WnckActionMenu-struct">WnckActionMenu</link>;
29
27
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="wnck-create-window-action-menu">wnck_create_window_action_menu</link>      (<link linkend="WnckWindow">WnckWindow</link> *window);
30
28
</synopsis>
31
29
</refsynopsisdiv>
32
 
 
33
30
<refsect1 id="libwnck-Window-Action-Menu.object-hierarchy" role="object_hierarchy">
34
31
<title role="object_hierarchy.title">Object Hierarchy</title>
35
32
<synopsis>
43
40
                                       +----WnckActionMenu
44
41
</synopsis>
45
42
</refsect1>
46
 
 
47
 
 
48
 
 
49
43
<refsect1 id="libwnck-Window-Action-Menu.implemented-interfaces" role="impl_interfaces">
50
44
<title role="impl_interfaces.title">Implemented Interfaces</title>
51
45
<para>
52
46
WnckActionMenu implements
53
47
 <link linkend="GtkBuildable">GtkBuildable</link> and  <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para>
54
48
</refsect1>
55
 
 
56
 
 
57
49
<refsect1 id="libwnck-Window-Action-Menu.properties" role="properties">
58
50
<title role="properties.title">Properties</title>
59
51
<synopsis>
61
53
</synopsis>
62
54
</refsect1>
63
55
 
64
 
 
65
 
 
66
56
<refsect1 id="libwnck-Window-Action-Menu.description" role="desc">
67
57
<title role="desc.title">Description</title>
68
 
 
69
58
<para>
70
59
A <link linkend="WnckActionMenu"><type>WnckActionMenu</type></link> is a menu containing items to manipulate a window.
71
60
Relevant actions are displayed in the menu, and updated if the window state
90
79
<para>
91
80
</para>
92
81
</refsect1>
93
 
 
94
82
<refsect1 id="libwnck-Window-Action-Menu.details" role="details">
95
83
<title role="details.title">Details</title>
96
84
<refsect2 id="WnckActionMenu-struct" role="struct">
144
132
<programlisting>  &quot;window&quot;                   <link linkend="gpointer">gpointer</link>              : Read / Write / Construct Only</programlisting>
145
133
<para>The window that will be manipulated through this menu.</para></refsect2>
146
134
</refsect1>
147
 
 
148
 
 
149
 
 
150
135
<refsect1 id="libwnck-Window-Action-Menu.see-also">
151
136
<title>See Also</title>
152
137
<link linkend="WnckWindow"><type>WnckWindow</type></link>