Re: gpointer draw_data in struct _GtkDrawingArea ?
- From: Owen Taylor <otaylor redhat com>
- To: barbapapa <barbapapa myrealbox com>
- Cc: gtk-list gnome org
- Subject: Re: gpointer draw_data in struct _GtkDrawingArea ?
- Date: Mon, 11 Nov 2002 21:38:10 -0500 (EST)
barbapapa <barbapapa myrealbox com> writes:
> hi all,
>
> what is the gpointer draw_data in the struct _GtkDrawingArea of the
> GtkDrawingArea good for? can I use it for my own purposes in my application
Your guess is as good as mine as for what it is for; it is
not currently used by the widget itself.
I'd suggest using g_object_set_data() instead of this pointer
though; it's the normal way to attach data to a widget.
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]