Displaying 1 result from an estimated 1 matches for "this_should_never_be_called".
[707] trunk/wxruby2/swig/classes/Window.i: Window-paint method now implemented in Ruby (Alex Fenton)
2006 Oct 22
0
[707] trunk/wxruby2/swig/classes/Window.i: Window-paint method now implemented in Ruby (Alex Fenton)
...nbsp// TODO: Find a way to eliminate this weird hack
-        // It causes swig to define SWIGTYPE_p_wxPaintDC
-        // which is needed by our paint() method
- VALUE this_should_never_be_called(wxPaintDC *tmp) {
-         return Qnil;
- }
-
- VALUE paint()
- {
-         wxWindow *ptr = self;
-      ...