#include <MathBox.h>
Inheritance diagram for mgResizeableTextBox:
This window appears exactly like a wxTextCtrl (infact all the text-input stuff is dropped to a wxTextCtrl), with just 8 squares which can be used to resize the window.
Definition at line 912 of file MathBox.h.
Public Member Functions | |
mgResizeableTextBox (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize) | |
Main constructor. | |
virtual | ~mgResizeableTextBox () |
Destructor. | |
wxString | GetDebug () |
Returns a string with debug info about this window. | |
wxWindow * | GetChild () |
Protected Attributes | |
wxTextCtrl * | m_pTextCtrl |
The contained text. |
|
Main constructor. Builds and initialize this window.
Definition at line 1788 of file MathBox.cpp. |
|
Destructor. Deep copies the given mgMathBox into this object.
|
[ Top ] |