#include <wx_debugging_console_panel.h>
Inheritance diagram for wx_debugging_console_panel:


Public Member Functions | |
| wx_debugging_console_panel (wxWindow *parent, int file_size=int(1.2 *MEGABYTE)) | |
| virtual | ~wx_debugging_console_panel () |
| void | display_debug_message (wxCommandEvent &event) |
Definition at line 34 of file wx_debugging_console_panel.h.
| wx_debugging_console_panel::wx_debugging_console_panel | ( | wxWindow * | parent, | |
| int | file_size = int(1.2 *MEGABYTE) | |||
| ) |
Definition at line 29 of file wx_debugging_console_panel.cpp.
References wx_debugging_base::setup().
| wx_debugging_console_panel::~wx_debugging_console_panel | ( | ) | [virtual] |
Definition at line 51 of file wx_debugging_console_panel.cpp.
References wx_debugging_base::shut_down().
| void wx_debugging_console_panel::display_debug_message | ( | wxCommandEvent & | event | ) |
Definition at line 56 of file wx_debugging_console_panel.cpp.
References wx_debugging_base::display_message(), and NULL.
Referenced by wx_tiny_shell::OnDebugEvent().
1.5.1