search for: on_combobox

Displaying 2 results from an estimated 2 matches for "on_combobox".

2006 Nov 23
0
[754] trunk/wxruby2/samples/bigdemo: Rubified samples and added in missing client data sample code
..."default value", Wx::Point.new(90,50), Wx::DEFAULT_SIZE, </span><span class="cx"> sampleList, Wx::CB_DROPDOWN) </span><span class="cx"> </span><del>- evt_combobox(cb.get_id()) {|event| on_combobox(event)} - evt_text(cb.get_id()) {|event| on_evt_text(event)} - evt_text_enter(cb.get_id()) {|event| on_evt_text_enter(event)} </del><ins>+ evt_combobox(cb.get_id) {|event| on_combobox(event)} + evt_text(cb.get_id) {|event| on_evt_text(event)} + evt_tex...
2006 Aug 25
3
Patch to wxComboBox.rbw
This patch fixes the sample so it works correctly. You''ll need to patches in the previous e-mail. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users