search for: spinbutt

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

Did you mean: spinbutton
2007 Jun 23
0
[1061] trunk/wxruby2/swig/classes/EvtHandler.i: Remove a lot of no longer needed includes from EvtHandler.i
...t;../common.i" </span><span class="cx"> </span><del>-%{ -#include <wx/calctrl.h> -#include <wx/choicebk.h> -#include <wx/fdrepdlg.h> -#include <wx/listbook.h> -#include <wx/notebook.h> -#include <wx/grid.h> -#include <wx/spinbutt.h> -#include <wx/treectrl.h> -#include <wx/splitter.h> -#include <wx/listctrl.h> -#include <wx/sashwin.h> -#include <wx/wizard.h> -#include <wx/aui/aui.h> -#ifdef WXSCINTILLA -# include <wx/wxscintilla.h> -#endif -%} - </del><span class=&quot...
2007 Jun 26
0
[1078] trunk/wxruby2: Map evt_spinctrl to SpinEvent instead of CommandEvent; add example to bigdemo
...span class="cx"> </span><span class="cx"> module Demo </span><del>- def Demo.run(frame,nb,log) - win = TestPanel.new(nb, log) - return win - end - - def Demo.overview - "Wx::SpinCtrl combines Wx::TextCtrl and Wx::SpinButton in one control." - end </del><ins>+ def Demo.run(frame,nb,log) + win = TestPanel.new(nb, log) + return win + end + + def Demo.overview + "Wx::SpinCtrl combines Wx::TextCtrl and Wx::SpinButton in one control." + end </ins><span class="cx&q...