/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2000. All Rights Reserved. */ /* */ /* WARNING: Do not add to, delete from, or otherwise modify the contents */ /* of this include file. */ /**************************************************************************/ #include #ifdef __cplusplus extern "C" { #endif /* Panels and Controls: */ #define VTWIREOP 1 #define VTWIREOP_CMD_QUIT 2 /* callback function: vtwireui_quit */ #define VTWIREOP_CMD_GET_VT 3 /* callback function: vtwireui_get_vt */ #define VTWIREOP_DECORATION_4 4 #define VTWIREPAN 2 #define VTWIREPAN_GRAPH_VT_SAMP 2 #define VTWIREPAN_GRAPH_V_SAMP 3 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK vtwireui_get_vt(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK vtwireui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif