Re: [gtk-list] Passing widgets in signals
- From: u07ih abdn ac uk
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Passing widgets in signals
- Date: Thu, 17 Feb 2000 14:38:38 +0000 (GMT)
> list = gtk_clist_new_with_titles(1, title);
> <work magic>
> gtk_widget_show(list);
>
> enter = gtk_entry_new ();
> gtk_signal_connect(GTK_OBJECT(enter), "activate",
> GTK_SIGNAL_FUNC(xmark_process), &list);
>
List is already a pointer...you don't need the &
iain
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]