comparison lwlib/lwlib-Xlw.c @ 639:4b7d425dd3c2

[xemacs-hg @ 2001-07-28 05:08:58 by andyp] Stop flickering on OpenMotif.
author andyp
date Sat, 28 Jul 2001 05:09:03 +0000
parents 98528da0b7fc
children b39c14581166
comparison
equal deleted inserted replaced
638:373ced43e288 639:4b7d425dd3c2
413 static void 413 static void
414 xlw_update_tab_control (widget_instance* instance, Widget widget, widget_value* val) 414 xlw_update_tab_control (widget_instance* instance, Widget widget, widget_value* val)
415 { 415 {
416 Widget* children; 416 Widget* children;
417 unsigned int num_children; 417 unsigned int num_children;
418 int i; 418 Dimension i;
419 widget_value *cur = 0; 419 widget_value *cur = 0;
420 420
421 XtRemoveAllCallbacks (widget, XtNcallback); 421 XtRemoveAllCallbacks (widget, XtNcallback);
422 XtAddCallback (widget, XtNcallback, xlw_tab_control_callback, (XtPointer)instance); 422 XtAddCallback (widget, XtNcallback, xlw_tab_control_callback, (XtPointer)instance);
423 423