X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lwlib%2Flwlib-Xm.h;h=b8973f60050d2b1b097386fe8f6fff4a104bb9c1;hb=9f7593526f487e8b5272d5aa2a72facbf121b23e;hp=9088838fbe99265c622a59995e256924d20bdfa1;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/lwlib/lwlib-Xm.h b/lwlib/lwlib-Xm.h index 9088838..b8973f6 100644 --- a/lwlib/lwlib-Xm.h +++ b/lwlib/lwlib-Xm.h @@ -1,13 +1,16 @@ -#ifndef LWLIB_XM_H -#define LWLIB_XM_H +#ifndef INCLUDED_lwlib_Xm_h_ +#define INCLUDED_lwlib_Xm_h_ #include "lwlib-internal.h" -extern widget_creation_entry xm_creation_table []; +extern const widget_creation_entry xm_creation_table []; Widget xm_create_dialog (widget_instance* instance); +Widget +xm_create_label (Widget parent, widget_value* val); + Boolean lw_motif_widget_p (Widget widget); @@ -33,4 +36,4 @@ xm_pop_instance (widget_instance* instance, Boolean up); extern Widget first_child (Widget); /* garbage */ -#endif /* LWLIB_XM_H */ +#endif /* INCLUDED_lwlib_Xm_h_ */