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

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

Functions

function varargoutmibAboutGUI (varargin)
 MIBABOUTGUI MATLAB code for mibAboutGUI.fig MIBABOUTGUI, by itself, creates a new MIBABOUTGUI or raises the existing singleton*.
 
function  mibAboutGUI>mibAboutGUI_OpeningFcn (hObject, eventdata, handles, varargin)
 
function varargoutmibAboutGUI>mibAboutGUI_OutputFcn (hObject, eventdata, handles)
 
function  mibAboutGUI>mibAboutGUI_CloseRequestFcn (hObject, eventdata, handles)
 
function  mibAboutGUI>closeBtn_Callback (hObject, eventdata, handles)
 
function  mibAboutGUI>homepageBtn_Callback (hObject, eventdata, handles)
 

Detailed Description

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

Function Documentation

◆ mibAboutGUI()

function varargout = mibAboutGUI ( varargin)

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

  H = MIBABOUTGUI returns the handle to a new MIBABOUTGUI or the handle to
  the existing singleton*.

  MIBABOUTGUI(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
  function named CALLBACK in MIBABOUTGUI.M with the given input arguments.

  MIBABOUTGUI(<tt>Property</tt>,<tt>Value</tt>,...) creates a new MIBABOUTGUI or raises the
  existing singleton*.  Starting from the left, property value pairs are
  applied to the GUI before mibAboutGUI_OpeningFcn gets called.  An
  unrecognized property name or invalid value makes property application
  stop.  All inputs are passed to mibAboutGUI_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

◆ mibAboutGUI>closeBtn_Callback()

function mibAboutGUI>closeBtn_Callback ( hObject,
eventdata,
handles )

◆ mibAboutGUI>homepageBtn_Callback()

function mibAboutGUI>homepageBtn_Callback ( hObject,
eventdata,
handles )

◆ mibAboutGUI>mibAboutGUI_CloseRequestFcn()

function mibAboutGUI>mibAboutGUI_CloseRequestFcn ( hObject,
eventdata,
handles )

◆ mibAboutGUI>mibAboutGUI_OpeningFcn()

function mibAboutGUI>mibAboutGUI_OpeningFcn ( hObject,
eventdata,
handles,
varargin )

References moveWindowOutside().

Here is the call graph for this function:

◆ mibAboutGUI>mibAboutGUI_OutputFcn()

function varargout = mibAboutGUI>mibAboutGUI_OutputFcn ( hObject,
eventdata,
handles )