]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/version.h
Ticket #9592: gtk-choice-setcolumns.2.diff
[wxWidgets.git] / interface / version.h
index 3ead46e5453613b891d448b05749857449d6fb40..d3a15946d322b40a02caed8db707833f22ce8c5f 100644 (file)
 /**
     This is a macro which evaluates to @true if the current wxWidgets version
     is at least major.minor.release.
-    
+
     For example, to test if the program is compiled with wxWidgets 2.2 or
     higher, the following can be done:
-    
+
     @code
         wxString s;
     #if wxCHECK_VERSION(2, 2, 0)