Re: help on gtk.
- From: "Anupama Chandwani" <anupama chandwani gmail com>
- To: 4453d6be0609130356x64aa177eodc8991a5a0bd9688 mail gmail com
- Cc: sameer tandra <sameer tandra gmail com>, gtk-list gnome org
- Subject: Re: help on gtk.
- Date: Thu, 14 Sep 2006 12:04:23 +0530
Hi Sameer
I compiled your code just to get a few semi-colons missing & an error
saying
button.c:19: error: `delete_event' undeclared (first use in this
function)
for which you can add this code
gint delete_event (GtkWidget *widget, gpointer gdata)
{
g_print ("Quitting...\n");
gtk_main_quit();
return (FALSE);
}
The program ran with no segmentation fault. Plz specify the exact case
where you getting a problem
Cheers,
Anupama Chandwani
Celunite Soft Technologies
3rd Floor, Business Avenue
Koregaon Park
Pune, MS 411001
INDIA
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]