]> git.saurik.com Git - wxWidgets.git/commitdiff
Added BCC include dir in XRC makefile
authorJulian Smart <julian@anthemion.co.uk>
Sun, 1 Jun 2003 12:34:12 +0000 (12:34 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 1 Jun 2003 12:34:12 +0000 (12:34 +0000)
Typo correction in app.tex

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/xrc/makefile.b32
docs/latex/wx/app.tex
docs/publicity/slogans.txt
docs/toback24.txt
samples/minimal/minimal.cpp
src/xrc/makefile.b32

index 8819c5f7ceb609cee5aed7eb7aa345c96fd4dbc7..406072e62a123f36c65616a98d510d9026a4ddfc 100644 (file)
@@ -13,7 +13,7 @@ expat_dir = $(WXDIR)\contrib\src\xrc\expat
 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)
index e54aa88be978145c39f1199280e6bfbdfea837e9..4908d31e6f74ea7e49248b0eefb1841a325bc973 100644 (file)
@@ -130,7 +130,7 @@ manner to refer to the application.
 
 \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.
index 3e4ab7d1bcac38c0454a888b0ab6d1e81ec67bec..1b8e17e620ea474a59940e76ee455ac28655db47 100644 (file)
@@ -113,3 +113,58 @@ words at the bottom.
 
 ============================
 
+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 ;-)
+
+============================
+
+
index 992fd151673c9fe026f0f126c99aafc614cdbb3b..0bddb9270ea4d1624625a715f8e1e694f44cce1f 100644 (file)
@@ -167,11 +167,6 @@ Checking in include/wx/textbuf.h;
 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
index 29ea39bf0d2d5bce88a9e24bbe861a415fc0e2a9..8298169a69f2a31a0770925d7396598748d6cd49 100644 (file)
@@ -103,7 +103,7 @@ END_EVENT_TABLE()
 
 // 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)
index 8819c5f7ceb609cee5aed7eb7aa345c96fd4dbc7..406072e62a123f36c65616a98d510d9026a4ddfc 100644 (file)
@@ -13,7 +13,7 @@ expat_dir = $(WXDIR)\contrib\src\xrc\expat
 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)