Re: gpointer draw_data in struct _GtkDrawingArea ?



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]