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