some tweaks for wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1998-08-22 19:51:18 +00:00
parent b6a158b04e
commit f57d793249
6 changed files with 73 additions and 41 deletions

View File

@@ -33,8 +33,8 @@
* and things like that.
*
* $Log$
* Revision 1.1 1998/08/19 00:10:01 RD
* GTK version of the SWIG-generated files
* Revision 1.2 1998/08/22 19:50:56 RD
* some tweaks for wxGTK
*
************************************************************************/

View File

@@ -1372,8 +1372,8 @@ class wxApp(wxPyApp):
#----------------------------------------------------------------------------
#
# $Log$
# Revision 1.1 1998/08/19 00:10:03 RD
# GTK version of the SWIG-generated files
# Revision 1.2 1998/08/22 19:50:58 RD
# some tweaks for wxGTK
#
# Revision 1.2 1998/08/18 19:48:12 RD
# more wxGTK compatibility things.