]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/univ/readme.txt
The standalone PyShell and PyCrust apps need to set the focus to the
[wxWidgets.git] / docs / univ / readme.txt
... / ...
CommitLineData
1 wxUniversal README
2 ==================
3
4 Welcome to wxUniversal!
5
6 Acknowledgements: wxUniversal wouldn't have been written without the
7generous support of SciTech Software. Many thanks to Kendall Bennett and
8Tom Ryan!
9
100. Introduction
11---------------
12
13 wxUniversal is a port of wxWindows which implements the various GUI controls
14by drawing them itself (using low level wxWindows classes). Please see
15
16 http://www.wxwindows.org/wxuniv.htm
17
18for more details about it.
19
20 The advantage of wxUniversal is that you have precise control over the
21controls' appearance (it is not always possible to change all aspects of the
22native controls) and the theme support: the same program may be changed to
23look completely differently without changing a single line of its code but
24just changing the theme.
25
26 Another advantage is that it makes writing ports of wxWindows for other
27platforms (such as OS/2, BeOS or QNX) much simpler, so it is of special
28interest to people interested in porting wxWindows to another platform.
29
30 However, wxUniversal doesn't have a 100% native look and feel unlike the
31other wxWindows ports - this is the price to pay for the extra flexibility.
32
331. Requirements and supported platforms
34---------------------------------------
35
36 wxUniversal is used together with another wxWindows port which provides the
37"low level classes" mentioned above. Currently it can be built with wxMSW,
38wxGTK or wxX11. In any case, you should download the sources for the
39appropriate toolkit in addition to wxUniversal - in fact, you should download
40them first and then unpack wxUniversal in the same directory.
41
42 The requirements for wxUniversal are the same as for the underlying low level
43toolkit.
44
452. Installing under Win32
46-------------------------
47
48a) Using Visual C++ 6.0
49
50 Simply open the src/wxUniv.dsw file in DevStudio and build it.
51 Then open the widgetsUniv.dsp file in samples/widgets to build
52 the widgets sample.
53
54b) Cygwin
55
56 Please refer to the Unix section below
57
58c) Other compilers
59
60 Unfortunately we don't have makefiles for any other compilers yet.
61Please contact us if you would like to help us with creating one for the
62compiler you use.
63
64Note that you can use the wxUniversal classes, wxMSW and MicroWindows (from
65Century Software) to build a different variant of wxUniversal than that
66documented here. Please see docs/univ/readme.txt for further information.
67
683. Installing under Unix
69------------------------
70
71Please refer to the installation instructions for wxGTK or wxX11. The only
72change for wxUniversal is that you must add "--enable-universal" switch to
73the configure command line and for wxX11 even this is unnecessary, i.e. it
74is enabled by default.
75
764. Running wxUniv programs
77--------------------------
78
79wxUniv programs all honour the standard option "--theme" which allows to
80specify the theme to be used by name. Currently there are the following
81themes:
82
83a) win32 -- Windows 95 look and feel
84b) metal -- based on win32 but with gradient backgrounds
85c) gtk -- GTK+ 1.x standard look and feel
86
87Thus, to launch a program using gtk theme you may do "./program --theme=gtk".
88
89It is also possible to change the default theme for all wxUniv applications
90at once by setting the environment variable WXTHEME to the theme name.
91
925. Documentation and support
93----------------------------
94
95 Please note that wxUniversal is not as mature as the other wxWindows ports
96and is currently officially in alpha stage. In particular, it is not really
97intended for the end users but rather for developers at the current stage and
98this is why we don't provide any binaries for it.
99
100 There is no separate documentation for wxUniversal, please refer to wxWindows
101documentation instead.
102
103 Support for wxUniversal is available from the same places as for wxWindows
104itself, namely:
105
106* Usenet newsgroup comp.soft-sys.wxwindows
107
108* Mailing lists: see http://lists.wxwindows.org/ for more information
109
110* WWW page: http://www.wxwindows.org/
111
112
113 Hope you find wxUniversal useful!
114
115 Vadim Zeitlin
116
117
118This file is accurate for the version 2.3.3 of wxUniversal. It was last
119modified on Apr 15, 2002.
120