I need a dialog with absolutely no border

2007-06-20 Thread Kevin Lambert
I am using Glade-3 to create a dialog which only has a button and that button has an image assigned to it. What I need is for the image to take up the entire screen without a border. What I am finding is that GtkDialog seems to force a 2-3 pixel border around the entire image. Is there any way

RE: Dialog closing prematurely with response code of 0

2007-04-05 Thread Kevin Lambert
(Yeti) Sent: Thursday, March 22, 2007 7:12 PM To: gtk-app-devel-list@gnome.org Subject: Re: Dialog closing prematurely with response code of 0 On Thu, Mar 22, 2007 at 09:20:47AM -0400, Kevin Lambert wrote: I have a button in DispenserLoadDialog that launches DispenserLoadingDialog without

RE: FW: Dialog closing prematurely with response code of 0

2007-03-22 Thread Kevin Lambert
PROTECTED] On Behalf Of David Neèas (Yeti) Sent: Wednesday, March 21, 2007 5:46 PM To: gtk-app-devel-list@gnome.org Subject: Re: FW: Dialog closing prematurely with response code of 0 On Wed, Mar 21, 2007 at 04:42:39PM -0400, Kevin Lambert wrote: Does anybody have any ideas about this? It looks like

FW: Dialog closing prematurely with response code of 0

2007-03-21 Thread Kevin Lambert
Does anybody have any ideas about this? It looks like the response from gtk_dialog_response is being captured by dialogs that don't match the GtkDialog pointer that was passed in. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Lambert Sent

Dialog closing prematurely with response code of 0

2007-03-15 Thread Kevin Lambert
I have a GtkDialog(first) which has a button on it that launches another GtkDialog (second). If I press either the Ok or the Cancel button on the second Dialog it causes both dialogs to close with the gtk_dialog_run for the first dialog returning back a code of 0 (which shouldn't be possible).

Problem with GtkDialog and gtk_widget_destroy()

2006-11-17 Thread Kevin Lambert
I have been using Glade to create the xml for the dialog then used libglade to create the actual dialog. The dialog is shown and works as expected EXCEPT that when I press Cancel (which call gtk_dialog_response(GTK_DIALOG(dialog), GTK_RESPONSE_CANCEL)) the button grays but the dialog itself