Imported Upstream version 2.3.14
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
|
||||
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
|
||||
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
<link rel="prev" href="libgimpwidgets-GimpPropWidgets.html" title="GimpPropWidgets">
|
||||
<link rel="next" href="GimpUnitMenu.html" title="GimpUnitMenu">
|
||||
<link rel="prev" href="GimpRatioEntry.html" title="GimpRatioEntry">
|
||||
<link rel="next" href="GimpSizeEntry.html" title="GimpSizeEntry">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
|
||||
@ -27,26 +27,26 @@
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||||
<tr valign="middle">
|
||||
<td><a accesskey="p" href="libgimpwidgets-GimpPropWidgets.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
||||
<td><a accesskey="p" href="GimpRatioEntry.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
||||
<td><a accesskey="u" href="libgimpwidgets-widgets.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
||||
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
||||
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="GimpUnitMenu.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
<td><a accesskey="n" href="GimpSizeEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594556" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2549093" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2617847" class="shortcut">Description</a>
|
||||
<a href="#id2614511" class="shortcut">Description</a>
|
||||
 | 
|
||||
<a href="#id2552123" class="shortcut">Object Hierarchy</a>
|
||||
<a href="#id2613633" class="shortcut">Object Hierarchy</a>
|
||||
 | 
|
||||
<a href="#id2604228" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
|
||||
<a href="#id2614490" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="GimpScrolledPreview"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2594556"></a><span class="refentrytitle">GimpScrolledPreview</span>
|
||||
<a name="id2549093"></a><span class="refentrytitle">GimpScrolledPreview</span>
|
||||
</h2>
|
||||
<p>GimpScrolledPreview — A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> enhanced by scrolling capabilities.</p>
|
||||
</td>
|
||||
@ -73,7 +73,7 @@ void <a href="GimpScrolledPreview.html#gimp-scrolled-preview-thaw">gimp_s
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2552123"></a><h2>Object Hierarchy</h2>
|
||||
<a name="id2613633"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
GObject
|
||||
@ -88,32 +88,32 @@ void <a href="GimpScrolledPreview.html#gimp-scrolled-preview-thaw">gimp_s
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2604228"></a><h2>Implemented Interfaces</h2>
|
||||
<a name="id2614490"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GimpScrolledPreview implements
|
||||
AtkImplementorIface.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2617847"></a><h2>Description</h2>
|
||||
<a name="id2614511"></a><h2>Description</h2>
|
||||
<p>
|
||||
A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class="type">GimpPreview</span></a> enhanced by scrolling capabilities.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2617870"></a><h2>Details</h2>
|
||||
<a name="id2614534"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617880"></a><h3>
|
||||
<a name="id2614544"></a><h3>
|
||||
<a name="GimpScrolledPreview-struct"></a>GimpScrolledPreview</h3>
|
||||
<a class="indexterm" name="id2617892"></a><pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre>
|
||||
<a class="indexterm" name="id2614556"></a><pre class="programlisting">typedef struct _GimpScrolledPreview GimpScrolledPreview;</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617909"></a><h3>
|
||||
<a name="id2614573"></a><h3>
|
||||
<a name="gimp-scrolled-preview-set-position"></a>gimp_scrolled_preview_set_position ()</h3>
|
||||
<a class="indexterm" name="id2617922"></a><pre class="programlisting">void gimp_scrolled_preview_set_position
|
||||
<a class="indexterm" name="id2614586"></a><pre class="programlisting">void gimp_scrolled_preview_set_position
|
||||
(<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
|
||||
gint x,
|
||||
gint y);</pre>
|
||||
@ -147,9 +147,9 @@ A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class=
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2621690"></a><h3>
|
||||
<a name="id2614948"></a><h3>
|
||||
<a name="gimp-scrolled-preview-set-policy"></a>gimp_scrolled_preview_set_policy ()</h3>
|
||||
<a class="indexterm" name="id2621704"></a><pre class="programlisting">void gimp_scrolled_preview_set_policy
|
||||
<a class="indexterm" name="id2614962"></a><pre class="programlisting">void gimp_scrolled_preview_set_policy
|
||||
(<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview,
|
||||
GtkPolicyType hscrollbar_policy,
|
||||
GtkPolicyType vscrollbar_policy);</pre>
|
||||
@ -183,9 +183,9 @@ A widget providing a <a href="GimpPreview.html" title="GimpPreview"><span class=
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2622133"></a><h3>
|
||||
<a name="id2615702"></a><h3>
|
||||
<a name="gimp-scrolled-preview-freeze"></a>gimp_scrolled_preview_freeze ()</h3>
|
||||
<a class="indexterm" name="id2622146"></a><pre class="programlisting">void gimp_scrolled_preview_freeze (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
|
||||
<a class="indexterm" name="id2615718"></a><pre class="programlisting">void gimp_scrolled_preview_freeze (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
|
||||
<p>
|
||||
While the <em class="parameter"><code>preview</code></em> is frozen, it is not going to redraw itself in
|
||||
response to scroll events.
|
||||
@ -209,9 +209,9 @@ This function should only be used to implement widgets derived from
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2622227"></a><h3>
|
||||
<a name="id2615799"></a><h3>
|
||||
<a name="gimp-scrolled-preview-thaw"></a>gimp_scrolled_preview_thaw ()</h3>
|
||||
<a class="indexterm" name="id2621970"></a><pre class="programlisting">void gimp_scrolled_preview_thaw (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
|
||||
<a class="indexterm" name="id2615813"></a><pre class="programlisting">void gimp_scrolled_preview_thaw (<a href="GimpScrolledPreview.html" title="GimpScrolledPreview">GimpScrolledPreview</a> *preview);</pre>
|
||||
<p>
|
||||
While the <em class="parameter"><code>preview</code></em> is frozen, it is not going to redraw itself in
|
||||
response to scroll events.
|
||||
|
||||
Reference in New Issue
Block a user