Main Page   Namespace List   Alphabetical List   Compound List   File List   Compound Members   File Members  

NGuiApp Class Reference

#include <gui.h>

List of all members.

Public Methods

virtual bool OnInit ()


Member Function Documentation

bool NGuiApp::OnInit   [virtual]
 

Definition at line 25 of file gui.cpp.

00026 {
00027    mainFrame *main_frame = new mainFrame("NeReK Simulator",
00028        wxPoint (0,0), wxSize(450, 45), wxDEFAULT_FRAME_STYLE);
00029    main_frame->Show(TRUE);
00030    SetTopWindow(main_frame);
00031 
00032    /* Do not return FALSE or the app will terminate immediately */
00033    return TRUE;
00034 }


The documentation for this class was generated from the following files:
Generated on Mon Jun 9 19:13:26 2003 for NeReK Documentation by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002