Code::Blocks
SVN r11506
|
Public Member Functions | |
DebuggerInfoWindow (wxWindow *parent, const wxString &title, const wxString &content) | |
Public Member Functions inherited from wxScrollingDialog | |
wxScrollingDialog () | |
wxScrollingDialog (wxWindow *parent, int id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const wxString &name=_("dialogBox")) | |
Public Member Functions inherited from wxDialog | |
virtual int | ShowModal () |
Public Attributes | |
wxTextCtrl * | m_pText |
Definition at line 54 of file debugger_defs.cpp.
|
inline |
Definition at line 57 of file debugger_defs.cpp.
References wxDEFAULT_DIALOG_STYLE, wxDefaultPosition, wxDefaultSize, wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, wxGROW, wxHSCROLL, wxMAXIMIZE_BOX, wxMINIMIZE_BOX, wxRESIZE_BORDER, wxTE_MULTILINE, wxTE_READONLY, wxTE_RICH2, and wxVERTICAL.
wxTextCtrl* DebuggerInfoWindow::m_pText |
Definition at line 72 of file debugger_defs.cpp.