GtkColorButton and GtkFontButton problems

2007-08-24 Thread Miroslav Rajcic
I am having two GtkColorButton and GtkFontButton widgets on my options dialog. My problem is that when user clicks to one of those widgets, selection dialog that opens on the click, is opened correctly, but is being displayed underneath the options dialog (which uses

Re: GtkColorButton and GtkFontButton problems

2007-08-24 Thread Yeti
On Fri, Aug 24, 2007 at 09:10:30AM +0200, Miroslav Rajcic wrote: I am having two GtkColorButton and GtkFontButton widgets on my options dialog. My problem is that when user clicks to one of those widgets, selection dialog that opens on the click, is opened correctly, but is being displayed

Re: GtkColorButton and GtkFontButton problems

2007-08-24 Thread Miroslav Rajcic
If this happens on MS Windows and the dialogs are modal, a workaround is to make the parent dialog temporarily non-modal for the time the child dialog is displayed. However, it's not so easy to do this for the selectors as they do not provide any interface regarding the child dialogs. I