| 3411 return TRUE; |
3411 return TRUE; |
| 3412 } |
3412 } |
| 3413 return FALSE; |
3413 return FALSE; |
| 3414 #endif |
3414 #endif |
| 3415 #else |
3415 #else |
| |
3416 #if GTK_CHECK_VERSION(2,4,0) |
| 3416 /* This finds the currently active window and makes that the parent window. */ |
3417 /* This finds the currently active window and makes that the parent window. */ |
| 3417 GList *windows = NULL; |
3418 GList *windows = NULL; |
| 3418 GtkWidget *parent = NULL; |
3419 GtkWidget *parent = NULL; |
| 3419 GdkEvent *event = gtk_get_current_event(); |
3420 GdkEvent *event = gtk_get_current_event(); |
| 3420 GdkWindow *menu = NULL; |
3421 GdkWindow *menu = NULL; |