代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/319871/13441210
m exm1132_1.m
%exm1132_1.m
figure %创建一个图形窗
h_menu=uimenu(gcf,'label','Color'); %制作用户顶层菜单项Color
h_submenu1=uimenu(h_menu,'label','Blue',... %制作下拉菜单项Blue
'callback','set(gcf,''Color'',''
www.eeworm.com/read/319871/13441271
m exm11333_2.m
%exm11333_2.m
figure
h_menu=uimenu('label','Option');
h_sub1=uimenu(h_menu,'label','Grid on',... %
'callback',[...
'grid on,',...
'set(h_sub1,''checked'',''on''),',...
'set(h_s
www.eeworm.com/read/319671/13446869
h movedemo.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 1996. Al
www.eeworm.com/read/319671/13446874
h chartdem.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 1996. Al
www.eeworm.com/read/319671/13446876
h scrldemo.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 1996. Al
www.eeworm.com/read/319671/13446927
h sample4_11.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2001. Al
www.eeworm.com/read/319335/13453418
m exm10032_1.m
% exm10032_1.m
figure
h_menu=uimenu(gcf,'label','Color');
h_submenu1=uimenu(h_menu,'label','Blue',...
'callback','set(gcf,''Color'',''blue'')');
h_submenu2=uimenu(h_menu,'label','Red'
www.eeworm.com/read/319335/13453561
m exm100332_1.m
% exm100332_1.m
figure
h_menu=uimenu(gcf,'Label','&Color');
h_submenu1=uimenu(h_menu,'Label','&Blue',...
'Callback','set(gcf,''color'',''blue'')');
h_submenu2=uimenu(h_menu,'label','Red',...
www.eeworm.com/read/319335/13453678
m exm100333_2.m
% exm100333_2.m
figure
h_menu=uimenu('label','Option');
h_sub1=uimenu(h_menu,'label','Grid on',... %
'callback',[...
'grid on,',...
'set(h_sub1,''checked'',''on''),',...
'set(h
www.eeworm.com/read/318160/13484894
h 424.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2008.