代码搜索:CallBack

找到约 10,000 项符合「CallBack」的源代码

代码结果 10,000
www.eeworm.com/read/365527/9858346

m exa6_1.m

figure h_menu=uimenu(gcf,'label','&color'); h_submenu1=uimenu(h_menu,'label','&green','Callback','set(gcf,''color'',''green'')') h_submenu2=uimenu(h_menu,'label','&black','Callback','set(gcf,''colo
www.eeworm.com/read/365527/9858357

m exa6_12.m

Hc_label=uicontrol(gcf,'style','text',... 'position',[10 10 70 20],... 'string','Clormap:'); Hc_map=uicontrol(gcf,'style','text',...
www.eeworm.com/read/365527/9858362

m exa6_5.m

Hc_boxon=uicontrol(gcf,'style','radio',... 'position',[20 45 100 20],... 'string','Set box on',... 'callback',[...
www.eeworm.com/read/364985/9884208

m exm11332_1.m

%exm11332_1.m figure h_menu=uimenu(gcf,'Label','&Color'); %带简捷键C的用户菜单Color h_submenu1=uimenu(h_menu,'Label','&Blue',... %带简捷键B的的下拉菜单Blue 'Callback','set(gcf,''color'',''blue'')'); h_su
www.eeworm.com/read/364985/9884747

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/364985/9884851

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/168111/9939381

m mmctl2.m

% mmctl2.m Hc_boxon = uicontrol(gcf,'Style','radio',... 'Position',[20 45 100 20],... 'String','Set Box On',... 'Value',0,... 'CallBack',[... 's
www.eeworm.com/read/168111/9939384

m mmenu3.m

% mmenu3.m Hm_top = uimenu('Label','Example'); Hm_box = uimenu(Hm_top,'Label','Axis Box',... 'CallBack',[... 'if strcmp(get(gca,''Box''),''on''),',... 'set(g
www.eeworm.com/read/168111/9939508

m mmenu2.m

% mmenu2.m Hm_top = uimenu('Label','Example'); Hm_box = uimenu(Hm_top,'Label','Axis Box',... 'CallBack',[... 'if strcmp(get(gca,''Box''),''on''),',... 'set(g
www.eeworm.com/read/222941/9950544

h sample4.h

/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2004.