gecko-dev/cmd/xfe/XfeWidgets
ramiro%netscape.com 772e4db56c Many cpp's do not like "#ifdef 0" (it's illegal in strict ANSI C I suspect),
including HP-UX's ANSI C. Line 1633 of cmd/xfe/XfeWidgets/Xfe/Pane.c uses
"#ifdef 0" - it should be "#if 0" of course. HP's ANSI C refuses to compile
this file without it being fixed.
Thanks to rkl@connect.org.uk for pointing this out.
1998-09-09 09:09:00 +00:00
..
icons Free the lizard 1998-03-28 02:44:41 +00:00
tests Use real XtCallbacks instead of a hack. 1998-09-08 12:22:21 +00:00
utils add ad2c in a shared location 1998-05-03 11:49:07 +00:00
Xfe Many cpp's do not like "#ifdef 0" (it's illegal in strict ANSI C I suspect), 1998-09-09 09:09:00 +00:00
XfeBm AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
XfeCaption AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
XfeComboBox Fix EXPORTS. 1998-08-26 06:32:25 +00:00
XfeTest AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
XfeToolTip Use real XtCallbacks instead of a hack. 1998-09-08 12:22:21 +00:00
Makefile First step in moving the tooltip insanity out of the xfe and onto its own 1998-08-26 05:59:32 +00:00
Makefile.in First step in moving the tooltip insanity out of the xfe and onto its own 1998-08-26 05:59:32 +00:00
XfeWidgets.mk Add tool tips. 1998-08-14 03:19:24 +00:00