Fix window

This commit is contained in:
Joey Yakimowich-Payne 2023-02-16 11:49:55 -07:00
commit 0235f8ba77
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
3 changed files with 2788 additions and 85 deletions

View file

@ -5,6 +5,8 @@
#include "wxext/window_ext.h"
%}
%ignore wxWindowListExt;
%import "object.i"
%import "string.i"
%import "validate.i"

View file

@ -943,7 +943,7 @@ typedef short int WXTYPE;
/* Macro to cut down on compiler warnings. */
#if 1 /* there should be no more any compilers needing the "#else" version */
#define WXUNUSED(identifier) /* identifier */
#define WXUNUSED(identifier) identifier
#else /* stupid, broken compiler */
#define WXUNUSED(identifier) identifier
#endif

File diff suppressed because one or more lines are too long