Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
ib_aboutDlg.m File Reference

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

Functions

function
varargout = 
ib_aboutDlg (varargin)
 IB_ABOUTDLG MATLAB code for ib_aboutDlg.fig IB_ABOUTDLG, by itself, creates a new IB_ABOUTDLG or raises the existing singleton*. More...
 
function  ibaboutDlg>ib_aboutDlg_OpeningFcn (hObject, eventdata, handles, varargin)
 
function
varargout = 
ibaboutDlg>ib_aboutDlg_OutputFcn (hObject, eventdata, handles)
 
function  ibaboutDlg>closeBtn_Callback (hObject, eventdata, handles)
 
function  ibaboutDlg>homepageBtn_Callback (hObject, eventdata, handles)
 

Detailed Description

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

Function Documentation

function varargout = ib_aboutDlg (   varargin)

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

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

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

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

Here is the caller graph for this function:

function ibaboutDlg>closeBtn_Callback (   hObject,
  eventdata,
  handles 
)
function ibaboutDlg>homepageBtn_Callback (   hObject,
  eventdata,
  handles 
)
function ibaboutDlg>ib_aboutDlg_OpeningFcn (   hObject,
  eventdata,
  handles,
  varargin 
)

References ib_addText2Img(), and mib_rescaleWidgets().

Here is the call graph for this function:

function varargout = ibaboutDlg>ib_aboutDlg_OutputFcn (   hObject,
  eventdata,
  handles 
)