[Q] drawing area
- From: Thomas Mailund Jensen <mailund daimi au dk>
- To: gtk-list redhat com
- Subject: [Q] drawing area
- Date: 19 Jan 1999 17:09:22 +0100
What is the purpose of the draw_data entry in gtkdrawingarea?
struct _GtkDrawingArea
{
GtkWidget widget;
gpointer draw_data;
};
The only place it occurs in the source seems to be in the
initialisation, where it is set to NULL.
static void
gtk_drawing_area_init (GtkDrawingArea *darea)
{
darea->draw_data = NULL;
}
It's not really important for me to know or anything...I'm just a bit
curious.
/mailund
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]