Re: resizing tables with widget and unref
- From: "Iain" <tigermilk btinternet com>
- To: "rhfreeman" <rhfreeman micron com>, <gtk-list gnome org>
- Cc: <gtk-list gnome org>
- Subject: Re: resizing tables with widget and unref
- Date: Mon, 26 Jun 2000 12:52:24 +0100
> gtk_signal_connect(GTK_OBJECT(remove_panel_window), "destroy",
> GTK_SIGNAL_FUNC(remove_list_from_panel), &main_vbox);
Should this really be &main_vbox and not just main_vbox?
main_vbox should be GtkWidget *main_vbox = gtk_vbox_new (...);
or is there some special reason why you're doing it another way?
iain
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]