comparison lwlib/lwlib-internal.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
1 #ifndef LWLIB_INTERNAL_H 1 #ifndef INCLUDED_lwlib_internal_h_
2 #define LWLIB_INTERNAL_H 2 #define INCLUDED_lwlib_internal_h_
3 3
4 #include "lwlib.h" 4 #include "lwlib.h"
5 5
6 /* This represents a single widget within a widget tree. All the 6 /* This represents a single widget within a widget tree. All the
7 widgets in a widget tree are chained through the `next' field. 7 widgets in a widget tree are chained through the `next' field.
53 widget_value* 53 widget_value*
54 lw_get_widget_value_for_widget (widget_instance* instance, Widget w); 54 lw_get_widget_value_for_widget (widget_instance* instance, Widget w);
55 55
56 widget_info *lw_get_widget_info (LWLIB_ID id); 56 widget_info *lw_get_widget_info (LWLIB_ID id);
57 57
58 #endif /* LWLIB_INTERNAL_H */ 58 #endif /* INCLUDED_lwlib_internal_h_ */
59