Creating Graphical User Interfaces    

Loading the List Box

This example uses a separate subfunction to load items into the list box. This subfunction accepts the path to a directory and the handles structure as input arguments. It performs these steps:

The load_listbox function is called in the initialization section of the application M-file as well as the list box callback.


 Specifying the Directory to List The List Box Callback