barbapapa <[EMAIL PROTECTED]> 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
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to