Changeset 809 for trunk/src/msgbox_uvmat.m
- Timestamp:
- Aug 13, 2014, 2:47:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/msgbox_uvmat.m
r747 r809 1 2 1 %'msgbox_uvmat': associated with GUI msgbox_uvmat.fig to display message boxes, for error, warning or input calls 3 2 % … … 18 17 % display: displayed text 19 18 % default_answer: default answer in the edit box (only used with title='INPUT_TXT') 19 20 %======================================================================= 21 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France 22 % http://www.legi.grenoble-inp.fr 23 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr 24 % 25 % This file is part of the toolbox UVMAT. 26 % 27 % UVMAT is free software; you can redistribute it and/or modify 28 % it under the terms of the GNU General Public License as published 29 % by the Free Software Foundation; either version 2 of the license, 30 % or (at your option) any later version. 31 % 32 % UVMAT is distributed in the hope that it will be useful, 33 % but WITHOUT ANY WARRANTY; without even the implied warranty of 34 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 35 % GNU General Public License (see LICENSE.txt) for more details. 36 %======================================================================= 20 37 21 38 function varargout = msgbox_uvmat(varargin)
Note: See TracChangeset
for help on using the changeset viewer.