]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/control.h
don't duplicate wxItemContainer methods in wxRadioBoxBase, instead extract the common...
[wxWidgets.git] / include / wx / palmos / control.h
index fb8b83cb57b8703c8a51d6f49d44eeff1c8337c0..edc21f7626115978783522b0ff33ba523fcf273d 100644 (file)
@@ -78,7 +78,7 @@ public:
 protected:
     // regardless how deeply we are in wxWidgets hierarchy always get correct form
     FormType* GetParentForm() const;
-    uint16_t GetObjectIndex() const;
+    FormType* GetObjectFormIndex(uint16_t& index) const;
     void* GetObjectPtr() const;
 
     // choose the default border for this window
@@ -111,7 +111,7 @@ protected:
                            const wxString& label,
                            const wxPoint& pos,
                            const wxSize& size,
-                           int groupID = 0);
+                           uint8_t groupID = 0);
     inline bool IsPalmControl() const { return m_palmControl; }
 
     bool PalmCreateField(const wxString& label,