Displaying 2 results from an estimated 2 matches for "getimagelist".
2007 Jun 27
0
[1089] trunk/wxruby2/swig/classes/TreeCtrl.i: Hide missing method call in TreeCtrl on Win32
...="cx">         // First check if there''s ImageLists and mark if found
</span><span class="cx">         img_list = tree_ctrl->GetImageList();
</span><span class="cx">         if ( img_list ) rb_gc_mark(SWIG_RubyInstanceFor(img_list));
</span><ins>+#if !defined(__WXMSW__)
</ins><span class="cx">   &...
2007 Jun 05
0
[1046] trunk/wxruby2/swig/classes/TreeCtrl.i: Prevent crashes in TreeCtrl from premature deletion of associated ImageList
...p;nbsp    wxImageList* img_list;
+        // First check if there''s ImageLists and mark if found
+        img_list = tree_ctrl->GetImageList();
+        if ( img_list ) rb_gc_mark(SWIG_RubyInstanceFor(img_list));
+        img_list = tree_ctrl->GetButtonsImageList();
+    &...