#ifndef _editwidgetP_h_
#define _editwidgetP_h_

/***********************************************************/
/* This file contains the header file for editwidget       */
/* object used in Athena Video Mail Project, a sub-project */
/* the Athena Information Lens Project.                    */
/* Written Brian R. Gardner, 1988.                         */
/***********************************************************/

#include "editwidget.h"

struct menu_state *state;

struct marker_info {   /* info about marked widget, passed to button_handler */
  Widget widget;
  WidgetNode *widget_node;
  char *option;
  char *value;
  struct menu_state *state;
 };

/*****************************************************************************/
#endif     /* end of ifndef _editwidgetP_h_ :: DO NOT WRITE BELOW THIS LINE. */
