diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 21:12:06 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 21:12:06 -0400 |
commit | 63e87c2d0c9d263f14c77b68f85c67d46ece82a9 (patch) | |
tree | 6260365cbf7d24f37d27669e8538227fcb72e243 /gtk+-mingw/share/gtk-doc/html/gtk3/migrating.html | |
parent | a4460f6d9453bbd7e584937686449cef3e19f052 (diff) |
Diffstat (limited to 'gtk+-mingw/share/gtk-doc/html/gtk3/migrating.html')
-rw-r--r-- | gtk+-mingw/share/gtk-doc/html/gtk3/migrating.html | 106 |
1 files changed, 0 insertions, 106 deletions
diff --git a/gtk+-mingw/share/gtk-doc/html/gtk3/migrating.html b/gtk+-mingw/share/gtk-doc/html/gtk3/migrating.html deleted file mode 100644 index ab3426f..0000000 --- a/gtk+-mingw/share/gtk-doc/html/gtk3/migrating.html +++ /dev/null @@ -1,106 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Part V. Migrating from Previous Versions of GTK+</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> -<link rel="home" href="index.html" title="GTK+ 3 Reference Manual"> -<link rel="up" href="index.html" title="GTK+ 3 Reference Manual"> -<link rel="prev" href="GtkActionable.html" title="GtkActionable"> -<link rel="next" href="gtk-migrating-2-to-3.html" title="Migrating from GTK+ 2.x to GTK+ 3"> -<meta name="generator" content="GTK-Doc V1.18.1 (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="2"><tr valign="middle"> -<td><a accesskey="p" href="GtkActionable.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> -<td> </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">GTK+ 3 Reference Manual</th> -<td><a accesskey="n" href="gtk-migrating-2-to-3.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> -</tr></table> -<div class="part"> -<div class="titlepage"><div><div><h1 class="title"> -<a name="migrating"></a>Part V. Migrating from Previous Versions of GTK+</h1></div></div></div> -<div class="partintro"> -<div></div> -<p> - This part describes what you need to change in programs use - older versions of GTK+ so that they can use the new features. - It also mentions how to convert applications using widgets - found in the libgnomeui library to use their counterparts - in GTK+. - </p> -<div class="toc"> -<p><b>Table of Contents</b></p> -<dl> -<dt><span class="chapter"><a href="gtk-migrating-2-to-3.html">Migrating from GTK+ 2.x to GTK+ 3</a></span></dt> -<dd><dl> -<dt><span class="section"><a href="gtk-migrating-2-to-3.html#id656483">Preparation in GTK+ 2.x</a></span></dt> -<dd><dl> -<dt><span class="section"><a href="gtk-migrating-2-to-3.html#id848790">Do not include individual headers</a></span></dt> -<dt><span class="section"><a href="gtk-migrating-2-to-3.html#id1372794">Do not use deprecated symbols</a></span></dt> -<dt><span class="section"><a href="gtk-migrating-2-to-3.html#id1427447">Use accessor functions instead of direct access</a></span></dt> -<dt><span class="section"><a href="gtk-migrating-2-to-3.html#id1390063">Replace GDK_<keyname> with GDK_KEY_<keyname></a></span></dt> -<dt><span class="section"><a href="gtk-migrating-2-to-3.html#id1404754">Use GIO for launching applications</a></span></dt> -<dt><span class="section"><a href="gtk-migrating-2-to-3.html#id1368017">Use cairo for drawing</a></span></dt> -</dl></dd> -<dt><span class="section"><a href="ch24s02.html">Changes that need to be done at the time of the switch</a></span></dt> -<dd><dl> -<dt><span class="section"><a href="ch24s02.html#id1365685">Replace size_request by get_preferred_width/height</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1494062">Replace GdkRegion by cairo_region_t</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1494562">Replace GdkPixmap by cairo surfaces</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1494616">Replace GdkColormap by GdkVisual</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1494706">GdkDrawable is gone</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1494913">Event filtering</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1495012">Backend-specific code</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1495111">GtkPlug and GtkSocket</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1495144">The GtkWidget::draw signal</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1495341">GtkProgressBar orientation</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1495498">Check your expand and fill flags</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1495552">Scrolling changes</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1495611">GtkObject is gone</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1495658">GtkEntryCompletion signal parameters</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1495686">Resize grips</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1495752">Prevent mixed linkage</a></span></dt> -<dt><span class="section"><a href="ch24s02.html#id1495789">Install GTK+ modules in the right place</a></span></dt> -</dl></dd> -</dl></dd> -<dt><span class="chapter"><a href="gtk-migrating-GtkStyleContext.html">Theming changes</a></span></dt> -<dd><dl> -<dt><span class="section"><a href="gtk-migrating-GtkStyleContext.html#gtk-migrating-GtkStyleContext-themes">Migrating themes</a></span></dt> -<dt><span class="section"><a href="gtk-migrating-theme-GtkStyleContext-engines.html">Migrating theme engines</a></span></dt> -<dt><span class="section"><a href="gtk-migrating-GtkStyleContext-parser-extensions.html">Extending the CSS parser</a></span></dt> -<dt><span class="section"><a href="gtk-migrating-GtkStyleContext-css.html">Using the CSS file format</a></span></dt> -<dt><span class="section"><a href="gtk-migrating-GtkStyleContext-checklist.html">A checklist for widgets</a></span></dt> -<dt><span class="section"><a href="gtk-migrating-GtkStyleContext-parsing.html">Parsing of custom resources</a></span></dt> -<dt><span class="section"><a href="gtk-migrating-GtkStyleContext-bonus-points.html">Bonus points</a></span></dt> -</dl></dd> -<dt><span class="chapter"><a href="gtk-migrating-unique-GtkApplication.html">Migrating from libunique to GApplication or GtkApplication</a></span></dt> -<dd><dl> -<dt><span class="section"><a href="gtk-migrating-unique-GtkApplication.html#id1378111">Uniqueness</a></span></dt> -<dt><span class="section"><a href="ch26s02.html">Commands and Messages</a></span></dt> -</dl></dd> -<dt><span class="chapter"><a href="gtk-migrating-smclient-GtkApplication.html">Migrating from EggSMClient to GtkApplication</a></span></dt> -<dt><span class="chapter"><a href="gtk-migrating-GtkGrid.html">Migrating from other containers to GtkGrid</a></span></dt> -<dd><dl> -<dt><span class="section"><a href="gtk-migrating-GtkGrid.html#id1061749">GtkBox versus GtkGrid: packing</a></span></dt> -<dt><span class="section"><a href="ch28s02.html">GtkBox versus GtkGrid: sizing</a></span></dt> -<dt><span class="section"><a href="ch28s03.html">GtkBox versus GtkGrid: spacing</a></span></dt> -</dl></dd> -<dt><span class="chapter"><a href="gtk-migrating-checklist.html">Migration Details Checklist</a></span></dt> -<dd><dl> -<dt><span class="section"><a href="gtk-migrating-checklist.html#checklist-popup-menu">Implement GtkWidget::popup_menu</a></span></dt> -<dt><span class="section"><a href="checklist-gdkeventexpose-region.html">Use GdkEventExpose.region</a></span></dt> -<dt><span class="section"><a href="checklist-modifiers.html">Test for modifier keys correctly</a></span></dt> -<dt><span class="section"><a href="checklist-named-icons.html">Use named icons</a></span></dt> -</dl></dd> -</dl> -</div> -</div> -</div> -<div class="footer"> -<hr> - Generated by GTK-Doc V1.18.1</div> -</body> -</html>
\ No newline at end of file |