search for: art_normal_fil

Displaying 4 results from an estimated 4 matches for "art_normal_fil".

Did you mean: art_normal_file
2007 Jun 05
0
[1051] trunk/wxruby2/samples/aui/aui.rb: Changed assign_image_list to set_image_list.
...ruby2/samples/aui/aui.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-06-05 22:22:14 UTC (rev 1051) </span><span class="lines">@@ -1165,7 +1165,7 @@ </span><span class="cx"> img_list.add( Wx::ArtProvider::get_bitmap( Wx::ART_NORMAL_FILE, </span><span class="cx"> Wx::ART_OTHER, </span><span class="cx"> Wx::Size.new(16, 16) ) ) </span><del>- tree.assign_image_list(img_list) </...
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
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...ze + + + tb4 = Wx::ToolBar.new( self, Wx::ID_ANY, + Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE, + Wx::TB_FLAT|Wx::TB_NODIVIDER|Wx::TB_HORZ_TEXT) + tb4.set_tool_bitmap_size( Wx::Size.new(16, 16) ) + tb4_bmp1 = Wx::ArtProvider::get_bitmap( Wx::ART_NORMAL_FILE, + Wx::ART_OTHER, + Wx::Size.new(16, 16) ) + tb4.add_tool(101, "Item 1", tb4_bmp1) + tb4.add_tool(101, "Item 2", tb4_bmp1) + tb4.add_tool(101, "Item 3", tb4_bmp1) + tb4...
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...