Tabarrowmathwindow - Casio ClassPad 300 Programming Manual

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

Advertisement

TabArrowMathWindow

Class Name
TabArrowMathWindow SlidingMathWindow FF_NONE PSF_SIZED
A TabArrowMathWindow uses small arrows on the left and right sides of the 2D math to
scroll. The creation of a TabArrowWindow is similar to a ScrollableMathWindow:
PegRect rr = {0,1,70,50};
CPString math = "lim(1/x,x,0) + lim(1/x,x,0)";
CLinearMathObject lmo = CPString_to_LinearMathObject(math);
TabArrowMathWindow* math0 = new TabArrowMathWindow(rr);
math0->GetMathWindow()->SetMathObject(lmo);
AddR(math0);
Derived From
Styles
Signals
PSF_FOCUS_RECEIVED
PSF_FOCUS_LOST
PSF_KEY_RECEIVED
56

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents