Hi,

in the PropDescription structure can i put a gpointer as extradata ?
exemple :
        GList *foo;

and in the table :
static PropDescription bar[] = {
...,
        { "fooValue", PROP_TYPE_STRINGLIST, PROP_FLAG_VISIBLE, N_("string
list"), NULL, foo},
...
} 

and the foo pointer will be modify in the update_object function.

And how i made this ?? because the now i have an error "initializer
element is not constant"
Have you any idea ?


Lidiriel.


_______________________________________________
Dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.gnome.org/projects/dia/faq.html
Main page at http://www.gnome.org/projects/dia

Reply via email to