/*
 * Copyright 1990 by Baylor College of Medicine ALL RIGHTS RESERVED. 
 *
 * This program is subject to a license agreement between 
 * Baylor College of Medicine and MIT. Any use inconsistent with
 * said license and any use by persons other than the faculty, 
 * students and staff at MIT or any use on a computer not operated 
 * as part of the Athena Computing Environment (ACE) is expressly 
 * prohibited.
 */
#ifndef _WLIB_
#define _WLIB_

#define E_ARGS NULL

#define EtCreateManagedWidget XtVaCreateManagedWidget
#define EtCreateWidget XtVaCreateWidget
#define EtCreatePopupShell XtVaCreatePopupShell
#define EtGetValues XtVaGetValues
#define EtSetValues XtVaSetValues

Pixmap create_pixmap_from_bitmap_data() ;
XImage *create_image_from_bitmap_data() ;
Window find_window_at_point() ;

GC make_gen_drag_gc() ;

int debug_widgets ;

char *get_sval() ;
char *get_lval() ;

#endif
