1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-02-14 20:06:33 +00:00
Files
rricharz.Tek4010/tek4010.h
2019-03-27 11:19:52 +01:00

9 lines
456 B
C

#define WINDOW_WIDTH 1024 // proposed width of main window
#define WINDOW_HEIGHT 768 // proposed height of main window
#define WINDOW_NAME "Tektronix 4010" // name of main window
#define ICON_NAME "" // path to icon for window
#define TIME_INTERVAL 50 // time interval for timer function in msec
// 0 means no timer function