|
cxWidgets 1.0
|
#include <cxUtils.h>#include <cxMenu.h>#include <cxMenuBar.h>#include <cxGrid.h>#include <cxDatePicker.h>#include <cxOpenFileDialog.h>#include <cxScrolledWindow.h>#include <cxMessageDialog.h>#include <ctime>#include "SpreadsheetApp.h"#include "helpers.h"
Enumerations | |
| enum | MenuCodes { MENU_FILE_OPEN = cxFIRST_AVAIL_RETURN_CODE , MENU_FILE_SAVE , MENU_FILE_SAVE_AS , MENU_FILE_CLOSE , MENU_FILE_EXIT , MENU_HELP_HELP , MENU_HELP_ABOUT } |
Variables | |
| static const int | CTRL_D = 4 |
| static const int | CTRL_O = 15 |
| static const int | CTRL_S = 19 |
| static const int | CTRL_X = 24 |
| enum MenuCodes |
|
static |
Referenced by SpreadsheetApp::run().
|
static |
Referenced by SpreadsheetApp::run().
|
static |
Referenced by SpreadsheetApp::run().
|
static |
Referenced by SpreadsheetApp::run().