comparison lwlib/lwlib-internal.h @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 74fd4e045ea6
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
37 typedef Widget 37 typedef Widget
38 (*widget_creation_function) (widget_instance* instance); 38 (*widget_creation_function) (widget_instance* instance);
39 39
40 typedef struct _widget_creation_entry 40 typedef struct _widget_creation_entry
41 { 41 {
42 char* type; 42 CONST char* type;
43 widget_creation_function function; 43 widget_creation_function function;
44 } widget_creation_entry; 44 } widget_creation_entry;
45 45
46 /* update all other instances of a widget. Can be used in a callback when 46 /* update all other instances of a widget. Can be used in a callback when
47 a wiget has been used by the user */ 47 a wiget has been used by the user */