/[emacs]/emacs/src/xmenu.c
ViewVC logotype

Diff of /emacs/src/xmenu.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.221 by miles, Wed Oct 17 03:16:11 2001 UTC revision 1.222 by pj, Wed Oct 24 07:08:38 2001 UTC
# Line 19  along with GNU Emacs; see the file COPYI Line 19  along with GNU Emacs; see the file COPYI
19  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20  Boston, MA 02111-1307, USA.  */  Boston, MA 02111-1307, USA.  */
21    
22  /* X pop-up deck-of-cards menu facility for gnuemacs.  /* X pop-up deck-of-cards menu facility for GNU Emacs.
23   *   *
24   * Written by Jon Arnold and Roman Budzianowski   * Written by Jon Arnold and Roman Budzianowski
25   * Mods and rewrite by Robert Krawitz   * Mods and rewrite by Robert Krawitz
# Line 115  void popup_get_selection (); Line 115  void popup_get_selection ();
115    
116  #ifdef USE_X_TOOLKIT  #ifdef USE_X_TOOLKIT
117    
118  /* Define HAVE_BOXES if meus can handle radio and toggle buttons.  */  /* Define HAVE_BOXES if menus can handle radio and toggle buttons.  */
119    
120  #define HAVE_BOXES 1  #define HAVE_BOXES 1
121  #endif  #endif
# Line 320  push_left_right_boundary () Line 320  push_left_right_boundary ()
320    XVECTOR (menu_items)->contents[menu_items_used++] = Qquote;    XVECTOR (menu_items)->contents[menu_items_used++] = Qquote;
321  }  }
322    
323  /* Start a new menu pane in menu_items..  /* Start a new menu pane in menu_items.
324     NAME is the pane name.  PREFIX_VEC is a prefix key for this pane.  */     NAME is the pane name.  PREFIX_VEC is a prefix key for this pane.  */
325    
326  static void  static void

Legend:
Removed from v.1.221  
changed lines
  Added in v.1.222

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26