[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Wxruby-dev] Building on OS X...SUCCESS!
From: |
Kevin Smith |
Subject: |
Re: [Wxruby-dev] Building on OS X...SUCCESS! |
Date: |
04 Jul 2003 14:01:28 -0700 |
On Fri, 2003-07-04 at 06:20, Richard Kilmer wrote:
> It looks like you did not patch the fontdialog.cpp file
For fontdialog, there is already code in wx/fontdlg.h that is supposed
to conditionally decide whether to use the generic version or not. On
certain platforms, it does #define wxFontDialog wxGenericFontDialog
Unfortunately, it doesn't do that for OS X. At the top of fontdialog.cpp
I tried to trick it into using the generic version. Did you try
compiling it, or just do a visual comparison?
> and there was one thing not handled in region.cpp.
Oops. I've changed it now.
Kevin