next up previous contents
Next: A Text Field Notify Up: Writing the Panel Handlers Previous: Writing the Panel Handlers   Contents

A Settings Notify Handler

This routine may be used as the notify handler for the settings items.

/*
 * trial_settings_notify()
 *
 * notify callback function for settings type panel item.
 */
void
  trial_settings_notify(item, value, event)
Panel_item	item;
int value;
Event *event;
{
  trial_read_window();
  trial_data_refresh();
}



root
1998-11-02