This class implements all drawing operations (which are then passed to System->piG2D object)
Warning : size is the number of samples not the size of data i
A window of this type is created when user clicks both mouse buttons on application canvas
This video driver can use back buffers if enough video RAM is available: this allows us to use page flip instead of copy operation which is substantialy faster
csComponent *window = new csWindow (app, "Window title");
csMenu *menu = (csMenu *)window->GetChild (CSWID_MENUBAR);
if (menu)
{
submenu = new csMenu (NULL);
(void)new csMenuItem (menu, "~File", submenu);
(void)new csMenuItem (submenu, "~Open\tCtrl+O", cscmdNothing);
(void)new csMenuItem (submenu, "~Save\tCtrl+S", cscmdNothing);
(void)new csMenuItem (submenu, "~Close", cscmdNothing);
(void)new csMenuItem (submenu);
(void)new csMenuItem (submenu, "~Quit\tCtrl+Q", cscmdQuit);
[
A multi-choose button sends a cscmdButtonDeselect to all its neightbours until a group bound is encountered
Dialog can have no frame (default) or can have a horizontal or vertical "frame" which is used for horizontal and vertical toolbars
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de