search for: perh

Displaying 6 results from an estimated 6 matches for "perh".

Did you mean: per
2006 Aug 22
2
TreeEvent patch
Hi Patches to TreeEvent.i and wxTreeEvent.h to implement missing methods (and fix a crasher in bigdemo along the way) Two of the missing methods appeared just to be down to errors in the header file. The other (get_label) works fine - perh a bug in previous versions of SWIG? Methods tested and return correct values on OS X. I could offer a test addition to bigedemo, but this doesn''t feel to me like the right place to add class-specific trial code. I will look to add a treectrl sample, perh just port the old 0.6.0 one. b...
2005 Jul 20
1
wxr2 build error CVS HEAD on OS x
Hi I''m getting a build error with the current cvs HEAD of wxruby-swig. Perh something to do with the unicode changes? OS X 10.3 WxMAC 2.6.0 ruby 1.8.2 thanks alex g++ -c -I/usr/local/lib/wx/include/mac-ansi-release-static-2.6 -I/usr/local/include/wx-2.6 -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -O2 -fno-common -pipe -fno-common -x objectiv...
2006 Sep 27
3
Window.i
Does anyone know if the XRC hand-coded methods in Window.i are still required after my recent change to return the correct types? Also, given that wxWindow.h is included all over the place, I think we need to move some of that stuff out into a common .i that''s included for all wxWindow descendants. Roy
2007 Mar 17
0
[889] branches/wxruby2/wxwidgets_282/swig/shared/control_with_items.i: Ensure SWIG doesn''t generate wrappers for client data methods (Artur Kuptel)
...pan class="cx"> </span><span class="cx"> // First hide the old Wx definitions of these methods - which segfault </span><del>-// TODO - these are not ACTUALLY getting ignored, whether they are -// named by method only or with full class qualification. Perh Swig 1.3.29 bug? -%ignore GetClientData(int n) const; -%ignore GetClientObject(int n) const; -%ignore SetClientObject(int n, wxClientData * data); </del><ins>+%ignore *::GetClientData(int n) const; +%ignore *::GetClientObject(int n) const; +%ignore *::SetClientObject(int n, wxClientDa...
2006 Nov 21
0
[744] trunk/wxruby2: get_data support & mem mgmt to all ControlWithItems types, using more
...Choice, Wx::ComboBox etcxf </ins><span class="cx"> </span><ins>+ +// First hide the old Wx definitions of these methods - which segfault +// TODO - these are not ACTUALLY getting ignored, whether they are +// named by method only or with full class qualification. Perh Swig 1.3.29 bug? +%ignore GetClientData(int n) const; +%ignore GetClientObject(int n) const; +%ignore SetClientObject(int n, wxClientData * data); + </ins><span class="cx"> %{ </span><ins>+ // Returns a ruby object stored as client data + static VALUE wxControlW...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel