1999-10-03 18:10:43 +00:00
|
|
|
Incompatible Changes from GTK+-1.2 to GTK+-1.4:
|
|
|
|
|
|
|
|
- The gdk_time* functions have been removed. This functionality
|
|
|
|
has been unused since the main loop was moved into GLib
|
|
|
|
prior to 1.2.
|
|
|
|
|
2000-01-21 21:21:02 +00:00
|
|
|
- The signature for GtkPrintFunc (used for gtk_item_factory_dump_items)
|
|
|
|
has been changed to take a 'const gchar *' instead of 'gchar *', to
|
|
|
|
match what we do for glib, and other similar cases.
|
2000-01-21 21:53:36 +00:00
|
|
|
|
|
|
|
- The detail arguments in the GtkStyleClass structure are now 'const gchar *'.
|
2000-02-17 22:12:25 +00:00
|
|
|
|
|
|
|
- gtk_paned_set_gutter_size() has been removed, since the small handle tab
|
|
|
|
has been changed to include the entire area previously occupied by
|
|
|
|
the gutter.
|