~ubuntu-branches/ubuntu/dapper/libgnomeui/dapper-updates

« back to all changes in this revision

Viewing changes to doc/reference/xml/gnome-window.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-11 17:46:10 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411174610-yb9v0rvx60x0mdli
Tags: 2.14.1-0ubuntu1
* New upstream release:
  - Fix --disable-crash-dialog 
  - Fix leaks 
  - Fix gettext initialization 
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/libgnomeui-0.shlibs: bumped for added interfaces.
  - debian/rules: added stuff for cleaning.
  - debian/patches/30_crash-dialog.patch: dropped, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<refentry id="libgnomeui-gnome-window">
2
2
<refmeta>
3
 
<refentrytitle id="top_of_page">gnome-window</refentrytitle>
 
3
<refentrytitle>gnome-window</refentrytitle>
4
4
<manvolnum>3</manvolnum>
5
5
<refmiscinfo>LIBGNOMEUI Library</refmiscinfo>
6
6
</refmeta>
7
7
 
8
8
<refnamediv>
9
 
<refname>gnome-window</refname>
10
 
<refpurpose>Convenience functions for setting window attributes.</refpurpose>
11
 
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
 
9
<refname>gnome-window</refname><refpurpose>Convenience functions for setting window attributes.</refpurpose>
12
10
</refnamediv>
13
11
 
14
 
<refsynopsisdiv id="synopsis">
15
 
<title id="synopsis.title">Synopsis</title>
 
12
<refsynopsisdiv><title>Synopsis</title>
16
13
 
17
14
<synopsis>
18
15
 
34
31
 
35
32
 
36
33
 
37
 
<refsect1 id="desc">
38
 
<title id="desc.title">Description</title>
 
34
<refsect1>
 
35
<title>Description</title>
39
36
<para>
40
37
This module is a convenience wrapper for some similar functions in GTK+. This
41
38
allows all GNOME applications to have a consistent way of setting their window
44
41
</para>
45
42
</refsect1>
46
43
 
47
 
<refsect1 id="details">
48
 
<title id="details.title">Details</title>
 
44
<refsect1>
 
45
<title>Details</title>
49
46
<refsect2>
50
 
<title><anchor id="gnome-window-toplevel-set-title" role="function" condition="deprecated:"/>gnome_window_toplevel_set_title ()</title>
 
47
<title><anchor id="gnome-window-toplevel-set-title"/>gnome_window_toplevel_set_title ()</title>
51
48
<indexterm role="deprecated"><primary>gnome_window_toplevel_set_title</primary></indexterm><programlisting><link linkend="void">void</link>        gnome_window_toplevel_set_title (<link linkend="GtkWindow">GtkWindow</link> *window,
52
49
                                             const <link linkend="gchar">gchar</link> *doc_name,
53
50
                                             const <link linkend="gchar">gchar</link> *app_name,