]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Add properties for labels, mnemonics and stock items. Added C accessor
[~andy/gtk] / ChangeLog.pre-2-8
index 3ed3632b0c62f1a8a2273b943fb68c9be85d5823..b7d167201152110d209b18d0bee9fdb7def5cadf 100644 (file)
@@ -1,3 +1,25 @@
+2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
+
+       * gtk/gtkbutton.[ch]:
+       Add properties for labels, mnemonics and stock items.
+       Added C accessor functions for the properties.
+       Removed deprecated button->child.
+
+       * gtk/gtkradiobutton.c:
+       * gtk/gtktogglebutton.c:
+       Update to use the functions in GtkButton.
+
+       * gtk/gtkcheckbutton.c:
+       Update to use the functions in GtkButton.
+       Changed size allocation of child. Now only gets as much
+       space as it requests.
+
+       * gtk/gtkclist.c:
+       Don't use GtkButton->child
+
+       * gtk/gtklabel.c:
+       Fixed typo in docs
+       
 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
 
        * tests/testgtk.c: