Focus of about dialog

2010-05-26 Thread Vikraman Choudhury
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've added an about dialog to my gtk application, using GtkAboutDialog. However, when the dialog is displayed, the user can still switch to the main window, which is undesirable. The dialog should steal focus of the whole application. How can I do

Re: Focus of about dialog

2010-05-26 Thread Tadej Borovšak
Hello. I've added an about dialog to my gtk application, using GtkAboutDialog. However, when the dialog is displayed, the user can still switch to the main window, which is undesirable. The dialog should steal focus of the whole application. How can I do that ? I have looked at