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+.
Table of Contents
- Migration Checklist
- Changes from 1.0 to 1.2 — Incompatible changes made between version 1.0 and version 1.2
- Changes from 1.2 to 2.0 — Incompatible changes made between version 1.2 and version 2.0
- Migrating from GtkFileSelection to GtkFileChooser
- Migrating from old menu and toolbar systems to GtkAction
- Migrating from GtkOptionMenu and GtkCombo to GtkComboBox and GtkComboBoxEntry
- Migrating from GnomeIconList to GtkIconView
- Migrating from GnomeAbout to GtkAboutDialog
- Migrating from GnomeColorPicker to GtkColorButton
- Migrating from GnomeDruid to GtkAssistant
- Migrating from EggRecent to GtkRecentChooser
- Migrating from GnomeHRef to GtkLinkButton
- Migrating from libglade to GtkBuilder
- Migrating from GtkTooltips to GtkTooltip
- Migrating from SexyIconEntry to GtkEntry
- Migrating from SexyUrlLabel to GtkLabel
- Migrating to client-side windows