- void ParseListBox();
- void ParseStaticText();
- void ParseTextCtrl();
- void ParsePushButton();
- bool Seperator(int ch);
- void ParseGroupBox();
- void ReadRect(int & x, int & y, int & width, int & height);
- wxString GetToken();
+ void ParseListBox(wxString varname);
+ void ParseStaticText(wxString phrase,wxString varname);
+ void ParseTextCtrl(wxString varname);
+ void ParseRadioButton(wxString phrase,wxString varname);
+ void ParseCheckBox(wxString phrase,wxString varname);
+ void ParsePushButton(wxString phrase, wxString varname);
+ bool Separator(int ch);
+ void ParseGroupBox(wxString phrase, wxString varname);
+ bool ReadRect(int & x, int & y, int & width, int & height);
+ wxString GetToken(bool *listseparator = 0);