Re: GnomeCanvasGroup's children?



> 
> Could someone please tell me how to get the children of a
> GnomeCanvasGroup
> without casting it to _GnomeCanvasGroup?
>
You simply cast it to (GnomeCanvasGroup *)
Most people would probably do:
GNOME_CANVAS_GROUP (your_group)->item_list
But in most situation app shouldn't need to find children - usually you
can go better trying to do some model/view distinction.
Lauris




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]