Textmathwindow - Casio ClassPad 300 Programming Manual

Sdk programming guide
Hide thumbs Also See for ClassPad 300:
Table of Contents

Advertisement

TextMathWindow

Class Name
TextMathWindow
TextMathWindow is a MathWindow derived class that is used to display 2D math. The
window does not allow user input or editing.
PegRect rr = {0,1,70,50};
CPString math = "lim(1/x,x,0) + lim(1/x,x,0)";
CLinearMathObject lmo = CPString_to_LinearMathObject(math);
TextMathWindow * m = new TextMathWindow (rr);
m->SetMathObject(lmo);
AddR(m);
Derived From
Styles
MathWindow
FF_NONE
FF_THIN
FF_THICK
Signals
PSF_SIZED
PSF_FOCUS_RECEIVED
PSF_FOCUS_LOST
PSF_KEY_RECEIVED
58

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents