summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
diff options
context:
space:
mode:
authorAlexander Larsson <alla@lysator.liu.se>2001-08-27 01:05:07 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-08-27 01:05:07 +0000
commitf9e666244fb25940b113cd35dbed18d0f75c4f44 (patch)
treea7647e917586f524dba60b1bed78054c1e21fef4 /gtk/gtklabel.c
parent8d00215d9ed8a40f17fa6658bc30520b2fc8d03d (diff)
downloadgdk-pixbuf-f9e666244fb25940b113cd35dbed18d0f75c4f44.tar.gz
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
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r--gtk/gtklabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index a47a19978..0f8eb5053 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -2309,7 +2309,7 @@ gtk_label_set_use_underline (GtkLabel *label,
* gtk_label_get_use_underline:
* @label: a #GtkLabel
*
- * Returns whether an embedded underline in thef label indicates a
+ * Returns whether an embedded underline in the label indicates a
* mnemonic. See gtk_label_set_use_underline ().
*
* Return value: %TRUE whether an embedded underline in the label indicates