#ifndef _saveccodeP_h_
#define _saveccodeP_h_

#include "wb_include.h"
#include "saveccode.h"

static int WBgennameValue = 0;   /* used by genname() to gen a unique string */
int not_optimizing;              /* flags if Saving C code is done optimized */

/* Global Variables Used in querying widget properties */
/* --------------------------------------------------- */
   char *label;
   XtJustify justify;
   int borderwidth, height, width, x, y, highlightThickness;
   Pixel foreground, background, borderColor;
   int vertDistance, horizDistance;
   XtEdgeType top, left, right, bottom;
   Boolean resizable;
   Widget fromHoriz, fromVert;

/* Defaults for Global Variables Used in Saving C Code (Optimized) */
/* --------------------------------------------------------------- */
   XtJustify default_justify;
   int default_borderwidth, default_highlightThickness;
   Pixel default_foreground, default_background, default_borderColor;
   int default_vertDistance, default_horizDistance;
   XtEdgeType default_top, default_left, default_right, default_bottom;
   Boolean default_resizable;


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