comparison src/gtkutil.h @ 50188:334078c4c044

gtkutil.h: Removed xg_ignore_next_thumb.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 18 Mar 2003 17:48:45 +0000
parents c078950f7aa6
children fa50953c02dc
comparison
equal deleted inserted replaced
50187:8c92ccc7b6dd 50188:334078c4c044
196 196
197 /* Setting scrollbar values invokes the callback. Use this variable 197 /* Setting scrollbar values invokes the callback. Use this variable
198 to indicate that the callback should do nothing. */ 198 to indicate that the callback should do nothing. */
199 extern int xg_ignore_gtk_scrollbar; 199 extern int xg_ignore_gtk_scrollbar;
200 200
201 /* After we send a scroll bar event, x_set_toolkit_scroll_bar_thumb will
202 be called. For some reason that needs to be debugged, it gets called
203 with bad values. Thus, we set this variable to ignore those calls. */
204 extern int xg_ignore_next_thumb;
205
206 /* If a detach of a menu is done, this is the menu widget that got 201 /* If a detach of a menu is done, this is the menu widget that got
207 detached. Must be set to NULL before popping up popup menus. 202 detached. Must be set to NULL before popping up popup menus.
208 Used with xg_keep_popup to delay deleting popup menus when they 203 Used with xg_keep_popup to delay deleting popup menus when they
209 have been detached. */ 204 have been detached. */
210 extern GtkWidget *xg_did_tearoff; 205 extern GtkWidget *xg_did_tearoff;