mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-04-28 12:49:06 +00:00
9 lines
461 B
C
9 lines
461 B
C
|
|
#define A_WINDOW_WIDTH 1024 // proposed width of main window
|
|
#define A_WINDOW_HEIGHT 780 // proposed height of main window
|
|
#define WINDOW_NAME "Tektronix 4010/4014" // name of main window
|
|
#define ICON_NAME "" // path to icon for window
|
|
|
|
#define TIME_INTERVAL 30 // time interval for timer function in msec
|
|
// 0 means no timer function
|