search for: this_should_never_be_called

Displaying 1 result from an estimated 1 matches for "this_should_never_be_called".

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 -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// It causes swig to define SWIGTYPE_p_wxPaintDC -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// which is needed by our paint() method - VALUE this_should_never_be_called(wxPaintDC *tmp) { -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp return Qnil; - } - - VALUE paint() - { -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp wxWindow *ptr = self; -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp...