X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lwlib%2Flwlib-Xaw.h;h=ce4bc1082c6df6f58d64c6a768feec518fb79883;hp=70e72d469cc87feccb606177471045092e6d7873;hb=4fb8eb8895d575743a9b95dc9e95c58fc5f723d7;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910 diff --git a/lwlib/lwlib-Xaw.h b/lwlib/lwlib-Xaw.h index 70e72d4..ce4bc10 100644 --- a/lwlib/lwlib-Xaw.h +++ b/lwlib/lwlib-Xaw.h @@ -1,13 +1,16 @@ -#ifndef LWLIB_XAW_H -#define LWLIB_XAW_H +#ifndef INCLUDED_lwlib_Xaw_h_ +#define INCLUDED_lwlib_Xaw_h_ #include "lwlib-internal.h" -extern widget_creation_entry xaw_creation_table []; +extern const 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_ */