comparison lwlib/lwlib-Xlw.c @ 3094:ad2f4ae9895b

[xemacs-hg @ 2005-11-26 11:45:47 by stephent] Xft merge. <87k6ev4p8q.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sat, 26 Nov 2005 11:46:25 +0000
parents f7e2b977e15c
children 6c7605dfcf07
comparison
equal deleted inserted replaced
3093:769dc945b085 3094:ad2f4ae9895b
477 Arg al[20]; 477 Arg al[20];
478 int ac = 0; 478 int ac = 0;
479 Widget clip = 0; 479 Widget clip = 0;
480 widget_value* val = instance->info->val; 480 widget_value* val = instance->info->val;
481 481
482 XtSetArg (al [ac], XtNmappedWhenManaged, FALSE); ac++; 482 XtSetArg (al [ac], XtNmappedWhenManaged, False); ac++;
483 XtSetArg (al [ac], XtNsensitive, TRUE); ac++; 483 XtSetArg (al [ac], XtNsensitive, True); ac++;
484 /* add any args the user supplied for creation time */ 484 /* add any args the user supplied for creation time */
485 lw_add_value_args_to_args (val, al, &ac); 485 lw_add_value_args_to_args (val, al, &ac);
486 486
487 /* Create a clip window to contain the subwidget. Incredibly the 487 /* Create a clip window to contain the subwidget. Incredibly the
488 XEmacs manager seems to be the most appropriate widget for 488 XEmacs manager seems to be the most appropriate widget for