#include "src/WKGL.h"#include <fstream.h>Functions | |
| void | t1 (void *param) |
| Prototypes. | |
| void | t2 (void *param) |
| WPARAM | main () |
| Main function. | |
| void | createMenu (MenuBar &mbar) |
| Create the menu for the menu bar. | |
| BOOL | onNew (MenuItem *item, UINT message) |
| Callback for "New" menu item. | |
| BOOL | onSave (MenuItem *item, UINT message) |
| Callback for "Save" menu item. | |
| BOOL | onExit (MenuItem *item, UINT message) |
| Callback for "Exit" menu item. | |
Variables | |
| MultilineEdit * | me |
| Global components. | |
|
|
Create the menu for the menu bar.
|
|
|
Main function.
|
|
||||||||||||
|
Callback for "Exit" menu item.
|
|
||||||||||||
|
Callback for "New" menu item.
|
|
||||||||||||
|
Callback for "Save" menu item.
|
|
|
Prototypes.
|
|
|
|
|
|
Global components.
|
1.2.18