comparison lwlib/lwlib.h @ 14018:0a94cd2c51c4

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 00:45:43 +0000
parents d716ea8937e2
children 487b03096cc5
comparison
equal deleted inserted replaced
14017:6fb89c4b21c3 14018:0a94cd2c51c4
100 100
101 /* Silly Energize hack to invert the "sheet" button */ 101 /* Silly Energize hack to invert the "sheet" button */
102 void lw_show_busy (/* Widget w, Boolean busy */); 102 void lw_show_busy (/* Widget w, Boolean busy */);
103 103
104 /* Silly hack to assist with Lucid/Athena geometry management. */ 104 /* Silly hack to assist with Lucid/Athena geometry management. */
105 void lw_refigure_widget (/* Widget w, Boolan doit */); 105 void lw_refigure_widget (/* Widget w, Boolean doit */);
106 106
107 /* Toolkit independent way of determining if an event occurred on a 107 /* Toolkit independent way of determining if an event occurred on a
108 menubar. */ 108 menubar. */
109 Boolean lw_window_is_in_menubar (/* Window win, Widget menubar_widget */); 109 Boolean lw_window_is_in_menubar (/* Window win, Widget menubar_widget */);
110 110