Mercurial > hg > xemacs-beta
comparison lwlib/lwlib-Xm.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 | c33ae14dd6d0 |
comparison
equal
deleted
inserted
replaced
449:c83749d23eb5 | 450:98528da0b7fc |
---|---|
1784 #endif /* LWLIB_WIDGETS_MOTIF */ | 1784 #endif /* LWLIB_WIDGETS_MOTIF */ |
1785 | 1785 |
1786 | 1786 |
1787 /* Table of functions to create widgets */ | 1787 /* Table of functions to create widgets */ |
1788 | 1788 |
1789 widget_creation_entry | 1789 const widget_creation_entry |
1790 xm_creation_table [] = | 1790 xm_creation_table [] = |
1791 { | 1791 { |
1792 #ifdef LWLIB_MENUBARS_MOTIF | 1792 #ifdef LWLIB_MENUBARS_MOTIF |
1793 {"menubar", make_menubar}, | 1793 {"menubar", make_menubar}, |
1794 {"popup", make_popup_menu}, | 1794 {"popup", make_popup_menu}, |