taskbar.h

来自「CVI例程」· C头文件 代码 · 共 40 行

H
40
字号
/**************************************************************************//* LabWindows/CVI User Interface Resource (UIR) Include File              *//* Copyright (c) National Instruments 2001. All Rights Reserved.          *//*                                                                        *//* WARNING: Do not add to, delete from, or otherwise modify the contents  *//*          of this include file.                                         *//**************************************************************************/#include <userint.h>#ifdef __cplusplus    extern "C" {#endif     /* Panels and Controls: */#define  PANEL                           1#define  PANEL_QUIT                      2       /* callback function: Quit */#define  PANEL_TEXTMSG                   3     /* Menu Bars, Menus, and Menu Items: */#define  MENU                            1#define  MENU_MENU1                      2#define  MENU_MENU1_HELP                 3       /* callback function: Help */#define  MENU_MENU1_QUIT                 4       /* callback function: Quit1 */     /* Callback Prototypes: */ void CVICALLBACK Help(int menubar, int menuItem, void *callbackData, int panel);int  CVICALLBACK Quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);void CVICALLBACK Quit1(int menubar, int menuItem, void *callbackData, int panel);#ifdef __cplusplus    }#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?