Help with modal dialog

2016-04-19 Thread Matt Postiff
I have a working dialog that displays a system log file in "real time" in my gtk2 Windows/Linux app. It is modal. What I want to do is make it non-modal so it can float off to the side of my app and always be visible while I work in the app. I have tried to gtk_window_set_modal to FALSE and also

Re: Help with modal dialog

2016-04-19 Thread Marius Gedminas
On Tue, Apr 19, 2016 at 10:07:50AM -0400, Matt Postiff wrote: > I have a working dialog that displays a system log file in "real time" > in my gtk2 Windows/Linux app. It is modal. > > What I want to do is make it non-modal so it can float off to the side > of my app and always be visible while I w