Document GdkScreen.

* gdk/tmpl/windows.sgml: Document GdkScreen.

	* gtk/gtk-sections.txt: Move a few Class structs to Standard sections.

	* gtk/tmpl/gtktreemodel.sgml, gtk/tmpl/gtkprogress.sgml,
	gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: Generate proper
	markup for format strings in examples, also fix an oversight in
	the GtkTreeModel example.  (#74213)
This commit is contained in:
Matthias Clasen
2002-03-12 00:20:02 +00:00
parent 57c31b5000
commit 7788a6a702
7 changed files with 85 additions and 30 deletions

View File

@ -1,5 +1,16 @@
2002-03-12 Matthias Clasen <maclas@gmx.de>
* gdk/tmpl/windows.sgml: Document GdkScreen.
* gtk/gtk-sections.txt: Move a few Class structs to Standard sections.
2002-03-11 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtktreemodel.sgml, gtk/tmpl/gtkprogress.sgml,
gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: Generate proper
markup for format strings in examples, also fix an oversight in
the GtkTreeModel example. (#74213)
* gtk/gtk.types: Add interfaces to get docs on their signals.
Sat Mar 9 13:00:38 2002 Jonathan Blandford <jrb@redhat.com>