]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/apptrait.h
make it possible to associate context help text with individual radiobox items
[wxWidgets.git] / include / wx / msw / apptrait.h
index a85f992051d7429ae292f93c37b33699bf53a4cc..55e0cf3e2763304b4e8f5e44e4106d1605ad2a14 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     21.06.2003
 // RCS-ID:      $Id$
-// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
+// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -36,6 +36,7 @@ public:
     virtual void AfterChildWaitLoop(void *data);
 
     virtual bool DoMessageFromThreadWait();
+    virtual wxToolkitInfo& GetToolkitInfo();
 };
 
 #endif // wxUSE_GUI