• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:tt

32 A {\em stable} release of wxWidgets will have an even number for {\tt
33 minor}, e.g. {\tt 2.6.0}.
37 example, you can expect later {\tt 2.6.x.x} releases, such as {\tt 2.6.1}
38 and {\tt 2.6.2} to be backward compatible with their predecessor.
43 for {\tt minor}, for example {\tt 2.7.x.x}. Releases from this branch are
49 stable branch, for example {\tt 2.8.0}. And the process begins again.
66 wxWidgets {\tt 2.6.0} then it should also compile fine with all later {\tt
69 using {\tt 2.6.1} your program will compile fine with wxWidgets {\tt 2.6.0}
70 providing you don't use any {\tt 2.6.1} specific features.
75 Between minor versions, for example between {\tt 2.2.x}, {\tt 2.4.x} and {\tt
86 By default the {\tt WXWIN\_COMPATIBILITY{\it \_X\_X}} macro is set
88 in {\tt 2.6.x} {\tt WXWIN\_COMPATIBILITY\_2\_4 = 1}. For the next earlier
89 stable branch the default is 0, so {\tt WXWIN\_COMPATIBILITY\_2\_2 = 0}
90 for {\tt 2.6.x}. Earlier than that, obsolete features are removed.
92 These macros can be changed in {\tt setup.h}. Or on UNIX-like systems you can
93 set them using the {\tt --disable-compat24} and {\tt --enable-compat22}
94 options to {\tt configure}.
99 \item Changing {\tt WXWIN\_COMPATIBILITY\_2\_4} to 0 can be useful to
101 \item Changing {\tt WXWIN\_COMPATIBILITY\_2\_2} to 1 can be useful to
102 compile a program developed using {\tt 2.2.x} that no longer compiles
103 with {\tt 2.6.x}.
120 wxWidgets {\tt 2.6.0}, {\tt 2.6.1} and {\tt 2.6.2}. Since {\tt 2.6.2} is
122 install just wxWidgets {\tt 2.6.2} shared libraries, and all the applications
124 the required versions {\tt 2.6.0}, {\tt 2.6.1} and {\tt 2.6.2} must be
143 compiled with one version of wxWidgets, e.g. {\tt 2.6.1}, continue to work
144 with shared libraries of a later binary compatible version, for example {\tt
148 developer using a later version, e.g. {\tt 2.6.2} to be able to create binary
150 the shared library starting with, for example {\tt 2.6.0}.
158 To help with this, a preprocessor symbol {\tt wxABI\_VERSION} can be defined
162 component, for example {\tt wxABI\_VERSION=20600} for {\tt 2.6.0}.
164 Setting {\tt wxABI\_VERSION} should prevent the application from implicitly
169 Uses of {\tt wxABI\_VERSION} are stripped out of the wxWidgets sources when
173 code compatible with {\tt 2.4.x} using wxWidgets {\tt 2.6.x}.