search for: wxrelease_numb

Displaying 1 result from an estimated 1 matches for "wxrelease_numb".

Did you mean: wxrelease_number
2007 May 04
0
[1002] trunk/wxruby2/swig/RubyConstants.i: Add VERSION constants from wxWidgets
...> %} </span><span class="cx"> </span><ins>+// Version numbers from wx/version.h +%constant const int wxWXWIDGETS_MAJOR_VERSION = wxMAJOR_VERSION; +%constant const int wxWXWIDGETS_MINOR_VERSION = wxMINOR_VERSION; +%constant const int wxWXWIDGETS_RELEASE_NUMBER = wxRELEASE_NUMBER; +%constant const int wxWXWIDGETS_SUBRELEASE_NUMBER = wxSUBRELEASE_NUMBER; +// WXWIDGETS_VERSION is defined in lib/wx/version.rb </ins><span class="cx"> </span><ins>+ </ins><span class="cx"> //** --------------------------------------------...