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:
Julian Smart
1999-10-26 15:16:29 +00:00
parent adc6fb165a
commit ee1aaf9996
6 changed files with 85 additions and 29 deletions

View File

@@ -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.