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 #61 background imageLoading...
Page #61 background image
Once you have done that, you will have menus! Here is what the menus created above
look like on the ClassPad:
Toolbars
To add buttons to the toolbar you must override CPModuleWindow’s virtual function
AddUI().
Here is a simple toolbar example with two text buttons:
void YourWindow::AddUI()
{
PegTextButton* b = new PegTextButton(1,1, "Button1", BUTTON1_ID,
AF_ENABLED|TT_COPY);
m_ui->AddToolbarButton(b);
PegTextButton* b2 = new PegTextButton(35,1, "Button2",
BUTTON2_ID, AF_ENABLED|TT_COPY);
m_ui->AddToolbarButton(b2);
}
Which creates the following on the ClassPad:
61

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