EasyManuals Logo
Home>Casio>Calculator>ClassPad 300

Casio ClassPad 300 Programming Guide

Casio ClassPad 300
125 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #49 background imageLoading...
Page #49 background image
The following code adds a PegNotebook with text tabs to a CPModuleWindow:
CPMainFrame *mw = new CPMainFrame(Rect);
PegRect ChildRect = mw->FullAppRectangle();
CPModuleWindow* swin = new CPModuleWindow(ChildRect,0,0,mw);
mw->SetTopWindow(swin);
PegNotebook *p = new PegNotebook(ChildRect,
NS_TOPTABS|NS_TEXTTABS,3);
p->SetTabString(0, (PEGCHAR*)"Tab1");
p->SetTabString(1, (PEGCHAR*)"Tab2");
p->SetTabString(2, (PEGCHAR*)"Tab3");
swin->AddR(p);
mw->SetMainWindow(swin);
The result on the ClassPad is:
PegMessageWindow
Class Name Derived From Styles Signals
PegMessageWindow PegWindow FF_THIN
MW_OK
MW_YES
MW_NO
MW_ABORT
MW_RETRY
MW_CANCEL
PSF_SIZED
PSF_FOCUS_RECEIVED
PSF_FOCUS_LOST
PSF_KEY_RECEIVED
PegMessageWindow is a popup window class for display warning, error, or other status
information to the user.
49

Table of Contents

Other manuals for Casio ClassPad 300

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Casio ClassPad 300 and is the answer not in the manual?

Casio ClassPad 300 Specifications

General IconGeneral
BrandCasio
ModelClassPad 300
CategoryCalculator
LanguageEnglish

Related product manuals