Home > fcn > DIVA_GUI_callbacks > gui_help_menu_cbk.m

gui_help_menu_cbk

PURPOSE ^

SYNOPSIS ^

function gui_help_menu_cbk(src,eventdata,options)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function gui_help_menu_cbk(src,eventdata,options)
0002   switch(get(src,'tag'))
0003    case 'diva',
0004     web(['file:///',pwd,filesep,'HELP_DOC/index.html'],'-browser');
0005    case 'readme',
0006     web(['file:///',pwd,filesep,'Readme.html'],'-browser');
0007   end

Generated on Tue 27-Mar-2007 12:06:24 by m2html © 2003