]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/apptrait.h
Use wxUSE_* flags for new animation code.
[wxWidgets.git] / include / wx / apptrait.h
index 1de2cfea7d464f58267a4fbd8398cb9575a73887..3aa0e293ab48010a5281424a0f2ff5d603bcc224 100644 (file)
@@ -110,7 +110,8 @@ public:
     virtual GSocketGUIFunctionsTable* GetSocketGUIFunctionsTable() = 0;
 #endif
 
-    // return information about the (native) toolkit currently used;
+    // return information about the (native) toolkit currently used and its
+    // runtime (not compile-time) version.
     // returns wxPORT_BASE for console applications and one of the remaining
     // wxPORT_* values for GUI applications.
     virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const = 0;