XMLPARSEDIR = $(expat_dir)\xmlparse
XMLTOKDIR = $(expat_dir)\xmltok
-EXPAT_DEFS=-I$(expat_dir)\xmlparse -I$(expat_dir)\xmltok
+EXPAT_DEFS=-I$(expat_dir)\xmlparse -I$(expat_dir)\xmltok -I$(BCCDIR)\include
EXPAT_OBJECTS=xmltok.obj xmlrole.obj xmlparse.obj
EXTRACPPFLAGS=$(wxLIBXMLDIR) $(EXPAT_DEFS)
\membersection{wxApp::GetExitOnFrameDelete}\label{wxappgetexitonframedelete}
-\constfunc{bool}{GetExitFrameOnDelete}{\void}
+\constfunc{bool}{GetExitOnFrameDelete}{\void}
Returns true if the application will exit when the top-level window is deleted, false
otherwise.
============================
+wxWindows: Write it once and for all.
+
+Matt Gregory <msgregory@earthlink.net>
+
+============================
+
+
+At front:
+
+ Need an API?
+ <wxWindows>
+ and get THE API
+
+ C++, Python, Basic, Lua ...
+
+At back
+
+ <windows> OR <linux> OR <mac> ?
+ <wxWindows> is
+ <windows> AND <linux> AND <mac>
+
+where <xxxxx> is the respective logo
+
+Manuel Martin <mmartin@ceyd.es>
+
+============================
+
+
+Kevin Ollivier wrote:
+How about this for a t-shirt slogan?
+
+One API to rule them all, one API to hide them
+One API to bridge them all and in the compiler bind them.
+
+wxWindows
+
+How about "and in the linker bind them"? That's where the local libraries
+get bound to the wxWindows code anyway.
+
+============================
+
+Hugh Gibson wrote:
+> > Perhaps a head shot of a Maori with full face tattoo and the
+> > slogan "Go native"?
+>
+> Perhaps the "tattoos" could be various representations of a common
+> window control in different operating systems to emphasise the
+> native look and feel.
+
+Nice idea. But I wonder where you'll find some volunteer willing to
+have his face tattooed with win32 common controls ;-)
+
+============================
+
+
new revision: 1.8; previous revision: 1.7
-19. Add wxFileConfig bug fix, marked by <JACS>...</JACS> in Parse().
-This prevents mungeing of the config file after reading in
-entries (say, just one entry in one group), then adding entries
-to a different group.
-
20. Bug fix for clicking on a panel not giving focus to it:
http://sf.net/tracker/?func=detail&aid=215436&group_id=9863&atid=109863
// Create a new application object: this macro will allow wxWindows to create
// the application object during program execution (it's better than using a
-// static object for many reasons) and also declares the accessor function
+// static object for many reasons) and also implements the accessor function
// wxGetApp() which will return the reference of the right type (i.e. MyApp and
// not wxApp)
IMPLEMENT_APP(MyApp)
XMLPARSEDIR = $(expat_dir)\xmlparse
XMLTOKDIR = $(expat_dir)\xmltok
-EXPAT_DEFS=-I$(expat_dir)\xmlparse -I$(expat_dir)\xmltok
+EXPAT_DEFS=-I$(expat_dir)\xmlparse -I$(expat_dir)\xmltok -I$(BCCDIR)\include
EXPAT_OBJECTS=xmltok.obj xmlrole.obj xmlparse.obj
EXTRACPPFLAGS=$(wxLIBXMLDIR) $(EXPAT_DEFS)