61 lines
3.5 KiB
HTML
61 lines
3.5 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<title>Migrating from one GTK+ 3 release to another: GTK+ 3 Reference Manual</title>
|
||
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
||
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
||
<link rel="up" href="migrating.html" title="Part V. Migrating from Previous Versions of GTK+">
|
||
<link rel="prev" href="checklist-named-icons.html" title="Use named icons">
|
||
<link rel="next" href="ch32s02.html" title="Changes in GTK+ 3.4">
|
||
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
|
||
<link rel="stylesheet" href="style.css" type="text/css">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
||
<td width="100%" align="left" class="shortcuts"></td>
|
||
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
||
<td><a accesskey="u" href="migrating.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
||
<td><a accesskey="p" href="checklist-named-icons.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
||
<td><a accesskey="n" href="ch32s02.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
||
</tr></table>
|
||
<div class="chapter">
|
||
<div class="titlepage"><div><div><h2 class="title">
|
||
<a name="gtk-migrating-3-x-to-y"></a>Migrating from one GTK+ 3 release to another</h2></div></div></div>
|
||
<div class="toc"><dl class="toc">
|
||
<dt><span class="section"><a href="gtk-migrating-3-x-to-y.html#id-1.6.9.4">Changes in GTK+ 3.2</a></span></dt>
|
||
<dt><span class="section"><a href="ch32s02.html">Changes in GTK+ 3.4</a></span></dt>
|
||
<dt><span class="section"><a href="ch32s03.html">Changes in GTK+ 3.6</a></span></dt>
|
||
<dt><span class="section"><a href="ch32s04.html">Changes in GTK+ 3.8</a></span></dt>
|
||
<dt><span class="section"><a href="ch32s05.html">Changes in GTK+ 3.10</a></span></dt>
|
||
<dt><span class="section"><a href="ch32s06.html">Changes in GTK+ 3.12</a></span></dt>
|
||
<dt><span class="section"><a href="ch32s07.html">Changes in GTK+ 3.14</a></span></dt>
|
||
<dt><span class="section"><a href="ch32s08.html">Changes in GTK+ 3.16</a></span></dt>
|
||
<dt><span class="section"><a href="ch32s09.html">Changes in GTK+ 3.18</a></span></dt>
|
||
<dt><span class="section"><a href="ch32s10.html">Changes in GTK+ 3.20</a></span></dt>
|
||
<dt><span class="section"><a href="ch32s11.html">Changes in GTK+ 3.22</a></span></dt>
|
||
</dl></div>
|
||
<p>
|
||
GTK+ 3 has seen considerable development over multiple stable releases.
|
||
While we try to maintain compatibility as far as possible, some minor
|
||
adjustments may be necessary when moving an application from one release
|
||
of GTK+ 3 to the next.
|
||
</p>
|
||
<p>
|
||
The following sections list noteworthy changes in GTK+ 3.x release that
|
||
may or may not require applications to be updated.
|
||
</p>
|
||
<div class="section">
|
||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||
<a name="id-1.6.9.4"></a>Changes in GTK+ 3.2</h2></div></div></div>
|
||
<p>
|
||
The accessible implementations for GTK+ widgets have been integrated
|
||
into libgtk itself, and the gail module does not exist anymore. This
|
||
change should not affect applications very much.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="footer">
|
||
<hr>Generated by GTK-Doc V1.29</div>
|
||
</body>
|
||
</html> |