forked from AuroraMiddleware/gtk
Fix some typos
svn path=/trunk/; revision=19006
This commit is contained in:
parent
b9f2044e13
commit
cec5f34557
@ -1,3 +1,9 @@
|
||||
2007-11-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtknotebook.sgml:
|
||||
* gtk/tmpl/gtkradiobutton.sgml: Fix typos. (#494905,
|
||||
Olivier Delhomme)
|
||||
|
||||
2007-11-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkaboutdialog.sgml: Add some hints about
|
||||
|
@ -13,10 +13,10 @@ can be switched between using tab labels along one edge.
|
||||
There are many configuration options for #GtkNotebook. Among other
|
||||
things, you can choose on which edge the tabs appear
|
||||
(see gtk_notebook_set_tab_pos()), whether, if there are too many
|
||||
tabs to fit the noteobook should be made bigger or scrolling
|
||||
tabs to fit the notebook should be made bigger or scrolling
|
||||
arrows added (see gtk_notebook_set_scrollable), and whether there
|
||||
will be a popup menu allowing the users to switch pages.
|
||||
(see gtk_notebook_enable_popup(), gtk_noteobook_disable_popup())
|
||||
(see gtk_notebook_popup_enable(), gtk_notebook_popup_disable())
|
||||
</para>
|
||||
|
||||
<refsect2 id="GtkNotebook-BUILDER-UI">
|
||||
|
@ -124,8 +124,8 @@ then be packed into the radio button.
|
||||
|
||||
<!-- ##### FUNCTION gtk_radio_button_new_from_widget ##### -->
|
||||
<para>
|
||||
Creates a new #GtkRadioButton, adding it to the same group as @group. As
|
||||
with gtk_radio_button_new(), a widget should be packed into the radio button.
|
||||
Creates a new #GtkRadioButton, adding it to the same group as @radio_group_member.
|
||||
As with gtk_radio_button_new(), a widget should be packed into the radio button.
|
||||
</para>
|
||||
|
||||
@radio_group_member:
|
||||
@ -148,10 +148,10 @@ group.
|
||||
<!-- ##### FUNCTION gtk_radio_button_new_with_label_from_widget ##### -->
|
||||
<para>
|
||||
Creates a new #GtkRadioButton with a text label, adding it to the same group
|
||||
as @group.
|
||||
as @radio_group_member.
|
||||
</para>
|
||||
|
||||
@radio_group_member:
|
||||
@radio_group_member: widget to get radio group from or NULL
|
||||
@label: a text string to display next to the radio button.
|
||||
@Returns: a new radio button.
|
||||
<!-- # Unused Parameters # -->
|
||||
|
Loading…
Reference in New Issue
Block a user