]> Pileus Git - ~andy/gtk/commit
Add properties for labels, mnemonics and stock items. Added C accessor
authorAlexander Larsson <alla@lysator.liu.se>
Mon, 27 Aug 2001 01:05:07 +0000 (01:05 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Mon, 27 Aug 2001 01:05:07 +0000 (01:05 +0000)
commitf9e666244fb25940b113cd35dbed18d0f75c4f44
treea7647e917586f524dba60b1bed78054c1e21fef4
parent8d00215d9ed8a40f17fa6658bc30520b2fc8d03d
Add properties for labels, mnemonics and stock items. Added C accessor

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
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkbutton.c
gtk/gtkbutton.h
gtk/gtkcheckbutton.c
gtk/gtkclist.c
gtk/gtklabel.c
gtk/gtkradiobutton.c
gtk/gtktogglebutton.c