Mercurial > hg > xemacs-beta
comparison lwlib/lwlib-Xlw.c @ 450:98528da0b7fc r21-2-40
Import from CVS: tag r21-2-40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:39:20 +0200 |
parents | 1ccc32a20af4 |
children | 4b7d425dd3c2 |
comparison
equal
deleted
inserted
replaced
449:c83749d23eb5 | 450:98528da0b7fc |
---|---|
480 | 480 |
481 return clip; | 481 return clip; |
482 } | 482 } |
483 #endif | 483 #endif |
484 | 484 |
485 widget_creation_entry | 485 const widget_creation_entry |
486 xlw_creation_table [] = | 486 xlw_creation_table [] = |
487 { | 487 { |
488 #ifdef LWLIB_MENUBARS_LUCID | 488 #ifdef LWLIB_MENUBARS_LUCID |
489 {"menubar", xlw_create_menubar}, | 489 {"menubar", xlw_create_menubar}, |
490 {"popup", xlw_create_popup_menu}, | 490 {"popup", xlw_create_popup_menu}, |