]> Pileus Git - ~andy/gtk/blobdiff - docs/Changes-2.0.txt
Use autoconf 2.13/2.50 compat macro.
[~andy/gtk] / docs / Changes-2.0.txt
index 7d4ce76205b0776518b7133e2c2a234a17efe560..9b2371f07dd465ccfdcb032ff2d35ae6245f40cf 100644 (file)
@@ -443,6 +443,14 @@ Incompatible Changes from GTK+-1.2 to GTK+-2.0:
    - For NO_WINDOW widgets, if you create windows in your realize()
      method, you must map then in map() and unmap them in unmap().
 
+* gtk_widget_set_default_style (), gtk_widget_push_style (),
+  and gtk_widget_pop_style () have been removed, since they
+  did not work properly with themes and there were better
+  alternatives for modifying the appearance of widgets.
+
+  You should generally use gtk_widget_modify_fg/bg/base/text/font
+  instead.
+  
 * gtk_image_new() now takes no arguments and creates an empty GtkImage
   widget. To create a GtkImage widget from a GdkImage (the least
-  common usage of GdkImage), use gtk_image_new_from_image.
\ No newline at end of file
+  common usage of GdkImage), use gtk_image_new_from_image.