X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lwlib%2Flwlib-Xaw.h;h=4562448a5449a6e49a406775e2e4a1ee6ee6a435;hb=66d4cc3c761ce64ec39cda6d6fc6023d5195ec8e;hp=70e72d469cc87feccb606177471045092e6d7873;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/lwlib/lwlib-Xaw.h b/lwlib/lwlib-Xaw.h index 70e72d4..4562448 100644 --- a/lwlib/lwlib-Xaw.h +++ b/lwlib/lwlib-Xaw.h @@ -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_ */