search for: gdiimage

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

Did you mean: gdimage
2007 Jan 06
0
[833] trunk/wxruby2/swig/classes: Fix the inheritance chain of wxIcon (varies cross-platform)
...t "include/wxGDIObject.h" </span><del>-// the following might eventually be helpful for MSWin? </del><ins>+ +// inheritance pattern is slightly different across platforms +// GTK: Icon < Bitmap < GDIOBject +// OS X: Icon < GDIObject +// Windows: Icon < GDIImage < GDIObject (no public class GDIImage) +#if defined(__WXGTK__) +%import "include/wxBitmap.h" +#endif + +// #if defined(__WXMSW__) </ins><span class="cx"> // %import "include/wxGDIImage.h" </span><del>-// the following works on GTK but not MS...