comparison lwlib/lwlib-internal.h @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children 3078fd1074e8
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
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 CONST 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 widget has been used by the user */
48 void 48 void
49 lw_internal_update_other_instances (Widget widget, XtPointer closure, 49 lw_internal_update_other_instances (Widget widget, XtPointer closure,
50 XtPointer call_data); 50 XtPointer call_data);
51 51
52 /* get the widget_value for a widget in a given instance */ 52 /* get the widget_value for a widget in a given instance */