git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32887
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+#include "../sample.xpm"
+
// define this to use wxExecute in the exec tests, otherwise just use system
#define USE_EXECUTE
// define this to use wxExecute in the exec tests, otherwise just use system
#define USE_EXECUTE
menuBar->Append(menuHelp, _T("&Help"));
frame->SetMenuBar(menuBar);
menuBar->Append(menuHelp, _T("&Help"));
frame->SetMenuBar(menuBar);
// Show the frame
frame->Show(true);
// Show the frame
frame->Show(true);
int x, int y, int w, int h)
: wxFrame(frame, wxID_ANY, title, wxPoint(x, y), wxSize(w, h))
{
int x, int y, int w, int h)
: wxFrame(frame, wxID_ANY, title, wxPoint(x, y), wxSize(w, h))
{
+ SetIcon(wxIcon(sample_xpm));
+
m_nRunning = m_nCount = 0;
m_dlgProgress = (wxProgressDialog *)NULL;
m_nRunning = m_nCount = 0;
m_dlgProgress = (wxProgressDialog *)NULL;