From 79e4b185f61af2764a39951cd74635bdb3332f26 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 10 Nov 2001 22:06:44 +0000 Subject: Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108, * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c, gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108, #60818, #61562) * gtk/tmpl/gtkaccellabel.sgml, gtk/tmpl/gtkcombo.sgml, gtk/tmpl/gtkentry.sgml, gtk/tmpl/gtkhscrollbar.sgml, gtk/tmpl/gtkvscrollbar.sgml, gtk/tmpl/gtktoolbar.sgml, gtk/tmpl/gtkdialog.sgml, gtk/tmpl/gtkstatusbar.sgml: Mass fixing of trivial doc bugs. (#55579, #56760, #58769, #55918, #64154, #60422, #54697) --- docs/reference/gtk/tmpl/gtkcombo.sgml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'docs/reference/gtk/tmpl/gtkcombo.sgml') diff --git a/docs/reference/gtk/tmpl/gtkcombo.sgml b/docs/reference/gtk/tmpl/gtkcombo.sgml index b4510f4af..8034f9cb7 100644 --- a/docs/reference/gtk/tmpl/gtkcombo.sgml +++ b/docs/reference/gtk/tmpl/gtkcombo.sgml @@ -137,12 +137,12 @@ the values in the list. If this is set then the user will not be able to perform any other action until a valid value has been entered. -If an empty field is acceptable, the @ok_if_empty parameter should be TRUE. +If an empty field is acceptable, the @ok_if_empty parameter should be %TRUE. @combo: a #GtkCombo. -@val: TRUE if the value entered must match one of the values in the list. -@ok_if_empty: TRUE if an empty value is considered valid. +@val: %TRUE if the value entered must match one of the values in the list. +@ok_if_empty: %TRUE if an empty value is considered valid. @@ -152,7 +152,7 @@ the list. This is on by default. @combo: a #GtkCombo. -@val: TRUE if the arrow keys can be used to step through the items in the list. +@val: %TRUE if the arrow keys can be used to step through the items in the list. @@ -162,7 +162,8 @@ Specifies if the arrow keys will still work even if the current contents of the @combo: a #GtkCombo. -@val: +@val: %TRUE if the arrow keys will still work even if the current contents of +the #GtkEntry field do not match any of the list items. @@ -177,7 +178,7 @@ worried about differences in case. @combo: a #GtkCombo. -@val: +@val: %TRUE if the text in the list items is case sensitive. @@ -187,7 +188,7 @@ selected. This is needed if the list item is not a simple label. @combo: a #GtkCombo. -@item: a #GtkItem which +@item: a #GtkItem. @item_value: the string to place in the #GtkEntry when @item is selected. @@ -195,7 +196,7 @@ selected. This is needed if the list item is not a simple label. Stops the #GtkCombo widget from showing the popup list when the #GtkEntry emits the "activate" signal, i.e. when the Return key is pressed. -This may be useful if, for example. you want the Return key to close a dialog +This may be useful if, for example, you want the Return key to close a dialog instead. -- cgit v1.2.1