Mercurial > hg > xemacs-beta
comparison lwlib/lwlib-Xlw.h @ 450:98528da0b7fc r21-2-40
Import from CVS: tag r21-2-40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:39:20 +0200 |
parents | 376386a54a3c |
children | ade4c7e2c6cb |
comparison
equal
deleted
inserted
replaced
449:c83749d23eb5 | 450:98528da0b7fc |
---|---|
1 #ifndef LWLIB_XLW_H | 1 #ifndef LWLIB_XLW_H |
2 #define LWLIB_XLW_H | 2 #define LWLIB_XLW_H |
3 | 3 |
4 #include "lwlib-internal.h" | 4 #include "lwlib-internal.h" |
5 | 5 |
6 extern widget_creation_entry xlw_creation_table []; | 6 extern const widget_creation_entry xlw_creation_table []; |
7 extern widget_creation_function xlw_create_dialog; | 7 extern widget_creation_function xlw_create_dialog; |
8 | 8 |
9 Boolean | 9 Boolean |
10 lw_lucid_widget_p (Widget widget); | 10 lw_lucid_widget_p (Widget widget); |
11 | 11 |