~ubuntu-branches/ubuntu/karmic/gimp/karmic-updates

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/GimpImageComboBox.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (1.1.21 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090831102410-eqawgw6fhdyi91ee
Tags: 2.6.7-1ubuntu1
* Merge with Debian unstable (LP: #419593), remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + updated some strings for ubuntu
  - debian/rules:
    + updated translation templates
  - debian/control:
    + Drop webkit build dependency. gimp is the only thing pulling in webkit
      for the desktop CDs, and makes them explode. Without the webkit help
      browser plugin, help will just be displayed in the default browser.
* debian/patches/01_debian-gimprc.patch:
  - Updated
* debian/control:
  - Added a BZR link

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>gimpimagecombobox</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
8
8
<link rel="up" href="libgimpui.html" title="Part II. GIMP User Interface Library">
9
9
<link rel="prev" href="libgimp-GimpItemComboBox.html" title="GimpItemComboBox">
10
10
<link rel="next" href="libgimp-gimppixbuf.html" title="gimppixbuf">
42
42
                <a href="#GimpImageComboBox.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
43
43
</td></tr>
44
44
</table>
45
 
<div class="refentry" lang="en">
 
45
<div class="refentry" title="gimpimagecombobox">
46
46
<a name="GimpImageComboBox"></a><div class="titlepage"></div>
47
47
<div class="refnamediv"><table width="100%"><tr>
48
48
<td valign="top">
51
51
</td>
52
52
<td valign="top" align="right"></td>
53
53
</tr></table></div>
54
 
<div class="refsynopsisdiv">
 
54
<div class="refsynopsisdiv" title="Synopsis">
55
55
<a name="GimpImageComboBox.synopsis"></a><h2>Synopsis</h2>
56
56
<pre class="synopsis">
57
57
                    <a class="link" href="GimpImageComboBox.html#GimpImageComboBox-struct" title="GimpImageComboBox">GimpImageComboBox</a>;
64
64
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
65
65
>gpointer</a> data);
66
66
<a
67
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
67
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
68
68
>GtkWidget</a> *         <a class="link" href="GimpImageComboBox.html#gimp-image-combo-box-new" title="gimp_image_combo_box_new ()">gimp_image_combo_box_new</a>            (<a class="link" href="GimpImageComboBox.html#GimpImageConstraintFunc" title="GimpImageConstraintFunc ()">GimpImageConstraintFunc</a> constraint,
69
69
                                                         <a
70
70
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
71
71
>gpointer</a> data);
72
72
</pre>
73
73
</div>
74
 
<div class="refsect1" lang="en">
 
74
<div class="refsect1" title="Object Hierarchy">
75
75
<a name="GimpImageComboBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
76
76
<pre class="synopsis">
77
77
  <a
81
81
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
82
82
>GInitiallyUnowned</a>
83
83
         +----<a
84
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
 
84
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
85
85
>GtkObject</a>
86
86
               +----<a
87
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
87
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
88
88
>GtkWidget</a>
89
89
                     +----<a
90
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
 
90
href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html"
91
91
>GtkContainer</a>
92
92
                           +----<a
93
 
href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
 
93
href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html"
94
94
>GtkBin</a>
95
95
                                 +----<a
96
 
href="/usr/share/gtk-doc/html/gtk/GtkComboBox.html"
 
96
href="http://library.gnome.org/devel/gtk/unstable/GtkComboBox.html"
97
97
>GtkComboBox</a>
98
98
                                       +----<a
99
99
href="../libgimpwidgets/GimpIntComboBox.html"
101
101
                                             +----GimpImageComboBox
102
102
</pre>
103
103
</div>
104
 
<div class="refsect1" lang="en">
 
104
<div class="refsect1" title="Implemented Interfaces">
105
105
<a name="GimpImageComboBox.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
106
106
<p>
107
107
GimpImageComboBox implements
108
 
 AtkImplementorIface,  <a
109
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
 
108
 <a
 
109
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
110
110
>GtkBuildable</a>,  <a
111
 
href="/usr/share/gtk-doc/html/gtk/GtkCellLayout.html"
112
 
>GtkCellLayout</a> and  <a
113
 
href="/usr/share/gtk-doc/html/gtk/GtkCellEditable.html"
114
 
>GtkCellEditable</a>.</p>
 
111
href="http://library.gnome.org/devel/gtk/unstable/GtkCellLayout.html"
 
112
>GtkCellLayout</a>,  <a
 
113
href="http://library.gnome.org/devel/gtk/unstable/GtkCellEditable.html"
 
114
>GtkCellEditable</a> and  AtkImplementorIface.</p>
115
115
</div>
116
 
<div class="refsect1" lang="en">
 
116
<div class="refsect1" title="Description">
117
117
<a name="GimpImageComboBox.description"></a><h2>Description</h2>
118
118
<p>
119
119
A widget providing a popup menu of images.
120
120
</p>
121
121
</div>
122
 
<div class="refsect1" lang="en">
 
122
<div class="refsect1" title="Details">
123
123
<a name="GimpImageComboBox.details"></a><h2>Details</h2>
124
 
<div class="refsect2" lang="en">
 
124
<div class="refsect2" title="GimpImageComboBox">
125
125
<a name="GimpImageComboBox-struct"></a><h3>GimpImageComboBox</h3>
126
126
<pre class="programlisting">typedef struct _GimpImageComboBox GimpImageComboBox;</pre>
127
127
<p>
128
128
</p>
129
129
</div>
130
130
<hr>
131
 
<div class="refsect2" lang="en">
 
131
<div class="refsect2" title="GimpImageConstraintFunc ()">
132
132
<a name="GimpImageConstraintFunc"></a><h3>GimpImageConstraintFunc ()</h3>
133
133
<pre class="programlisting"><a
134
134
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
162
162
</table></div>
163
163
</div>
164
164
<hr>
165
 
<div class="refsect2" lang="en">
 
165
<div class="refsect2" title="gimp_image_combo_box_new ()">
166
166
<a name="gimp-image-combo-box-new"></a><h3>gimp_image_combo_box_new ()</h3>
167
167
<pre class="programlisting"><a
168
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
168
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
169
169
>GtkWidget</a> *         gimp_image_combo_box_new            (<a class="link" href="GimpImageComboBox.html#GimpImageConstraintFunc" title="GimpImageConstraintFunc ()">GimpImageConstraintFunc</a> constraint,
170
170
                                                         <a
171
171
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"