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

NguiApp Class Reference

#include <ngui.h>

List of all members.

Public Methods

virtual bool OnInit ()


Member Function Documentation

bool NguiApp::OnInit   [virtual]
 

Definition at line 34 of file ngui.cpp.

00035 {
00036    NguiFrame *ngui_frame = new NguiFrame("NeReK Simulator",
00037        wxPoint (0,0), wxSize(450, 45), wxDEFAULT_FRAME_STYLE);
00038    ngui_frame->Show(TRUE);
00039    SetTopWindow(ngui_frame);
00040 
00041    return TRUE;
00042 }


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