#include <gui.h>
List of all members.
Public Member Functions |
| GUIErrorFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("An error occured"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 370), long style=wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL) |
| ~GUIErrorFrame () |
Protected Member Functions |
virtual void | OnClose (wxCommandEvent &event) |
Protected Attributes |
wxTextCtrl * | m_textCtrl |
wxButton * | m_button |
wxMenuBar * | m_menubar |
wxMenu * | m_menu |
Detailed Description
Constructor & Destructor Documentation
GUIErrorFrame::GUIErrorFrame |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = wxID_ANY , |
|
|
const wxString & |
title = _("An error occured") , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxSize( 500,370 ) , |
|
|
long |
style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL |
|
) |
| |
GUIErrorFrame::~GUIErrorFrame |
( |
| ) |
|
Member Function Documentation
virtual void GUIErrorFrame::OnClose |
( |
wxCommandEvent & |
event | ) |
[inline, protected, virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: