source: trunk/src/displ_uvmat.m @ 491

Last change on this file since 491 was 473, checked in by sommeria, 12 years ago

displ_uvmat introduced to deal with message display in mode background

File size: 171 bytes
Line 
1function displ_uvmat(title,display_str,Position)
2if isequal(Position,0)
3    display([title ': ' display_str])
4else
5    msgbox_uvmat(title,display_str,'',Position)
6end
7   
Note: See TracBrowser for help on using the repository browser.