~ubuntu-branches/ubuntu/edgy/gimp/edgy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-08-28 16:54:33 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060828165433-4a009iph3a8lq78s
Tags: 2.2.13-1ubuntu1
* Sync with Debian
* New upstream version, UVF exception granted by Colin Watson
* debian/patches/10_dont_show_wizard.patch:
  - don't use the setup wizard on first run
* debian/rules:
  - add gettext domain to the .desktop
  - run "intltool-update -p" for the different po directories of the package

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
<refentry id="GimpPixmap">
6
6
<refmeta>
7
 
<refentrytitle>GimpPixmap</refentrytitle>
 
7
<refentrytitle id="top_of_page">GimpPixmap</refentrytitle>
8
8
<manvolnum>3</manvolnum>
9
9
<refmiscinfo>LIBGIMPWIDGETS Library</refmiscinfo>
10
10
</refmeta>
11
11
 
12
12
<refnamediv>
13
 
<refname>GimpPixmap</refname><refpurpose>Widget which creates a <link linkend="GtkPixmap"><type>GtkPixmap</type></link> from XPM data.</refpurpose>
 
13
<refname>GimpPixmap</refname>
 
14
<refpurpose>Widget which creates a <link linkend="GtkPixmap"><type>GtkPixmap</type></link> from XPM data.</refpurpose>
 
15
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
14
16
</refnamediv>
15
17
 
16
 
<refsynopsisdiv><title>Synopsis</title>
 
18
<refsynopsisdiv id="synopsis">
 
19
<title id="synopsis.title">Synopsis</title>
17
20
 
18
21
<synopsis>
19
22
 
27
30
</synopsis>
28
31
</refsynopsisdiv>
29
32
 
30
 
<refsect1>
31
 
<title>Object Hierarchy</title>
 
33
<refsect1 id="object_hierarchy">
 
34
<title id="object_hierarchy.title">Object Hierarchy</title>
32
35
<synopsis>
33
36
 
34
37
  <link linkend="GObject">GObject</link>
35
 
   +----<link linkend="GtkObject">GtkObject</link>
36
 
         +----<link linkend="GtkWidget">GtkWidget</link>
37
 
               +----<link linkend="GtkMisc">GtkMisc</link>
38
 
                     +----<link linkend="GtkImage">GtkImage</link>
39
 
                           +----GimpPixmap
 
38
   +----<link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
 
39
         +----<link linkend="GtkObject">GtkObject</link>
 
40
               +----<link linkend="GtkWidget">GtkWidget</link>
 
41
                     +----<link linkend="GtkMisc">GtkMisc</link>
 
42
                           +----<link linkend="GtkImage">GtkImage</link>
 
43
                                 +----GimpPixmap
40
44
</synopsis>
41
45
 
42
46
</refsect1>
43
47
 
44
48
 
45
49
 
46
 
<refsect1>
47
 
<title>Implemented Interfaces</title>
 
50
<refsect1 id="impl_interfaces">
 
51
<title id="impl_interfaces.title">Implemented Interfaces</title>
48
52
<para>
49
53
GimpPixmap implements
50
54
 <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para>
55
59
 
56
60
 
57
61
 
58
 
<refsect1>
59
 
<title>Description</title>
 
62
<refsect1 id="desc">
 
63
<title id="desc.title">Description</title>
60
64
<para>
61
65
Widget which creates a <link linkend="GtkPixmap"><type>GtkPixmap</type></link> from XPM data.
62
66
</para>
71
75
</para>
72
76
</refsect1>
73
77
 
74
 
<refsect1>
75
 
<title>Details</title>
 
78
<refsect1 id="details">
 
79
<title id="details.title">Details</title>
76
80
<refsect2>
77
 
<title><anchor id="GimpPixmap-struct"/>GimpPixmap</title>
 
81
<title><anchor id="GimpPixmap-struct" role="struct"/>GimpPixmap</title>
78
82
<indexterm role="deprecated"><primary>GimpPixmap</primary></indexterm><programlisting>typedef struct _GimpPixmap GimpPixmap;</programlisting>
79
83
<warning><para><literal>GimpPixmap</literal> is deprecated and should not be used in newly-written code.</para></warning>
80
84
<para>
81
85
 
82
86
</para></refsect2>
83
87
<refsect2>
84
 
<title><anchor id="gimp-pixmap-new"/>gimp_pixmap_new ()</title>
 
88
<title><anchor id="gimp-pixmap-new" role="function" condition="deprecated:"/>gimp_pixmap_new ()</title>
85
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>
86
90
<warning><para><literal>gimp_pixmap_new</literal> is deprecated and should not be used in newly-written code.</para></warning>
87
91
<para>
96
100
</simpara></listitem></varlistentry>
97
101
</variablelist></refsect2>
98
102
<refsect2>
99
 
<title><anchor id="gimp-pixmap-set"/>gimp_pixmap_set ()</title>
 
103
<title><anchor id="gimp-pixmap-set" role="function" condition="deprecated:"/>gimp_pixmap_set ()</title>
100
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,
101
105
                                             <link linkend="gchar">gchar</link> **xpm_data);</programlisting>
102
106
<warning><para><literal>gimp_pixmap_set</literal> is deprecated and should not be used in newly-written code.</para></warning>