MIBTIPSGUI MATLAB code for mibTipsGUI.fig MIBTIPSGUI, by itself, creates a new MIBTIPSGUI or raises the existing singleton*.
More...
|
function varargout = | mibTipsGUI (varargin) |
| MIBTIPSGUI MATLAB code for mibTipsGUI.fig MIBTIPSGUI, by itself, creates a new MIBTIPSGUI or raises the existing singleton*.
|
|
function | mibTipsGUI>mibTipsGUI_OpeningFcn (hObject, eventdata, handles, varargin) |
|
function varargout = | mibTipsGUI>mibTipsGUI_OutputFcn (hObject, eventdata, handles) |
|
function | mibTipsGUI>mibTipsGUI_CloseRequestFcn (hObject, eventdata, handles) |
|
function | mibTipsGUI>nextTipBtn_Callback (hObject, eventdata, handles) |
|
function | mibTipsGUI>previousTipBtn_Callback (hObject, eventdata, handles) |
|
function | mibTipsGUI>closeBtn_Callback (hObject, eventdata, handles) |
|
MIBTIPSGUI MATLAB code for mibTipsGUI.fig MIBTIPSGUI, by itself, creates a new MIBTIPSGUI or raises the existing singleton*.
MIBTIPSGUI MATLAB code for mibTipsGUI.fig MIBTIPSGUI, by itself, creates a new MIBTIPSGUI or raises the existing singleton*.
H = MIBTIPSGUI returns the handle to a new MIBTIPSGUI or the handle to
the existing singleton*.
MIBTIPSGUI(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
function named CALLBACK in MIBTIPSGUI.M with the given input arguments.
MIBTIPSGUI(<tt>Property</tt>,<tt>Value</tt>,...) creates a new MIBTIPSGUI or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before mibTipsGUI_OpeningFcn gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to mibTipsGUI_OpeningFcn via varargin.
*See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one
instance to run (singleton)".
- See also
- GUIDE, GUIDATA, GUIHANDLES