(M-00268): Unify J78-3A33, J83-3A33, K0-5E41 and J90-3A33.
[chise/xemacs-chise.git-] / lwlib / lwlib-Xaw.h
index 70e72d4..4562448 100644 (file)
@@ -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 @@ extern widget_creation_entry xaw_creation_table [];
 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 @@ xaw_popup_menu (Widget widget, XEvent *event);
 void
 xaw_pop_instance (widget_instance* instance, Boolean up);
 
-#endif /* LWLIB_XAW_H */
+#endif /* INCLUDED_lwlib_Xaw_h_ */