[207] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Doco hints
daemon@ATHENA.MIT.EDU (Jamie Honan)
Mon May 19 23:18:37 1997
From: jhonan@jolt.mpx.com.au (Jamie Honan)
To: gtk-list@redhat.com
Date: Tue, 20 May 1997 13:17:51 +1000 (EST)
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
Someone had trouble with gtkstdmacros in the gtk.texi file in trying
to generate printed pages.
Texinfo doesn't allow macros, apparently you run makeinfo -E.
A quick hack is to move gtk.texi to another name and hack the Makefile
somewhat like:
gtk.texi: gtks.texi
$(MAKEINFO) -I $(srcdir) -E gtk.texi $<
There's sure to be a better way.
The macros.texi file is missing from the stand-alone gtk+970410.tar.gz,
but is in gimp.
With regard to documentation, I hacked some awk scripts to produce a class
heirarchy. If anyone's interested (who is doing gtk doco BTW ?)
I can email it either here or directly to whoever.
Jamie
(Example heirarchy...
GtkProgressBarClass->GtkWidgetClass->GtkObjectClass
GtkDrawingAreaClass->GtkWidgetClass->GtkObjectClass
GtkTreeClass->GtkContainerClass->GtkWidgetClass->GtkObjectClass
GtkVBoxClass->GtkBoxClass->GtkContainerClass->GtkWidgetClass->GtkObjectClass
GtkFileSelectionClass->GtkWindowClass->GtkBinClass->GtkContainerClass->GtkWidgetClass->GtkObjectClass
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null