SWIGged updates for wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-07-02 17:14:32 +00:00
parent 7027757362
commit 9f873a51d3
3 changed files with 144 additions and 36 deletions

View File

@@ -1113,6 +1113,12 @@ wxLogStatusFrame = misc2c.wxLogStatusFrame
wxLogSysError = misc2c.wxLogSysError
wxLogTrace = misc2c.wxLogTrace
wxLogTraceMask = misc2c.wxLogTraceMask
wxLogGeneric = misc2c.wxLogGeneric
wxSafeShowMessage = misc2c.wxSafeShowMessage
wxExecute = misc2c.wxExecute
@@ -1312,6 +1318,14 @@ wxLOG_Debug = misc2c.wxLOG_Debug
wxLOG_Trace = misc2c.wxLOG_Trace
wxLOG_Progress = misc2c.wxLOG_Progress
wxLOG_User = misc2c.wxLOG_User
wxTRACE_MemAlloc = misc2c.wxTRACE_MemAlloc
wxTRACE_Messages = misc2c.wxTRACE_Messages
wxTRACE_ResAlloc = misc2c.wxTRACE_ResAlloc
wxTRACE_RefCount = misc2c.wxTRACE_RefCount
wxTraceMemAlloc = misc2c.wxTraceMemAlloc
wxTraceMessages = misc2c.wxTraceMessages
wxTraceResAlloc = misc2c.wxTraceResAlloc
wxTraceRefCount = misc2c.wxTraceRefCount
wxEVT_END_PROCESS = misc2c.wxEVT_END_PROCESS
wxEXEC_ASYNC = misc2c.wxEXEC_ASYNC
wxEXEC_SYNC = misc2c.wxEXEC_SYNC