Motif: made file selector and message box properly take on background colour.
Initialised a member variable in wxDC, so e.g. bombs sample now works and splitter displays something. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -233,6 +233,7 @@ platforms that don't support it, a normal-sized title bar is displayed.
|
||||
small a wxWindows application as you can get.
|
||||
<li><a href="../../samples/nativdlg">nativdlg</a>: shows how wxWindows can load a standard Windows
|
||||
dialog resource, translating the controls into wxWindows controls (Windows only).
|
||||
<li><a href="../../samples/nettest">nettest</a>: wxDialUpManager demo.
|
||||
<li><a href="../../samples/notebook">notebook</a>: shows the wxNotebook (tabbed window) control.
|
||||
<li><a href="../../samples/oleauto">oleauto</a>: a little OLE automation controller (Windows only; requires
|
||||
Excel to be present).
|
||||
|
@@ -177,8 +177,8 @@ make install
|
||||
ldconfig
|
||||
exit
|
||||
|
||||
NB: DO NOT COMPILE WXGTK WITH GCC AND THREADS, SINCE ALL PROGRAMS WILL CRASH UPON
|
||||
START-UP! Just always use egcs and be happy.
|
||||
NB: DO NOT COMPILE WXGTK WITH GCC AND THREADS, SINCE ALL PROGRAMS WILL
|
||||
CRASH UPON START-UP! Just always use egcs and be happy.
|
||||
|
||||
* Building wxMotif on SGI
|
||||
--------------------------
|
||||
@@ -203,7 +203,7 @@ The SGI native compiler support has only been tested on Irix 6.5.
|
||||
|
||||
Usage:
|
||||
./configure options
|
||||
`
|
||||
|
||||
If you want to use system's C and C++ compiler,
|
||||
set environment variables CC and CCC as
|
||||
|
||||
@@ -417,8 +417,9 @@ and configure before you can type make.
|
||||
* Further notes by Julian Smart
|
||||
---------------------------------
|
||||
|
||||
- You may find the following script useful for compiling wxMotif:
|
||||
Make this script executable with the command
|
||||
- You may find the following script useful for compiling wxMotif,
|
||||
especially if installing from zips (which don't preserve file
|
||||
permissions). Make this script executable with the command
|
||||
chmod a+x makewxmotif.
|
||||
|
||||
-------:x-----Cut here-----:x-----
|
||||
@@ -562,5 +563,5 @@ compiler and the error message(s) to the wxwin-developers mailing list at:
|
||||
|
||||
wxwin-developers@wx.dent.med.uni-muenchen.de
|
||||
|
||||
Julian Smart, February 1999.
|
||||
julian.smart@ukonline.co.uk
|
||||
Julian Smart, Robert Roebling and Vadim Zeitlin, November 1999.
|
||||
|
||||
|
@@ -18,6 +18,21 @@ Windows Help form: see the docs hierarchy.
|
||||
For a quick start, point your Web browser at docs/html/index.htm for a list of
|
||||
important documents and samples.
|
||||
|
||||
Changes in this release
|
||||
-----------------------
|
||||
|
||||
These are the major improvements:
|
||||
|
||||
wxWindows 2.1
|
||||
=============
|
||||
|
||||
- Integration of wxHTML widget and help controller into
|
||||
wxWindows. wxHTML allows HTML viewing and printing.
|
||||
- New classes wxChrono, wxDialUpManager, wxFontEnumerator,
|
||||
TODO
|
||||
- wxSocket and wxThread classes rewritten.
|
||||
- Documentation improvements.
|
||||
|
||||
Platforms supported
|
||||
-------------------
|
||||
|
||||
@@ -68,19 +83,37 @@ tex2rtf2.zip Tex2RTF documentation tool
|
||||
wxWindows for GTK distribution
|
||||
------------------------------
|
||||
|
||||
TODO
|
||||
wxGTK-2.x.x.tgz wxGTK source distribution. You will
|
||||
need the HTML and/or PDF documentation
|
||||
from the zip set (above).
|
||||
|
||||
wxWindows for Motif distribution
|
||||
--------------------------------
|
||||
|
||||
TODO
|
||||
wxMotif-2.x.x.tgz wxMotif source distribution. You will
|
||||
need the HTML and/or PDF documentation
|
||||
from the zip set (above).
|
||||
|
||||
wxWindows for Windows distribution
|
||||
----------------------------------
|
||||
|
||||
As well as the core source, the Windows setup contains:
|
||||
|
||||
- Windows Help versions of the documentation (docs/winhelp);
|
||||
- wxGLCanvas (OpenGL integration, in utils/glcanvas);
|
||||
- OGL 3 (Object Graphics Library, in utils/ogl);
|
||||
- wxTreeLayout (for tree drawing, in utils/wxtree);
|
||||
- a Dialog Editor binary;
|
||||
- the JPEG library.
|
||||
|
||||
setup.exe Setup file (Windows 95/98, NT)
|
||||
setup.* Other setup files
|
||||
|
||||
wxWindows for Mac distribution
|
||||
------------------------------
|
||||
|
||||
TODO
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
@@ -115,7 +148,7 @@ commercial applications using wxWindows.
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
See docs/changes.txt for a history of changes to wxWindows 2.
|
||||
See docs/changes.txt for a detailed history of changes to wxWindows 2.
|
||||
See docs/html/index.htm for an HTML index of the major documents.
|
||||
|
||||
The Windows help files are located in docs/winhelp.
|
||||
|
Reference in New Issue
Block a user