comparison lwlib/lwlib-Xlw.c @ 109351:c8a969d13eda

merge trunk
author Kenichi Handa <handa@etlken>
date Fri, 09 Jul 2010 15:55:27 +0900
parents 33021b778d4d
children 417b1e4d63cd
comparison
equal deleted inserted replaced
109350:c11d07f3d731 109351:c8a969d13eda
41 41
42 /* Print the complete X resource name of widget WIDGET to stderr. 42 /* Print the complete X resource name of widget WIDGET to stderr.
43 This is sometimes handy to have available. */ 43 This is sometimes handy to have available. */
44 44
45 void 45 void
46 x_print_complete_resource_name (widget) 46 x_print_complete_resource_name (Widget widget)
47 Widget widget;
48 { 47 {
49 int i; 48 int i;
50 String names[100]; 49 String names[100];
51 50
52 for (i = 0; i < 100 && widget != NULL; ++i) 51 for (i = 0; i < 100 && widget != NULL; ++i)
221 220
222 XtSetValues (widget, al, 1); 221 XtSetValues (widget, al, 1);
223 } 222 }
224 223
225 void 224 void
226 xlw_update_one_value (widget_instance *instance, Widget widget, widget_value *val) 225 xlw_update_one_value (widget_instance *instance,
226 Widget widget,
227 widget_value *val)
227 { 228 {
228 return; 229 return;
229 } 230 }
230 231
231 void 232 void