comparison src/gui-x.c @ 2168:95fee4a1420e

[xemacs-hg @ 2004-07-07 12:00:58 by malcolmp] Working GK tab_control widget. Other GTK widgets drawn with the correct location and size.
author malcolmp
date Wed, 07 Jul 2004 12:01:07 +0000
parents d1312c7bdfab
children 04bc9d2f42c7
comparison
equal deleted inserted replaced
2167:54e1ecdc5778 2168:95fee4a1420e
216 } 216 }
217 free_widget_value (wv); 217 free_widget_value (wv);
218 } 218 }
219 219
220 /* The following is actually called from somewhere within XtDispatchEvent(), 220 /* The following is actually called from somewhere within XtDispatchEvent(),
221 called from XtAppProcessEvent() in event-Xt.c */ 221 called from XtAppProcessEvent() in event-Xt.c.
222
223 Callback function for widgets and menus.
224 */
222 225
223 void 226 void
224 popup_selection_callback (Widget widget, LWLIB_ID ignored_id, 227 popup_selection_callback (Widget widget, LWLIB_ID ignored_id,
225 XtPointer client_data) 228 XtPointer client_data)
226 { 229 {