/[emacs]/emacs/lwlib/lwlib-Xlw.c
ViewVC logotype

Diff of /emacs/lwlib/lwlib-Xlw.c

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

revision 1.16 by rms, Sun Dec 2 04:58:05 2001 UTC revision 1.16.4.1 by miles, Fri Apr 4 06:20:42 2003 UTC
# Line 3  Line 3 
3    
4  This file is part of the Lucid Widget Library.  This file is part of the Lucid Widget Library.
5    
6  The Lucid Widget Library is free software; you can redistribute it and/or  The Lucid Widget Library is free software; you can redistribute it and/or
7  modify it under the terms of the GNU General Public License as published by  modify it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 1, or (at your option)  the Free Software Foundation; either version 1, or (at your option)
9  any later version.  any later version.
10    
11  The Lucid Widget Library is distributed in the hope that it will be useful,  The Lucid Widget Library is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  GNU General Public License for more details.  GNU General Public License for more details.
15    
# Line 162  xlw_create_popup_menu (instance) Line 162  xlw_create_popup_menu (instance)
162    Widget popup_shell    Widget popup_shell
163      = XtCreatePopupShell (instance->info->name, overrideShellWidgetClass,      = XtCreatePopupShell (instance->info->name, overrideShellWidgetClass,
164                            instance->parent, NULL, 0);                            instance->parent, NULL, 0);
165      
166    Widget widget;    Widget widget;
167    Arg al[2];    Arg al[2];
168    int ac = 0;    int ac = 0;
# Line 182  xlw_create_popup_menu (instance) Line 182  xlw_create_popup_menu (instance)
182    return popup_shell;    return popup_shell;
183  }  }
184    
185  widget_creation_entry  widget_creation_entry
186  xlw_creation_table [] =  xlw_creation_table [] =
187  {  {
188    {"menubar", xlw_create_menubar},    {"menubar", xlw_create_menubar},

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.4.1

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