]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
HKEY -> WXHKEY, wxScrolledWindow::SetScale added
[wxWidgets.git] / include / wx / msw / radiobox.h
index 5cb2077a646e088f225bd514bc76b55fa44f4eb7..ba988b1022563703d8233da086116fa354e5356d 100644 (file)
@@ -5,12 +5,12 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __RADIOBOXH__
-#define __RADIOBOXH__
+#ifndef _WX_RADIOBOX_H_
+#define _WX_RADIOBOX_H_
 
 #ifdef __GNUG__
 #pragma interface "radiobox.h"
@@ -121,6 +121,8 @@ public:
   inline WXHWND *GetRadioButtons(void) const { return m_radioButtons; }
   bool ContainsHWND(WXHWND hWnd) const ;
 
+  long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+
 protected:
   WXHWND *          m_radioButtons;
   int               m_majorDim ;
@@ -134,4 +136,4 @@ protected:
 };
 
 #endif
-    // __RADIOBOXH__
+    // _WX_RADIOBOX_H_