Re: [gtk-list] Ataching data to a widget
- From: "José Miguel R. Barrientos" <jmiguel ceselsa es>
- CC: gtk-list redhat com
- Subject: Re: [gtk-list] Ataching data to a widget
- Date: Thu, 03 Jun 1999 13:17:48 +0000
Sven LUTHER wrote:
>
> Hello, ...
>
> Is it possible to attach some information to a widget ? Some pointer to data or
> anything like that ?
>
> Friendly,
>
> Svven LUTHER
>
> --
> To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
gtk_object_set_user_data(GTK_OBJECT(MyWidget), (gpointer)&MyDataStruct);
pointertoMyDataStruct = gtk_object_get_user_data(GTK_OBJECT(MyWidget));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]