Mercurial > hg > xemacs-beta
comparison lwlib/lwlib-Xlw.c @ 432:3a7e78e1142d r21-2-24
Import from CVS: tag r21-2-24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:58 +0200 |
parents | 3ecd8885ac67 |
children | 84b14dcb0985 |
comparison
equal
deleted
inserted
replaced
431:a97165e56215 | 432:3a7e78e1142d |
---|---|
522 if (the_class == overrideShellWidgetClass) | 522 if (the_class == overrideShellWidgetClass) |
523 return | 523 return |
524 XtClass (((CompositeWidget)widget)->composite.children [0]) | 524 XtClass (((CompositeWidget)widget)->composite.children [0]) |
525 == xlwMenuWidgetClass; | 525 == xlwMenuWidgetClass; |
526 #endif | 526 #endif |
527 #ifdef HAVE_WIDGETS | |
528 if (the_class == emacsManagerWidgetClass) | |
529 return True; | |
530 #endif | |
527 return False; | 531 return False; |
528 } | 532 } |
529 | 533 |
530 void | 534 void |
531 xlw_update_one_widget (widget_instance* instance, Widget widget, | 535 xlw_update_one_widget (widget_instance* instance, Widget widget, |