search for: imaglist

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

Did you mean: imagelist
2007 May 04
0
[1007] trunk/wxruby2/swig: Fixed Wx::Image#scale and rescale signature, also added needed constants.
...#include <wx/artprov.h> </span><span class="cx"> #include <wx/calctrl.h> </span><span class="cx"> #include <wx/treebase.h> </span><ins>+#include <wx/image.h> </ins><span class="cx"> #include <wx/imaglist.h> </span><span class="cx"> #include <wx/laywin.h> </span><span class="cx"> #include <wx/imagbmp.h> </span><span class="lines">@@ -2120,7 +2121,17 @@ </span><span class="cx"> wxBMP_1BPP_BW...
2006 Mar 28
3
ListItem patches
Hi Attached, patches to implement ListItem. This class, in wxruby 0.6.0, allows styling of individual items in a ListCtrl, via a particularly clunky API. In disambiguating the overloaded ListCtrl#set_item method it introduces one non backwards-compatible change. I''ve followed the WxPython convention as described in the Wx class ref, renaming set_item(index, col, string, imageid) to