29#include <wx/richtext/richtextctrl.h>
61 wxString m_fromMaxima;
66 XmlInspector_ctrl_id = 4,
77 wxChar m_lastChar =
'\0';
80 wxString IndentString(
int level);
This class generates a pane displaying the communication between maxima and wxMaxima.
Definition: XmlInspector.h:40
void Add_ToMaxima(const wxString &text)
Add some text we sent to maxima.
Definition: XmlInspector.cpp:159
virtual void Clear()
Remove all text from the editor.
Definition: XmlInspector.cpp:49
bool UpdateNeeded()
Do we need to update the XmlInspector's display?
Definition: XmlInspector.h:58
~XmlInspector()
The destructor.
Definition: XmlInspector.cpp:47
void UpdateContents()
Actually draw the updates.
Definition: XmlInspector.cpp:56
void Add_FromMaxima(const wxString &text)
Add some text we have received from maxima.
Definition: XmlInspector.cpp:169