Previous User Interface Programming: Using Tab Widgets Next

Example: Retrieving Values

The following example builds on Example: A Simple Tab Widget by adding the following features:


Example Code
This example is included in the file tab_widget_example2.pro in the examples/doc/widgets subdirectory of the IDL distribution. You can either open the file in an IDL editor window and compile and run the code using items on the Run menu, or simply enter
   tab_widget_example2
at the IDL command prompt. See Running the Example Code if IDL does not run the program as expected.

The following things about this example are worth noting:

  IDL Online Help (March 06, 2007)