Additions.

2006-04-24  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkpapersize.sgml: Additions.

	* gtk/gtk-sections.txt: Add new api.
This commit is contained in:
Matthias Clasen 2006-04-24 17:53:32 +00:00 committed by Matthias Clasen
parent 96d37bc2ee
commit f202996105
4 changed files with 13 additions and 23 deletions

View File

@ -1,5 +1,7 @@
2006-04-24 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkpapersize.sgml: Additions.
* gtk/gtk-sections.txt: Add new api.
* gtk/Makefile.am (HTML_IMAGES): Add new stock icons.

View File

@ -3976,21 +3976,6 @@ GTK_RADIO_TOOL_BUTTON_GET_CLASS
gtk_radio_tool_button_get_type
</SECTION>
<SECTION>
<FILE>gtkrichtext</FILE>
<TITLE>GtkRichtText</TITLE>
GtkRichTextSerializeFunc
GtkRichTextDeserializeFunc
gtk_rich_text_register_serialize_format
gtk_rich_text_register_deserialize_format
gtk_rich_text_unregister_serialize_format
gtk_rich_text_unregister_deserialize_format
gtk_rich_text_get_serialize_formats
gtk_rich_text_get_deserialize_formats
gtk_rich_text_serialize
gtk_rich_text_deserialize
</SECTION>
<SECTION>
<FILE>gtktoggletoolbutton</FILE>
<TITLE>GtkToggleToolButton</TITLE>

View File

@ -1,4 +1,8 @@
#include <gtk/gtk.h>
#include <gtk/gtkprintunixdialog.h>
#include <gtk/gtkpagesetupunixdialog.h>
#include <gtk/gtkprinter.h>
#include <gtk/gtkprintjob.h>
gtk_about_dialog_get_type
gtk_accel_group_get_type

View File

@ -28,7 +28,6 @@ Printing support has been added in GTK+ 2.10.
#GtkPageSetup
</para>
<!-- ##### SECTION Stability_Level ##### -->
@ -50,49 +49,49 @@ Printing support has been added in GTK+ 2.10.
<!-- ##### MACRO GTK_PAPER_NAME_A3 ##### -->
<para>
Name for the A4 paper size.
</para>
<!-- ##### MACRO GTK_PAPER_NAME_A4 ##### -->
<para>
Name for the A4 paper size.
</para>
<!-- ##### MACRO GTK_PAPER_NAME_A5 ##### -->
<para>
Name for the A5 paper size.
</para>
<!-- ##### MACRO GTK_PAPER_NAME_B5 ##### -->
<para>
Name for the B5 paper size.
</para>
<!-- ##### MACRO GTK_PAPER_NAME_LETTER ##### -->
<para>
Name for the Letter paper size.
</para>
<!-- ##### MACRO GTK_PAPER_NAME_EXECUTIVE ##### -->
<para>
Name for the Executive paper size.
</para>
<!-- ##### MACRO GTK_PAPER_NAME_LEGAL ##### -->
<para>
Name for the Legal paper size.
</para>