Re: lock focus

2005-05-20 Thread Muthiah Annamalai
I think youre talking about a modal dialog box. You must set the GTK_DIALOG_MODAL flag on. Thats it, while creating a dialog box, with the dialog_new_with_buttons() pass this flag also. Must work. #include void my_exit_cb(GtkWidget *w) { GtkWidget *m; gtk_window_set_title(GTK_WINDOW(

lock focus

2005-05-20 Thread y g
hi, i have a confirmation dialog that needs to stay on focus and on top with all the other windows "deactivated". Browsed the documentation of the api reference for widget and window but none of the functions rings a bell... as the interface is created with glade there is no parent window to the d