~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/xml/gimppixmap.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
<refentry id="GimpPixmap">
6
6
<refmeta>
7
 
<refentrytitle id="top_of_page">GimpPixmap</refentrytitle>
 
7
<refentrytitle role="top_of_page">GimpPixmap</refentrytitle>
8
8
<manvolnum>3</manvolnum>
9
9
<refmiscinfo>LIBGIMPWIDGETS Library</refmiscinfo>
10
10
</refmeta>
15
15
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
16
16
</refnamediv>
17
17
 
18
 
<refsynopsisdiv id="synopsis">
19
 
<title id="synopsis.title">Synopsis</title>
 
18
<refsynopsisdiv role="synopsis">
 
19
<title role="synopsis.title">Synopsis</title>
20
20
 
21
21
<synopsis>
22
22
 
23
23
 
24
24
 
25
 
            <link linkend="GimpPixmap-struct">GimpPixmap</link>;
26
 
<link linkend="GtkWidget">GtkWidget</link>*  <link linkend="gimp-pixmap-new">gimp_pixmap_new</link>                 (<link linkend="gchar">gchar</link> **xpm_data);
27
 
<link linkend="void">void</link>        <link linkend="gimp-pixmap-set">gimp_pixmap_set</link>                 (<link linkend="GimpPixmap">GimpPixmap</link> *pixmap,
28
 
                                             <link linkend="gchar">gchar</link> **xpm_data);
 
25
                    <link linkend="GimpPixmap-struct">GimpPixmap</link>;
 
26
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gimp-pixmap-new">gimp_pixmap_new</link>                     (<link linkend="gchar">gchar</link> **xpm_data);
 
27
<link linkend="void">void</link>                <link linkend="gimp-pixmap-set">gimp_pixmap_set</link>                     (<link linkend="GimpPixmap">GimpPixmap</link> *pixmap,
 
28
                                                         <link linkend="gchar">gchar</link> **xpm_data);
29
29
 
30
30
</synopsis>
31
31
</refsynopsisdiv>
32
32
 
33
 
<refsect1 id="object_hierarchy">
34
 
<title id="object_hierarchy.title">Object Hierarchy</title>
 
33
<refsect1 role="object_hierarchy">
 
34
<title role="object_hierarchy.title">Object Hierarchy</title>
35
35
<synopsis>
36
36
 
37
37
  <link linkend="GObject">GObject</link>
47
47
 
48
48
 
49
49
 
50
 
<refsect1 id="impl_interfaces">
51
 
<title id="impl_interfaces.title">Implemented Interfaces</title>
 
50
<refsect1 role="impl_interfaces">
 
51
<title role="impl_interfaces.title">Implemented Interfaces</title>
52
52
<para>
53
53
GimpPixmap implements
54
54
 <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para>
59
59
 
60
60
 
61
61
 
62
 
<refsect1 id="desc">
63
 
<title id="desc.title">Description</title>
 
62
<refsect1 role="desc">
 
63
<title role="desc.title">Description</title>
64
64
<para>
65
65
Widget which creates a <link linkend="GtkPixmap"><type>GtkPixmap</type></link> from XPM data.
66
66
</para>
75
75
</para>
76
76
</refsect1>
77
77
 
78
 
<refsect1 id="details">
79
 
<title id="details.title">Details</title>
 
78
<refsect1 role="details">
 
79
<title role="details.title">Details</title>
80
80
<refsect2>
81
81
<title><anchor id="GimpPixmap-struct" role="struct"/>GimpPixmap</title>
82
82
<indexterm role="deprecated"><primary>GimpPixmap</primary></indexterm><programlisting>typedef struct _GimpPixmap GimpPixmap;</programlisting>
86
86
</para></refsect2>
87
87
<refsect2>
88
88
<title><anchor id="gimp-pixmap-new" role="function" condition="deprecated:"/>gimp_pixmap_new ()</title>
89
 
<indexterm role="deprecated"><primary>gimp_pixmap_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*  gimp_pixmap_new                 (<link linkend="gchar">gchar</link> **xpm_data);</programlisting>
 
89
<indexterm role="deprecated"><primary>gimp_pixmap_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gimp_pixmap_new                     (<link linkend="gchar">gchar</link> **xpm_data);</programlisting>
90
90
<warning><para><literal>gimp_pixmap_new</literal> is deprecated and should not be used in newly-written code.</para></warning>
91
91
<para>
92
92
Creates a new <link linkend="GimpPixmap"><type>GimpPixmap</type></link> widget.</para>
101
101
</variablelist></refsect2>
102
102
<refsect2>
103
103
<title><anchor id="gimp-pixmap-set" role="function" condition="deprecated:"/>gimp_pixmap_set ()</title>
104
 
<indexterm role="deprecated"><primary>gimp_pixmap_set</primary></indexterm><programlisting><link linkend="void">void</link>        gimp_pixmap_set                 (<link linkend="GimpPixmap">GimpPixmap</link> *pixmap,
105
 
                                             <link linkend="gchar">gchar</link> **xpm_data);</programlisting>
 
104
<indexterm role="deprecated"><primary>gimp_pixmap_set</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_pixmap_set                     (<link linkend="GimpPixmap">GimpPixmap</link> *pixmap,
 
105
                                                         <link linkend="gchar">gchar</link> **xpm_data);</programlisting>
106
106
<warning><para><literal>gimp_pixmap_set</literal> is deprecated and should not be used in newly-written code.</para></warning>
107
107
<para>
108
108
Sets a new image for an existing <link linkend="GimpPixmap"><type>GimpPixmap</type></link> widget.</para>