Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibTipsGUI.m File Reference

MIBTIPSGUI MATLAB code for mibTipsGUI.fig MIBTIPSGUI, by itself, creates a new MIBTIPSGUI or raises the existing singleton*. More...

Functions

function varargoutmibTipsGUI (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 varargoutmibTipsGUI>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)
 

Detailed Description

MIBTIPSGUI MATLAB code for mibTipsGUI.fig MIBTIPSGUI, by itself, creates a new MIBTIPSGUI or raises the existing singleton*.

Function Documentation

◆ mibTipsGUI()

function varargout = mibTipsGUI ( varargin)

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

◆ mibTipsGUI>closeBtn_Callback()

function mibTipsGUI>closeBtn_Callback ( hObject,
eventdata,
handles )

◆ mibTipsGUI>mibTipsGUI_CloseRequestFcn()

function mibTipsGUI>mibTipsGUI_CloseRequestFcn ( hObject,
eventdata,
handles )

◆ mibTipsGUI>mibTipsGUI_OpeningFcn()

function mibTipsGUI>mibTipsGUI_OpeningFcn ( hObject,
eventdata,
handles,
varargin )

◆ mibTipsGUI>mibTipsGUI_OutputFcn()

function varargout = mibTipsGUI>mibTipsGUI_OutputFcn ( hObject,
eventdata,
handles )

◆ mibTipsGUI>nextTipBtn_Callback()

function mibTipsGUI>nextTipBtn_Callback ( hObject,
eventdata,
handles )

◆ mibTipsGUI>previousTipBtn_Callback()

function mibTipsGUI>previousTipBtn_Callback ( hObject,
eventdata,
handles )