Add x11.sgml.

Tue Jan 29 23:41:31 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/Makefile.am (content_files): Add x11.sgml.

        * gtk/changes-2.0.sgml: SGML fix.

        * gtk/gtk-sections.txt: Updated.
This commit is contained in:
Owen Taylor 2002-01-30 04:42:29 +00:00 committed by Owen Taylor
parent eb5f7ace65
commit e4cd6ef7d9
7 changed files with 28 additions and 11 deletions

View File

@ -1,3 +1,11 @@
Tue Jan 29 23:41:31 2002 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am (content_files): Add x11.sgml.
* gtk/changes-2.0.sgml: SGML fix.
* gtk/gtk-sections.txt: Updated.
2002-01-23 Damon Chaplin <damon@ximian.com>
* gtk/Makefile.am: added SCANGOBJ_OPTIONS to set the type-init-func

View File

@ -136,7 +136,8 @@ content_files = \
resources.sgml \
text_widget.sgml \
tree_widget.sgml \
windows.sgml
windows.sgml \
x11.sgml
# Other files to distribute
extra_files =

View File

@ -716,7 +716,7 @@ In GTK+ 1.2, if an event handler returned <literal>TRUE</literal> it prevented
<para>
Cleaned some private (or at least useless) functions out of
<filename>gtkscale.h</filename>, e.g.
<function>gtk_scale_value_width</literal>.
<function>gtk_scale_value_width</function>.
</para>
</listitem>
<listitem>

View File

@ -1755,7 +1755,6 @@ gtk_option_menu_get_type
GtkPaned
gtk_paned_add1
gtk_paned_add2
gtk_paned_handle_size
gtk_paned_gutter_size
gtk_paned_pack1
gtk_paned_pack2
@ -2019,7 +2018,6 @@ GTK_IS_SCALE_CLASS
GTK_SCALE_GET_CLASS
<SUBSECTION Private>
gtk_scale_get_type
gtk_scale_value_width
</SECTION>
<SECTION>
@ -3495,6 +3493,7 @@ gtk_widget_get_child_requisition
gtk_widget_size_allocate
gtk_widget_add_accelerator
gtk_widget_remove_accelerator
gtk_widget_set_accel_path
gtk_widget_list_accel_closures
gtk_widget_event
gtk_widget_activate

View File

@ -2550,6 +2550,12 @@ Internal function used by #GtkHPaned and #GtkVPaned
@child1_req:
@child2_req:
<!-- ##### MACRO gtk_paned_handle_size ##### -->
<para>
Old name for gtk_paned_set_handle_size().
</para>
<!-- ##### FUNCTION gtk_paned_set_handle_size ##### -->
<para>
Set the the handle size to @size x @size pixels.

View File

@ -95,13 +95,6 @@ parameters. This is equivalent to
@child: the child to add
<!-- ##### MACRO gtk_paned_handle_size ##### -->
<para>
Old name for gtk_paned_set_handle_size().
</para>
<!-- ##### MACRO gtk_paned_gutter_size ##### -->
<para>
Old name for gtk_paned_set_gutter_size().

View File

@ -585,6 +585,16 @@ Turns off certain widget flags.
@Returns:
<!-- ##### FUNCTION gtk_widget_set_accel_path ##### -->
<para>
</para>
@widget:
@accel_path:
@accel_group:
<!-- ##### FUNCTION gtk_widget_list_accel_closures ##### -->
<para>