Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

mgResizeableTextBox Class Reference

#include <MathBox.h>

Inheritance diagram for mgResizeableTextBox:

mgResizeableBox List of all members.

Detailed Description

A resizeable box which contains text.

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.


Constructor & Destructor Documentation

mgResizeableTextBox::mgResizeableTextBox wxWindow *  parent,
wxWindowID  id = -1,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize
 

Main constructor.

Builds and initialize this window.

Parameters:
parent The parent window

Definition at line 1788 of file MathBox.cpp.

virtual mgResizeableTextBox::~mgResizeableTextBox  )  [inline, virtual]
 

Destructor.

Deep copies the given mgMathBox into this object.

Parameters:
tocopy The box to copy

Definition at line 938 of file MathBox.h.


The documentation for this class was generated from the following files:

Documentation generated with Doxygen on Sun Feb 6 17:19:28 2005
Visit MathStudio home page for more info

[ Top ]