search for: wx_declare_voidptr_hash_map

Displaying 2 results from an estimated 2 matches for "wx_declare_voidptr_hash_map".

2006 Dec 26
0
[804] trunk/wxruby2/swig: Initialise stock colours (eg Wx::RED), pens and brushes when wxruby2 is
...t;cx"> #include <wx/gdicmn.h> </span><span class="cx"> #include <wx/image.h> </span><span class="cx"> </span><ins>+#include <wx/filesys.h> +#include <wx/fs_zip.h> + </ins><span class="cx"> WX_DECLARE_VOIDPTR_HASH_MAP(VALUE,GcHashMap); </span><span class="cx"> WX_DECLARE_VOIDPTR_HASH_MAP(bool,DeletedHashMap); </span><span class="cx"> </span><span class="lines">@@ -56,16 +59,27 @@ </span><span class="cx"> </span><sp...
2007 May 21
0
[1024] trunk/wxruby2/swig: Memory mgmt: defs and implementation of new memory management; strip
...nclude <wx/image.h> </span><span class="cx"> </span><span class="cx"> #include <wx/filesys.h> </span><span class="cx"> #include <wx/fs_zip.h> </span><span class="cx"> </span><del>-WX_DECLARE_VOIDPTR_HASH_MAP(VALUE,GcHashMap); -WX_DECLARE_VOIDPTR_HASH_MAP(bool,DeletedHashMap); </del><ins>+extern "C" void Init_wxRubyEventTypes(); </ins><span class="cx"> </span><del>-static GcHashMap GcHash; -static DeletedHashMap DeletedHash; -static VALUE GcRubyHa...