migrating.html
来自「最新gtk中文资料集」· HTML 代码 · 共 147 行
HTML
147 行
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"><title>Part IV. Migrating from Previous Versions of GTK+</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="GTK+ Reference Manual"><link rel="up" href="index.html" title="GTK+ Reference Manual"><link rel="prev" href="GtkTreeItem.html" title="GtkTreeItem"><link rel="next" href="gtk-migrating-checklist.html" title="Migration Checklist"><meta name="generator" content="GTK-Doc V1.9 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="part" href="gtk.html" title="Part I. GTK+ Overview"><link rel="part" href="gtkbase.html" title="Part II. GTK+ Core Reference"><link rel="part" href="gtkobjects.html" title="Part III. GTK+ Widgets and Objects"><link rel="chapter" href="ch01.html" title="Object Hierarchy"><link rel="chapter" href="ch02.html" title="Widget Gallery"><link rel="chapter" href="WindowWidgets.html" title="Windows"><link rel="chapter" href="DisplayWidgets.html" title="Display Widgets"><link rel="chapter" href="ButtonWidgets.html" title="Buttons and Toggles"><link rel="chapter" href="NumericEntry.html" title="Numeric/Text Data Entry"><link rel="chapter" href="TextWidgetObjects.html" title="Multiline Text Editor"><link rel="chapter" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets"><link rel="chapter" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar"><link rel="chapter" href="Actions.html" title="Action-based menus and toolbars"><link rel="chapter" href="SelectorWidgets.html" title="Selectors (File/Font/Color/Input Devices)"><link rel="chapter" href="LayoutContainers.html" title="Layout Containers"><link rel="chapter" href="Ornaments.html" title="Ornaments"><link rel="chapter" href="ScrollingWidgets.html" title="Scrolling"><link rel="chapter" href="Printing.html" title="Printing"><link rel="chapter" href="MiscObjects.html" title="Miscellaneous"><link rel="chapter" href="AbstractObjects.html" title="Abstract Base Classes"><link rel="chapter" href="PlugSocket.html" title="Cross-process Embedding"><link rel="chapter" href="SpecialObjects.html" title="Special-purpose features"><link rel="chapter" href="RecentDocuments.html" title="Recently Used Documents"><link rel="chapter" href="Builder.html" title="Interface builder"><link rel="chapter" href="DeprecatedObjects.html" title="Deprecated"><link rel="part" href="migrating.html" title="Part IV. Migrating from Previous Versions of GTK+"><link rel="chapter" href="gtk-migrating-checklist.html" title="Migration Checklist"><link rel="chapter" href="gtk-migrating-GtkFileChooser.html" title="Migrating from GtkFileSelection to GtkFileChooser"><link rel="chapter" href="gtk-migrating-GtkAction.html" title="Migrating from old menu and toolbar systems to GtkAction"><link rel="chapter" href="gtk-migrating-GtkComboBox.html" title="Migrating from GtkOptionMenu and GtkCombo to GtkComboBox and GtkComboBoxEntry"><link rel="chapter" href="gtk-migrating-GtkIconView.html" title="Migrating from GnomeIconList to GtkIconView"><link rel="chapter" href="gtk-migrating-GtkAboutDialog.html" title="Migrating from GnomeAbout to GtkAboutDialog"><link rel="chapter" href="gtk-migrating-GtkColorButton.html" title="Migrating from GnomeColorPicker to GtkColorButton"><link rel="chapter" href="gtk-migrating-GtkAssistant.html" title="Migrating from GnomeDruid to GtkAssistant"><link rel="chapter" href="gtk-migrating-GtkRecentChooser.html" title="Migrating from EggRecent to GtkRecentChooser"><link rel="chapter" href="gtk-migrating-GtkLinkButton.html" title="Migrating from GnomeHRef to GtkLinkButton"><link rel="chapter" href="gtk-migrating-GtkBuilder.html" title="Migrating from libglade to GtkBuilder"><link rel="chapter" href="gtk-migrating-tooltips.html" title="Migrating from GtkTooltips to GtkTooltip"><link rel="part" href="pt05.html" title="Part V. GTK+ Tools"><link rel="glossary" href="glossary.html" title="Glossary"><link rel="index" href="ix01.html" title="Index"><link rel="index" href="ix02.html" title="Index of deprecated symbols"><link rel="index" href="ix03.html" title="Index of new symbols in 2.2"><link rel="index" href="ix04.html" title="Index of new symbols in 2.4"><link rel="index" href="ix05.html" title="Index of new symbols in 2.6"><link rel="index" href="ix06.html" title="Index of new symbols in 2.8"><link rel="index" href="ix07.html" title="Index of new symbols in 2.10"><link rel="index" href="ix08.html" title="Index of new symbols in 2.12"></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="GtkTreeItem.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+ Reference Manual</th><td><a accesskey="n" href="gtk-migrating-checklist.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="migrating"></a>Part IV. Migrating from Previous Versions of GTK+</h1></div></div></div><div class="partintro" lang="en"><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-checklist.html">Migration 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><dt><span class="refentrytitle"><a href="gtk-changes-1-2.html">Changes from 1.0 to 1.2</a></span><span class="refpurpose"> — Incompatible changes made between version 1.0 and version 1.2</span></dt><dt><span class="refentrytitle"><a href="gtk-changes-2-0.html">Changes from 1.2 to 2.0</a></span><span class="refpurpose"> — Incompatible changes made between version 1.2 and version 2.0</span></dt><dt><span class="chapter"><a href="gtk-migrating-GtkFileChooser.html">Migrating from GtkFileSelection to GtkFileChooser</a></span></dt><dd><dl><dt><span class="section"><a href="gtk-migrating-GtkFileChooser.html#gtkfilechooser-creating">Creating a GtkFileChooserDialog</a></span></dt><dt><span class="section"><a href="gtkfilechooser-selection-modes.html">Selection Modes</a></span></dt><dt><span class="section"><a href="gtkfilechooser-installing-preview.html">Installing a Preview widget</a></span></dt><dt><span class="section"><a href="gtkfilechooser-installing-extra-widgets.html">Installing Extra Widgets</a></span></dt><dt><span class="section"><a href="gtkfilechooser-new-features.html">New features</a></span></dt></dl></dd><dt><span class="chapter"><a href="gtk-migrating-GtkAction.html">Migrating from old menu and toolbar systems to GtkAction</a></span></dt><dd><dl><dt><span class="section"><a href="gtk-migrating-GtkAction.html#actions-and-action-groups">Actions and Action Groups</a></span></dt><dt><span class="section"><a href="ui-manager.html">User Interface Manager Object</a></span></dt><dt><span class="section"><a href="migrating-gnomeuiinfo.html">Migrating from GnomeUIInfo</a></span></dt></dl></dd><dt><span class="chapter"><a href="gtk-migrating-GtkComboBox.html">Migrating from GtkOptionMenu and GtkCombo to GtkComboBox and GtkComboBoxEntry</a></span></dt><dd><dl><dt><span class="section"><a href="gtk-migrating-GtkComboBox.html#migrating-GtkOptionMenu">Migrating from GtkOptionMenu to GtkComboBox</a></span></dt><dt><span class="section"><a href="migrating-GtkCombo.html">Migrating from GtkCombo to GtkComboBoxEntry</a></span></dt><dt><span class="section"><a href="new-features-GtkComboBox.html">New features</a></span></dt></dl></dd><dt><span class="chapter"><a href="gtk-migrating-GtkIconView.html">Migrating from GnomeIconList to GtkIconView</a></span></dt><dt><span class="chapter"><a href="gtk-migrating-GtkAboutDialog.html">Migrating from GnomeAbout to GtkAboutDialog</a></span></dt><dt><span class="chapter"><a href="gtk-migrating-GtkColorButton.html">Migrating from GnomeColorPicker to GtkColorButton</a></span></dt><dt><span class="chapter"><a href="gtk-migrating-GtkAssistant.html">Migrating from GnomeDruid to GtkAssistant</a></span></dt><dd><dl><dt><span class="section"><a href="gtk-migrating-GtkAssistant.html#inserting-pages">Inserting pages</a></span></dt><dt><span class="section"><a href="decorating-the-assistant-pages.html">Decorating the assistant pages</a></span></dt><dt><span class="section"><a href="setting-the-page-flow.html">Setting the page flow</a></span></dt></dl></dd><dt><span class="chapter"><a href="gtk-migrating-GtkRecentChooser.html">Migrating from EggRecent to GtkRecentChooser</a></span></dt><dd><dl><dt><span class="section"><a href="gtk-migrating-GtkRecentChooser.html#gtkrecent-manager">Managing the Recently Used Documents</a></span></dt><dt><span class="section"><a href="gtkrecent-chooser.html">Displaying the Recently Used Documents</a></span></dt><dt><span class="section"><a href="gtkrecent-advanced.html">Advanced usage</a></span></dt></dl></dd><dt><span class="chapter"><a href="gtk-migrating-GtkLinkButton.html">Migrating from GnomeHRef to GtkLinkButton</a></span></dt><dt><span class="chapter"><a href="gtk-migrating-GtkBuilder.html">Migrating from libglade to GtkBuilder</a></span></dt><dt><span class="chapter"><a href="gtk-migrating-tooltips.html">Migrating from GtkTooltips to GtkTooltip</a></span></dt></dl></div></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?