+ // on/off-like controls
+ void SetBoolValue(bool value);
+ bool GetBoolValue() const;
+ void SetIntValue(int val);
+
+ // native labels access
+ void SetFieldLabel(const wxString& label);
+ void SetControlLabel(const wxString& label);
+ wxString GetFieldLabel();
+ wxString GetControlLabel();
+