git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24154
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
// Purpose: STC test application
// Maintainer: Otto Wyss
// Created: 2003-09-01
// Purpose: STC test application
// Maintainer: Otto Wyss
// Created: 2003-09-01
bool App::OnInit () {
wxInitAllImageHandlers();
bool App::OnInit () {
wxInitAllImageHandlers();
// set application and vendor name
SetAppName (APP_NAME);
SetVendorName (APP_VENDOR);
// set application and vendor name
SetAppName (APP_NAME);
SetVendorName (APP_VENDOR);
+ m_edit->SetFilename (wxEmptyString);
+ m_edit->ClearAll();
+ m_edit->SetSavePoint();
}
// properties event handlers
}
// properties event handlers
SetSizerAndFit (totalpane);
SetSizerAndFit (totalpane);
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
// Purpose: STC test application
// Maintainer: Otto Wyss
// Created: 2003-09-01
// Purpose: STC test application
// Maintainer: Otto Wyss
// Created: 2003-09-01
bool App::OnInit () {
wxInitAllImageHandlers();
bool App::OnInit () {
wxInitAllImageHandlers();
// set application and vendor name
SetAppName (APP_NAME);
SetVendorName (APP_VENDOR);
// set application and vendor name
SetAppName (APP_NAME);
SetVendorName (APP_VENDOR);
+ m_edit->SetFilename (wxEmptyString);
+ m_edit->ClearAll();
+ m_edit->SetSavePoint();
}
// properties event handlers
}
// properties event handlers
SetSizerAndFit (totalpane);
SetSizerAndFit (totalpane);