);
bmpBtn = NULL; // suppress warning
+ new wxButton(panel, -1, "Another button", wxPoint(250, 20));
+
m_notebook->AddPage(panel, "wxBitmapXXX");
}
max, // range
this, // parent
wxPD_CAN_ABORT | wxPD_APP_MODAL | wxPD_ELAPSED_TIME | wxPD_ESTIMATED_TIME | wxPD_REMAINING_TIME);
-
+
bool cont = TRUE;
for ( int i = 0; i < max && cont; i++ )