search for: wxwxwidgets_release_number

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

2007 May 04
0
[1002] trunk/wxruby2/swig/RubyConstants.i: Add VERSION constants from wxWidgets
...<span class="cx"> %} </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"> //** ---------------------------...