search for: get_bitmap

Displaying 11 results from an estimated 11 matches for "get_bitmap".

Did you mean: set_bitmap
2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
...ovider(MyProvider.new) </ins><span class="cx"> </span><span class="cx"> </span><del>-There''s another way of taking advantage of this class: you can use it in your code and use -platform native icons as provided by "ArtProvider#get_bitmap":artprovider.html#ArtProvider_getbitmap or -"ArtProvider#get_icon":artprovider.html#ArtProvider_geticon (NB: this is not yet really -possible as of Widgets 2.3.3, the set of ArtProvider bitmaps is too -small). </del><ins>+There''s another way of taking advantage...
2008 Mar 07
9
copy & paste event
hi. now I have problem about copy and paste text in my application I make copy and paste button in toolbar and I have fuction of them but I don''t know how to make it can copy only selection text and paste into other textCtrl. see my picture for more info. thank you :) Attachments: http://www.ruby-forum.com/attachment/1526/untitled.JPG -- Posted via http://www.ruby-forum.com/.
2007 May 04
0
[1006] trunk/wxruby2/samples/bigdemo/wxArtProvider.rbw: ok method name changed to is_ok
...;<span class="cx"> end </span><span class="cx"> bmp </span><span class="lines">@@ -229,7 +229,7 @@ </span><span class="cx"> </span><span class="cx"> bmp = Wx::ArtProvider.get_bitmap(@artid, @client, Wx::Size.new(16,16)) </span><span class="cx"> </span><del>- if not bmp.ok </del><ins>+ if not bmp.is_ok </ins><span class="cx"> bmp = Wx::Bitmap.new(16,16) </span><span class=&qu...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...Wx::ID_ANY, + Wx::DEFAULT_POSITION, + Wx::DEFAULT_SIZE, + Wx::TB_FLAT|Wx::TB_NODIVIDER) + tb1.set_tool_bitmap_size( Wx::Size.new(48,48) ) + tb1.add_tool( 101, "Test", + Wx::ArtProvider::get_bitmap(Wx::ART_ERROR) ) + tb1.add_separator + tb1.add_tool( 102, "Test", + Wx::ArtProvider::get_bitmap(Wx::ART_QUESTION) ) + tb1.add_tool( 103, "Test", + Wx::ArtProvider::get_bitmap(Wx::ART_INFORMATION) ) + tb1.add_tool( 103, "Test&q...
2007 Jul 04
0
[1103] trunk/wxruby2: Added 2.8 methods to StaticBitmap & document them; cleanup header file
...;lines">@@ -38,7 +38,9 @@ </span><span class="cx"> * "StaticBitmap.new":#StaticBitmap_new </span><span class="cx"> * "StaticBitmap#create":#StaticBitmap_create </span><span class="cx"> * "StaticBitmap#get_bitmap":#StaticBitmap_getbitmap </span><ins>+* "StaticIcon#get_icon":#StaticBitmap_geticon </ins><span class="cx"> * "StaticBitmap#set_bitmap":#StaticBitmap_setbitmap </span><ins>+* "StaticIcon#set_icon":#StaticBitmap_seticon...
2006 Sep 13
2
RubyConstants.i.patch
This patch fixes up two problems with ArtProvider constants and fixes a small typo. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
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 Jan 06
0
[839] trunk/wxruby2/doc/textile/bitmapdataobject.txtl: Add methods listing; remove virtual function refs
...bjectsimple.html </ins><span class="cx"> </span><del>-h2. Virtual functions to override </del><ins>+"DataObject":dataobject.html </ins><span class="cx"> </span><del>-This class may be used as is, but -"get_bitmap":#BitmapDataObject_getbitmap may be overridden to increase -efficiency. </del><ins>+h2. Methods </ins><span class="cx"> </span><del>-h2. Derived from </del><ins>+<div id="methods"> </ins><span class="cx&qu...
2006 Apr 17
4
Quick status report
...until next weekend :-( Tonight''s frustration was with wxART_INFORMATION. It''s sort of a wxArtID and sort of a wxString. I finally(!) got the generated C++ code to look pretty good, but it segfaults deep within the wx code. So for now I plan to disable wxArtProvider#get_icon and #get_bitmap, and comment those calls out in the controls.rb sample. One other quirk: In bigdemo, my splitter is stuck at the top of the right pane. I think I saw this before (months ago), and can''t remember what caused it. I think I found a solution back then. If anyone knows the answer, it will save...
2007 Jul 25
11
taskbaricon
Salut alex, j''ai un petit souci. quand j''utilise "demotaskbaricon" avec traducteur-wxruby, que j''ouvre mon application(donc l''icone apparaƮt dans la barre de lancement rapide) et que je ferme mon application, l''icone disparaƮt tout de suite. Mais quand je l''utilise avec l''exemple Wizard et que je ferme mon application
2007 Jun 05
0
[1051] trunk/wxruby2/samples/aui/aui.rb: Changed assign_image_list to set_image_list.
...50) +++ trunk/wxruby2/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_...