MIBKEYSHORTCUTSGUI MATLAB code for mibKeyShortcutsGUI.fig MIBKEYSHORTCUTSGUI, by itself, creates a new MIBKEYSHORTCUTSGUI or raises the existing singleton*.
More...
|
function varargout = | mibKeyShortcutsGUI (varargin) |
| MIBKEYSHORTCUTSGUI MATLAB code for mibKeyShortcutsGUI.fig MIBKEYSHORTCUTSGUI, by itself, creates a new MIBKEYSHORTCUTSGUI or raises the existing singleton*.
|
|
function | mibKeyShortcutsGUI>mibKeyShortcutsGUI_OpeningFcn (hObject, eventdata, handles, varargin) |
|
function varargout = | mibKeyShortcutsGUI>mibKeyShortcutsGUI_OutputFcn (hObject, eventdata, handles) |
|
function | mibKeyShortcutsGUI>mibKeyShortcutsGUI_CloseRequestFcn (hObject, eventdata, handles) |
|
function | mibKeyShortcutsGUI>cancelBtn_Callback (hObject, eventdata, handles) |
|
function | mibKeyShortcutsGUI>okBtn_Callback (hObject, eventdata, handles) |
|
function | mibKeyShortcutsGUI>fitTextBtn_Callback (hObject, eventdata, handles) |
|
function | mibKeyShortcutsGUI>shortcutsTable_CellEditCallback (hObject, eventdata, handles) |
|
function | mibKeyShortcutsGUI>mibKeyShortcutsGUI_KeyPressFcn (hObject, eventdata, handles) |
|
function | mibKeyShortcutsGUI>shortcutsTable_KeyPressFcn (hObject, eventdata, handles) |
|
function | mibKeyShortcutsGUI>defaultBtn_Callback (hObject, eventdata, handles) |
|
MIBKEYSHORTCUTSGUI MATLAB code for mibKeyShortcutsGUI.fig MIBKEYSHORTCUTSGUI, by itself, creates a new MIBKEYSHORTCUTSGUI or raises the existing singleton*.
function varargout = mibKeyShortcutsGUI |
( |
| varargin | ) |
|
MIBKEYSHORTCUTSGUI MATLAB code for mibKeyShortcutsGUI.fig MIBKEYSHORTCUTSGUI, by itself, creates a new MIBKEYSHORTCUTSGUI or raises the existing singleton*.
H = MIBKEYSHORTCUTSGUI returns the handle to a new MIBKEYSHORTCUTSGUI or the handle to
the existing singleton*.
MIBKEYSHORTCUTSGUI(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
function named CALLBACK in MIBKEYSHORTCUTSGUI.M with the given input arguments.
MIBKEYSHORTCUTSGUI(<tt>Property</tt>,<tt>Value</tt>,...) creates a new MIBKEYSHORTCUTSGUI or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before mibKeyShortcutsGUI_OpeningFcn gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to mibKeyShortcutsGUI_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