comparison lwlib/lwlib-Xaw.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 6ed38ee607e9
children 695cf19ef79e
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
3 3
4 #include "lwlib-int.h" 4 #include "lwlib-int.h"
5 5
6 extern widget_creation_entry xaw_creation_table []; 6 extern widget_creation_entry xaw_creation_table [];
7 7
8 Widget 8 Widget
9 xaw_create_dialog __P ((widget_instance*)); 9 xaw_create_dialog __P ((widget_instance*));
10 10
11 Boolean 11 Boolean
12 lw_xaw_widget_p __P ((Widget)); 12 lw_xaw_widget_p __P ((Widget));
13 13