Displaying 2 results from an estimated 2 matches for "set_bitmap_focus".
2007 Mar 18
0
[893] branches/wxruby2/wxwidgets_282: New hover bitmap methods in 2.6 -> 2.8 API
...n class="cx"> * "BitmapButton#get_bitmap_selected":#BitmapButton_getbitmapselected
</span><span class="cx"> * "BitmapButton#set_bitmap_disabled":#BitmapButton_setbitmapdisabled
</span><span class="cx"> * "BitmapButton#set_bitmap_focus":#BitmapButton_setbitmapfocus
</span><ins>+* "BitmapButton#set_bitmap_hover":#BitmapButton_setbitmaphover
</ins><span class="cx"> * "BitmapButton#set_bitmap_label":#BitmapButton_setbitmaplabel
</span><span class="cx">...
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...w(180,30), Size.new(140,30) )
</span><span class="lines">@@ -409,11 +387,8 @@
</span><span class="cx">
</span><span class="cx"> # bmpBtn.set_bitmap_selected(bmp2)
</span><span class="cx"> # bmpBtn.set_bitmap_focus(bmp3)
</span><del>-
-if !(RUBY_PLATFORM =~ /darwin/)
- ToggleButton.new(panel, ID_BUTTON_LABEL,
- "&Toggle label", Point.new(250, 20))
-end
</del><ins>+ ToggleButton.new(panel, ID_BUTTON_LABEL,
+...