search for: wxmask

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

Did you mean: wmask
2006 Dec 23
0
[798] trunk/wxruby2/swig/classes/Bitmap.i: Prevent Mask on Bitmap from being GC''d and causing double-free (bug #6808)
...gt;<span class="cx"> %ignore Create(void* data , int type , int width , int height , int depth = -1) ; </span><span class="cx"> %ignore wxBitmap::SetPalette; </span><span class="cx"> </span><ins>+%apply SWIGTYPE *DISOWN { wxMask* mask }; + </ins><span class="cx"> %{ </span><span class="cx"> #include <wx/image.h> </span><span class="cx"> %} </span></span></pre> </div> </div> </body> </html>
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
These patches better implement ArtProvider and add the demo for it. I also expanded the bigdemo window a little bit. I really think we should go larger but I suppose there might be some people at 800x600 still. Note that creating your own art provider still doesn''t quite work correctly. I didn''t have time to get into that. The RubyConstants.i.patch file looks weird. Not