Go to the documentation of this file.Go to the SVN repository for this file.
62 DECLARE_APP(ncbi::CCrossAlnDemoApp)
63 IMPLEMENT_APP_NO_MAIN(ncbi::CCrossAlnDemoApp)
64 IMPLEMENT_WX_THEME_SUPPORT
83 ncbi::CNCBIwxApplication ncbi_app(
"Cross Alignment Widget Demo");
86 return ncbi_app.AppMain(argc, argv);
Derive our application class from CwxNCBIApp and use it together with standard CNCBIwxApplication.
virtual bool x_CreateGUI()
create main application window and initialize associated objects return true if successful
CwxNCBIApp - this class should be used in NCBI applications instead of wxApp it provides polling supp...
Include a standard set of the NCBI C++ Toolkit most basic headers.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Defines: CTimeFormat - storage class for time format.
int NcbiSys_main(int argc, ncbi::TXChar *argv[])