1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<HTML>
<head><title>What is wxWindows?</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="topic1"></A><CENTER>
<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx2.htm#introduction"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx2.htm#introduction"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx4.htm#topic2"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>What is wxWindows?</H2>
<P>
wxWindows is a C++ framework providing GUI (Graphical User
Interface) and other facilities on more than one platform. Version 2.0 currently
supports MS Windows (16-bit, Windows 95 and Windows NT), Unix with GTK+, and Unix with Motif.
A Mac port is in an advanced state.<P>
wxWindows was originally developed at the Artificial Intelligence
Applications Institute, University of Edinburgh, for internal use.
wxWindows has been released into the public domain in the hope
that others will also find it useful. Version 2.0 is written and
maintained by Julian Smart, Robert Roebling and others.<P>
This manual discusses wxWindows in the context of multi-platform
development.<P>
Please note that in the following, "MS Windows" often refers to all
platforms related to Microsoft Windows, including 16-bit and 32-bit
variants, unless otherwise stated. All trademarks are acknowledged.<P>
</BODY></HTML>
|