search for: wxwxwidgets_major_version

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

2007 May 04
0
[1002] trunk/wxruby2/swig/RubyConstants.i: Add VERSION constants from wxWidgets
...// </span><span class="lines">@@ -37,7 +38,14 @@ </span><span class="cx"> </span><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><sp...