]>
git.saurik.com Git - wxWidgets.git/blob - contrib/utils/convertrc/rc2wxr.h
1 // wxHandleWXR.h: interface for the wxHandleWXR class.
3 //////////////////////////////////////////////////////////////////////
11 class rc2wxr
: public wxObject
16 void Convert(wxString wxrfile
, wxString rcfile
);
24 void ParseDialog(wxString dlgname
);
26 void ParseStaticText();
28 void ParsePushButton();
29 bool Seperator(int ch
);
31 void ReadRect(int & x
, int & y
, int & width
, int & height
);
33 wxString
GetQuoteField();
34 void ReadChar(int &ch
);
36 void ParseMenu(wxString name
);
37 void ParsePopupMenu();
39 void ParseControlMS();
40 void ParseSlider(wxString label
, wxString varname
);
41 void ParseProgressBar(wxString label
, wxString varname
);
42 bool ReadOrs(wxString
& w
);
43 void ParseCtrlButton(wxString label
, wxString varname
);