diff lwlib/lwlib-Xaw.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 376386a54a3c
children 697ef44129c6
line wrap: on
line diff
--- a/lwlib/lwlib-Xaw.h	Mon Aug 13 11:12:06 2007 +0200
+++ b/lwlib/lwlib-Xaw.h	Mon Aug 13 11:13:30 2007 +0200
@@ -1,5 +1,5 @@
-#ifndef LWLIB_XAW_H
-#define LWLIB_XAW_H
+#ifndef INCLUDED_lwlib_Xaw_h_
+#define INCLUDED_lwlib_Xaw_h_
 
 #include "lwlib-internal.h"
 
@@ -8,6 +8,9 @@
 Widget 
 xaw_create_dialog (widget_instance* instance);
 
+Widget
+xaw_create_label (Widget parent, widget_value* val);
+
 Boolean
 lw_xaw_widget_p (Widget widget);
 
@@ -28,4 +31,4 @@
 void
 xaw_pop_instance (widget_instance* instance, Boolean up);
 
-#endif /* LWLIB_XAW_H */
+#endif /* INCLUDED_lwlib_Xaw_h_ */