Popup window for alert

2009-03-18 Thread Jeffrey Barish
I would like a popup window with a black line on its border in which I can put a label to alert the user to a failure condition. A Dialog doesn't work because the appearance and disappearance of the window is entirely under program control. A WINDOW_POPUP doesn't work because it lacks the black

Re: Popup window for alert

2009-03-18 Thread John Coppens
On Wed, 18 Mar 2009 16:55:35 -0600 Jeffrey Barish jeff_bar...@earthlink.net wrote: I would like a popup window with a black line on its border in which I can put a label to alert the user to a failure condition. A Dialog doesn't work because the appearance and disappearance of the window is

Re: Popup window for alert

2009-03-18 Thread Ardhan Madras
); ... Try to call them before showing the window. -- ajhwb --- jeff_bar...@earthlink.net wrote: From: Jeffrey Barish jeff_bar...@earthlink.net To: gtk-app-devel-list@gnome.org Subject: Popup window for alert Date: Wed, 18 Mar 2009 16:55:35 -0600 I would like a popup window with a black line on its

Re: Popup window for alert

2009-03-18 Thread Jeffrey Barish
John Coppens wrote: On Wed, 18 Mar 2009 16:55:35 -0600 Jeffrey Barish jeff_bar...@earthlink.net wrote: I would like a popup window with a black line on its border in which I can put a label to alert the user to a failure condition. A Dialog doesn't work because the appearance and