File: port13.htm

package info (click to toggle)
wxwin2-doc 2.01-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,540 kB
  • ctags: 5,968
  • sloc: cpp: 15,157; makefile: 434; sh: 6
file content (14 lines) | stat: -rw-r--r-- 804 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<HTML>
<head><title>Backward compatibility</title></head>

<BODY BGCOLOR=#FFFFFF>
<A NAME="compat"></A><CENTER>
<A HREF="port.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="port.htm"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="port12.htm#topic4"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="port14.htm#quickreference"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>

<H2>Backward compatibility</H2>
<P>
Some wxWindows 1.xx functionality has been left to ease the transition to 2.0. This functionality
(usually) only works if you compile with WXWIN_COMPATIBILITY set to 1 in setup.h.<P>
Mostly this defines old names to be the new names (e.g. wxRectangle is defined to be wxRect).<P>

</BODY></HTML>