<?xml version='1.0' encoding='ISO-8859-1' ?>
<!-- $Revision: 1.7 $ $Date: 2000/09/15 22:29:29 $ -->

<toc version="1.0">

<tocitem target="intro_cr.html">Creating Graphical User Interfaces

<tocitem target="ch_overv.html">Creating GUIs with MATLAB
    <tocitem target="ch_overv.html#7373">Introduction</tocitem>
    <tocitem target="ch_over2.html#4821">Creating GUIs with GUIDE
        <tocitem target="ch_over2.html#5057">GUI Development Environment</tocitem>
    </tocitem>
    <tocitem target="ch_over3.html#8441">Editing Version 5 GUIs with Version 6 GUIDE</tocitem>
    <tocitem target="ch_over4.html#6360">Selecting GUIDE Application Options
        <tocitem target="ch_over4.html#5613">Configuring the Application M-file</tocitem>
    </tocitem>
    <tocitem target="ch_over5.html#6612">Resize Behavior
        <tocitem target="ch_over6.html#6649">Making Your GUI Nonresizable</tocitem>
        <tocitem target="ch_over7.html#6656">Allowing Proportional GUI Resizing</tocitem>
        <tocitem target="ch_over8.html#6665">User-Specified Resize Operation</tocitem>
    </tocitem>
    <tocitem target="ch_over9.html#5464">Command-Line Accessibility
        <tocitem target="ch_over9.html#6738">Access Options</tocitem>
        <tocitem target="ch_over9.html#6807">Figure Properties That Control Access</tocitem>
    </tocitem>
    <tocitem target="ch_ove10.html#6710">Electing to Generate Only the FIG-File</tocitem>
    <tocitem target="ch_ove11.html#5225">Generating the FIG-File and the M-File
        <tocitem target="ch_ove12.html#6842">Generating Callback Function Prototypes</tocitem>
        <tocitem target="ch_ove13.html#6847">Application Allows Only One Instance to Run</tocitem>
        <tocitem target="ch_ove14.html#6851">Using the System Background Colors</tocitem>
        <tocitem target="ch_ove15.html#6855">Waiting for User Input</tocitem>
    </tocitem>
    <tocitem target="ch_ove16.html#9726">Renaming Application Files and Tags
        <tocitem target="ch_ove16.html#10297">Using Save As</tocitem>
        <tocitem target="ch_ove16.html#9859">Getting Everything Right</tocitem>
        <tocitem target="ch_ove17.html#9730">Changing Component Tag Properties</tocitem>
        <tocitem target="ch_ove18.html#9746">Changing the Name of Callback Subfunctions</tocitem>
        <tocitem target="ch_ove19.html#9764">Changing the Name of the M-file and FIG-file</tocitem>
    </tocitem>
</tocitem>
<tocitem target="ch_tools.html">GUI Building Tools
    <tocitem target="ch_tools.html#9422">GUI Layout Tools
        <tocitem target="ch_tools.html#10334">Saving Your Layout</tocitem>
        <tocitem target="ch_tools.html#9571">Displaying Your GUI</tocitem>
    </tocitem>
    <tocitem target="ch_tool2.html#4828">Laying Out GUIs - The Layout Editor
        <tocitem target="ch_tool2.html#6484">Placing an Object In the Layout Area</tocitem>
        <tocitem target="ch_tool2.html#8486">Activating the Figure</tocitem>
        <tocitem target="ch_tool3.html#9536">Layout Editor Context Menus</tocitem>
    </tocitem>
    <tocitem target="ch_tool4.html#4991">Aligning Components in the Layout Editor
        <tocitem target="ch_tool5.html#5664">Aligning Groups of Components - The Alignment Tool</tocitem>
        <tocitem target="ch_tool6.html#6054">Grids and Rulers</tocitem>
        <tocitem target="ch_tool7.html#6003">Aligning Components to Guide Lines</tocitem>
        <tocitem target="ch_tool8.html#5947">Front to Back Positioning</tocitem>
    </tocitem>
    <tocitem target="ch_tool9.html#6954">Setting Component Properties - The Property Inspector</tocitem>
    <tocitem target="ch_too10.html#6413">Viewing the Object Hierarchy - The Object Browser</tocitem>
    <tocitem target="ch_too11.html#6411">Creating Menus - The Menu Editor
        <tocitem target="ch_too12.html#7285">Defining Menus for the Menubar</tocitem>
        <tocitem target="ch_too13.html#11315">The Menu Callback</tocitem>
        <tocitem target="ch_too14.html#7416">Defining Context Menus</tocitem>
    </tocitem>
    <tocitem target="ch_too15.html#9790">User Interface Controls
        <tocitem target="ch_too15.html#7617">Push Buttons</tocitem>
        <tocitem target="ch_too15.html#8899">Toggle Buttons</tocitem>
        <tocitem target="ch_too15.html#7752">Radio Buttons</tocitem>
        <tocitem target="ch_too15.html#7651">Checkboxes</tocitem>
        <tocitem target="ch_too15.html#7657">Edit Text</tocitem>
        <tocitem target="ch_too15.html#7667">Static Text</tocitem>
        <tocitem target="ch_too15.html#7672">Sliders</tocitem>
        <tocitem target="ch_too15.html#7677">Frames</tocitem>
        <tocitem target="ch_too15.html#7693">List Boxes</tocitem>
        <tocitem target="ch_too15.html#7712">Popup Menus</tocitem>
        <tocitem target="ch_too16.html#10071">Enable or Disabling Controls</tocitem>
        <tocitem target="ch_too17.html#7713">Axes</tocitem>
        <tocitem target="ch_too18.html#8639">Figure</tocitem>
    </tocitem>
    <tocitem target="ch_too19.html#8978">Saving the GUI
        <tocitem target="ch_too19.html#9173">FIG-Files</tocitem>
    </tocitem>
</tocitem>
<tocitem target="ch_progr.html">Programming GUIs
    <tocitem target="ch_progr.html#9788">GUI Programming Topics</tocitem>
    <tocitem target="ch_prog2.html#17868">Understanding the Application M-File
        <tocitem target="ch_prog3.html#14847">Automatic Naming of Callback Routines</tocitem>
        <tocitem target="ch_prog4.html#12495">Execution Paths in the Application M-File</tocitem>
        <tocitem target="ch_prog5.html#10281">Initializing the GUI</tocitem>
    </tocitem>
    <tocitem target="ch_prog6.html#12019">Managing GUI Data
        <tocitem target="ch_prog6.html#15912">Passing Data in the Handles Structure</tocitem>
        <tocitem target="ch_prog7.html#16835">If You Are Not Using a Handle Structure</tocitem>
        <tocitem target="ch_prog8.html#16455">Application-Defined Data</tocitem>
    </tocitem>
    <tocitem target="ch_prog9.html#15796">Designing for Cross-Platform Compatibility
        <tocitem target="ch_prog9.html#15805">Using the System Font</tocitem>
        <tocitem target="ch_prog9.html#15814">Using Standard Background Color</tocitem>
        <tocitem target="ch_prog9.html#15819">Cross-Platform Compatible Figure Units</tocitem>
    </tocitem>
    <tocitem target="ch_pro10.html#12033">Types of Callbacks
        <tocitem target="ch_pro10.html#12056">Callback Properties for All Graphics Objects</tocitem>
        <tocitem target="ch_pro10.html#12284">Callback Properties for Figures</tocitem>
        <tocitem target="ch_pro10.html#12036">Which Callback Executes</tocitem>
    </tocitem>
    <tocitem target="ch_pro11.html#9151">Interrupting Executing Callbacks
        <tocitem target="ch_pro11.html#17704">Controlling Interruptibility</tocitem>
        <tocitem target="ch_pro12.html#10834">The Event Queue</tocitem>
        <tocitem target="ch_pro13.html#10922">Event Processing During Callback Execution</tocitem>
    </tocitem>
    <tocitem target="ch_pro14.html#10887">Controlling GUI Figure Window Behavior
        <tocitem target="ch_pro15.html#16968">Using Modal Figure Windows</tocitem>
    </tocitem>
</tocitem>
<tocitem target="ch_appli.html">Application Techniques
    <tocitem target="ch_appli.html#7373">Example Applications</tocitem>
    <tocitem target="ch_appl2.html#12528">Launching a Dialog to Confirm an Operation
        <tocitem target="ch_appl2.html#4809">Dialog Requirements</tocitem>
        <tocitem target="ch_appl2.html#10416">View the Layout and Application M-File</tocitem>
        <tocitem target="ch_appl3.html#10408">Implementing the GUI</tocitem>
        <tocitem target="ch_appl4.html#5134">The Close Button Callback</tocitem>
        <tocitem target="ch_appl5.html#4844">The Confirmation Dialog Application M-file</tocitem>
        <tocitem target="ch_appl6.html#5024">Launch the Dialog</tocitem>
        <tocitem target="ch_appl7.html#5526">Specify the Location of the Dialog</tocitem>
        <tocitem target="ch_appl8.html#5529">Wait for User Response</tocitem>
        <tocitem target="ch_appl9.html#5680">Executing a Callback</tocitem>
        <tocitem target="ch_app10.html#5583">Defining the Yes and No Buttons Callbacks</tocitem>
        <tocitem target="ch_app11.html#4933">Protecting the GUI with a Close Request Function</tocitem>
    </tocitem>
    <tocitem target="ch_app12.html#7446">List Box Directory Reader
        <tocitem target="ch_app12.html#10361">View the Layout and Application M-File</tocitem>
        <tocitem target="ch_app12.html#10373">Implementing the GUI</tocitem>
        <tocitem target="ch_app13.html#11263">Specifying the Directory to List</tocitem>
        <tocitem target="ch_app14.html#7567">Loading the List Box</tocitem>
        <tocitem target="ch_app15.html#7641">The List Box Callback</tocitem>
    </tocitem>
    <tocitem target="ch_app16.html#7673">Accessing Workspace Variables from a List Box
        <tocitem target="ch_app16.html#13454">Techniques Used in This Example</tocitem>
        <tocitem target="ch_app16.html#10376">View the Layout and Application M-File</tocitem>
        <tocitem target="ch_app17.html#7458">Reading Workspace Variables</tocitem>
        <tocitem target="ch_app18.html#7444">Reading the Selections from the List Box</tocitem>
    </tocitem>
    <tocitem target="ch_app19.html#8865">A GUI to Set Simulink Model Parameters
        <tocitem target="ch_app19.html#8871">Techniques Used in This Example</tocitem>
        <tocitem target="ch_app19.html#9483">View the Layout and Application M-File</tocitem>
        <tocitem target="ch_app20.html#9006">How to Use the GUI (Text of GUI Help)</tocitem>
        <tocitem target="ch_app21.html#8984">Launching the GUI</tocitem>
        <tocitem target="ch_app22.html#8917">Programming the Slider and Edit Text Components</tocitem>
        <tocitem target="ch_app23.html#9402">Running the Simulation from the GUI</tocitem>
        <tocitem target="ch_app24.html#9403">Removing Results from the List Box</tocitem>
        <tocitem target="ch_app25.html#9667">Plotting the Results Data</tocitem>
        <tocitem target="ch_app26.html#9960">The GUI Help Button</tocitem>
        <tocitem target="ch_app26.html#10151">Closing the GUI</tocitem>
        <tocitem target="ch_app27.html#10189">The List Box Callback</tocitem>
    </tocitem>
    <tocitem target="ch_app28.html#10611">An Address Book Reader
        <tocitem target="ch_app28.html#11504">Techniques Used in This Example</tocitem>
        <tocitem target="ch_app28.html#11546">View the Layout and Application M-File</tocitem>
        <tocitem target="ch_app28.html#12047">Managing Global Data</tocitem>
        <tocitem target="ch_app29.html#11776">Launching the GUI</tocitem>
        <tocitem target="ch_app30.html#11599">Loading an Address Book Into the Reader</tocitem>
        <tocitem target="ch_app31.html#11567">The Contact Name Callback</tocitem>
        <tocitem target="ch_app32.html#11565">The Contact Phone # Callback</tocitem>
        <tocitem target="ch_app33.html#11566">Paging Through the Address Book - Prev/Next</tocitem>
        <tocitem target="ch_app34.html#11581">Saving Changes to the Address Book from the Menu</tocitem>
        <tocitem target="ch_app34.html#11571">The Create New Menu</tocitem>
        <tocitem target="ch_app35.html#12377">The Address Book Resize Function</tocitem>
    </tocitem>
</tocitem>

</tocitem>
</toc>
