Displaying 1 result from an estimated 1 matches for "copy_from_icon".
2007 Jun 25
0
[1065] trunk/wxruby2/samples/bigdemo/wxTreeCtrl.rbw: Fix an icon file path issue
...p;nbsp      2007-06-25 17:32:39 UTC (rev 1065)
</span><span class="lines">@@ -72,7 +72,8 @@
</span><span class="cx"> fldropenidx = il.add(bm)
</span><span class="cx"> bm.copy_from_icon(Wx::ArtProvider::get_icon(Wx::ART_FILE_OPEN, Wx::ART_OTHER, isz))
</span><span class="cx"> fileidx = il.add(bm)
</span><del>- smileidx = il.add(Wx::Bitmap.new("./icons/wxwin16x16.xpm"))
</del><ins>+ bmp_file = File.join(F...