]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/menu.h
Work on wxEdit sample.
[wxWidgets.git] / include / wx / os2 / menu.h
index 4a0baba04b8e709104f3fcee5271114a9fd1013c..fa781ad66728e4ffc79820f9f90fe001f88fc2a3 100644 (file)
@@ -141,6 +141,11 @@ private:
                           ,size_t      nPos = (size_t)-1
                          );
 
+    //
+    // Terminate the current radio group, if any
+    //
+    void EndRadioGroup(void);
+
     //
     // If TRUE, insert a breal before appending the next item
     //
@@ -156,6 +161,11 @@ private:
     //
     static USHORT                          m_nextMenuId;
 
+    //
+    // The position of the first item in the current radio group or -1
+    //
+    int                             m_nStartRadioGroup;
+
 #if wxUSE_ACCEL
     //
     // The accelerators for our menu items