diff options
author | Havoc Pennington <hp@redhat.com> | 2001-03-23 22:21:06 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-03-23 22:21:06 +0000 |
commit | 4291350f89e3e4d17c0587076cbb73e25cf49077 (patch) | |
tree | a1093aedc957087f935fac02e489509fc291d7cd /gtk/gtklabel.c | |
parent | b572436d359e2e6ad5549e532f31acdfe0b0389e (diff) | |
download | gtk+-4291350f89e3e4d17c0587076cbb73e25cf49077.tar.gz |
fix up some docs
2001-03-23 Havoc Pennington <hp@redhat.com>
* gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
some docs
2001-03-23 Havoc Pennington <hp@redhat.com>
* gdk/gdk-sections.txt: updates
* gtk/gtk-sections.txt: updates
* gtk/gtk-docs.sgml: mop up TreeModelSimple entity
* gdk/gdk-docs.sgml: remove input method
and input context docs
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r-- | gtk/gtklabel.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 42d6300f56..4de995ef26 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -532,11 +532,12 @@ gtk_label_set_mnemonic_widget (GtkLabel *label, /** * gtk_label_get_mnemonic_keyval: * @label: a #GtkLabel - * @Returns: GDK keyval usable for accelerators, or GDK_VoidSymbol * * If the label has been set so that it has an mnemonic key this function * returns the keyval used for the mnemonic accelerator. If there is no * mnemonic set up it returns #GDK_VoidSymbol. + * + * Returns: GDK keyval usable for accelerators, or GDK_VoidSymbol **/ guint gtk_label_get_mnemonic_keyval (GtkLabel *label) @@ -636,8 +637,8 @@ gtk_label_recalculate (GtkLabel *label) /** * gtk_label_set_text: - * label: a #GtkLabel - * str: a string + * @label: a #GtkLabel + * @str: a string * * Sets the text of the label to @str. * @@ -1904,7 +1905,7 @@ gtk_label_select_region (GtkLabel *label, * @x: location to store X offset of layout, or %NULL * @y: location to store Y offset of layout, or %NULL * - * Returns the coordinates where the label will draw the #PangoLayout + * Obtains the coordinates where the label will draw the #PangoLayout * representing the text in the label; useful to convert mouse events * into coordinates inside the #PangoLayout, e.g. to take some action * if some part of the label is clicked. Of course you will need to |