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

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

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

revision 1.10 by rms, Sun Dec 2 05:00:27 2001 UTC revision 1.10.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 60  XtNoClearRefreshWidget (widget) Line 60  XtNoClearRefreshWidget (widget)
60  }  }
61    
62    
63  /*  /*
64   * Apply a function to all the subwidgets of a given widget recursively.   * Apply a function to all the subwidgets of a given widget recursively.
65  */  */
66  void  void
# Line 177  XtSafelyDestroyWidget (widget) Line 177  XtSafelyDestroyWidget (widget)
177      }      }
178    else    else
179      XtDestroyWidget (widget);      XtDestroyWidget (widget);
180      
181  #else  #else
182    abort ();    abort ();
183  #endif  #endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.4.1

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