Widget destroy
- From: Russell Shaw <rjshaw netspace net au>
- To: gtk-app-devel-list gnome org
- Subject: Widget destroy
- Date: Wed, 23 Jun 2004 23:55:33 +1000
Hi,
In a widget, i have:
static void
table_class_init(TableClass *klass)
{
GObjectClass *gobject_class=G_OBJECT_CLASS(klass);
GTK_OBJECT_CLASS(gobject_class)->destroy=table_destroy;
...
}
When gtk_widget_destroy(table) is called from main.c,
table_destroy() gets called twice. Is that normal?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]