def GetAppName(self):
val = wxpc.wxPyApp_GetAppName(self.this)
return val
+ def GetAuto3D(self):
+ val = wxpc.wxPyApp_GetAuto3D(self.this)
+ return val
def GetClassName(self):
val = wxpc.wxPyApp_GetClassName(self.this)
return val
def SetAppName(self,arg0):
val = wxpc.wxPyApp_SetAppName(self.this,arg0)
return val
+ def SetAuto3D(self,arg0):
+ val = wxpc.wxPyApp_SetAuto3D(self.this,arg0)
+ return val
def SetClassName(self,arg0):
val = wxpc.wxPyApp_SetClassName(self.this,arg0)
return val
wxSAVE = wxpc.wxSAVE
wxHIDE_READONLY = wxpc.wxHIDE_READONLY
wxOVERWRITE_PROMPT = wxpc.wxOVERWRITE_PROMPT
+wxACCEL_ALT = wxpc.wxACCEL_ALT
+wxACCEL_CTRL = wxpc.wxACCEL_CTRL
+wxACCEL_SHIFT = wxpc.wxACCEL_SHIFT
ERR_PARAM = wxpc.ERR_PARAM
ERR_NODATA = wxpc.ERR_NODATA
ERR_CANCEL = wxpc.ERR_CANCEL
#----------------------------------------------------------------------------
#
# $Log$
-# Revision 1.3 1998/08/14 23:36:49 RD
-# Beginings of wxGTK compatibility
+# Revision 1.4 1998/08/15 07:36:54 RD
+# - Moved the header in the .i files out of the code that gets put into
+# the .cpp files. It caused CVS conflicts because of the RCS ID being
+# different each time.
+#
+# - A few minor fixes.
#
# Revision 1.1 1998/08/09 08:25:49 RD
# Initial version