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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/GimpScrolledPreview.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
ImportĀ upstreamĀ versionĀ 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
<pre class="synopsis">
56
56
                    <a class="link" href="GimpScrolledPreview.html#GimpScrolledPreview-struct" title="GimpScrolledPreview">GimpScrolledPreview</a>;
57
57
void                <a class="link" href="GimpScrolledPreview.html#gimp-scrolled-preview-set-position" title="gimp_scrolled_preview_set_position ()">gimp_scrolled_preview_set_position</a>  (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
58
 
                                                         <a
59
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
60
 
>gint</a> x,
61
 
                                                         <a
62
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
63
 
>gint</a> y);
 
58
                                                         gint x,
 
59
                                                         gint y);
64
60
void                <a class="link" href="GimpScrolledPreview.html#gimp-scrolled-preview-set-policy" title="gimp_scrolled_preview_set_policy ()">gimp_scrolled_preview_set_policy</a>    (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
65
 
                                                         <a
66
 
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkPolicyType"
67
 
>GtkPolicyType</a> hscrollbar_policy,
68
 
                                                         <a
69
 
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkPolicyType"
70
 
>GtkPolicyType</a> vscrollbar_policy);
 
61
                                                         GtkPolicyType hscrollbar_policy,
 
62
                                                         GtkPolicyType vscrollbar_policy);
71
63
void                <a class="link" href="GimpScrolledPreview.html#gimp-scrolled-preview-freeze" title="gimp_scrolled_preview_freeze ()">gimp_scrolled_preview_freeze</a>        (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);
72
64
void                <a class="link" href="GimpScrolledPreview.html#gimp-scrolled-preview-thaw" title="gimp_scrolled_preview_thaw ()">gimp_scrolled_preview_thaw</a>          (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);
73
65
</pre>
75
67
<div class="refsect1" lang="en">
76
68
<a name="GimpScrolledPreview.object-hierarchy"></a><h2>Object Hierarchy</h2>
77
69
<pre class="synopsis">
78
 
  <a
79
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
80
 
>GObject</a>
81
 
   +----<a
82
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
83
 
>GInitiallyUnowned</a>
84
 
         +----<a
85
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
86
 
>GtkObject</a>
87
 
               +----<a
88
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
89
 
>GtkWidget</a>
90
 
                     +----<a
91
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
92
 
>GtkContainer</a>
93
 
                           +----<a
94
 
href="/usr/share/gtk-doc/html/gtk/GtkBox.html"
95
 
>GtkBox</a>
96
 
                                 +----<a
97
 
href="/usr/share/gtk-doc/html/gtk/GtkVBox.html"
98
 
>GtkVBox</a>
 
70
  GObject
 
71
   +----GInitiallyUnowned
 
72
         +----GtkObject
 
73
               +----GtkWidget
 
74
                     +----GtkContainer
 
75
                           +----GtkBox
 
76
                                 +----GtkVBox
99
77
                                       +----<a class="link" href="GimpPreview.html" title="GimpPreview">GimpPreview</a>
100
78
                                             +----GimpScrolledPreview
101
79
</pre>
125
103
<div class="refsect2" lang="en">
126
104
<a name="gimp-scrolled-preview-set-position"></a><h3>gimp_scrolled_preview_set_position ()</h3>
127
105
<pre class="programlisting">void                gimp_scrolled_preview_set_position  (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
128
 
                                                         <a
129
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
130
 
>gint</a> x,
131
 
                                                         <a
132
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
133
 
>gint</a> y);</pre>
 
106
                                                         gint x,
 
107
                                                         gint y);</pre>
134
108
<p>
135
109
</p>
136
110
<p>
163
137
<div class="refsect2" lang="en">
164
138
<a name="gimp-scrolled-preview-set-policy"></a><h3>gimp_scrolled_preview_set_policy ()</h3>
165
139
<pre class="programlisting">void                gimp_scrolled_preview_set_policy    (<a class="link" href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
166
 
                                                         <a
167
 
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkPolicyType"
168
 
>GtkPolicyType</a> hscrollbar_policy,
169
 
                                                         <a
170
 
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkPolicyType"
171
 
>GtkPolicyType</a> vscrollbar_policy);</pre>
 
140
                                                         GtkPolicyType hscrollbar_policy,
 
141
                                                         GtkPolicyType vscrollbar_policy);</pre>
172
142
<p>
173
143
</p>
174
144
<p>