Corey Donohoe <[EMAIL PROTECTED]> [2004-08-12 10:21]:
> I have to side with phormie on this one. The basic smart object
> template shows off what he's talking about. I'm sure you know about
> this tilman :)
>
>
> * Brian Mattern ([EMAIL PROTECTED]) wrote:
> > The preferred method of passing dat
I have to side with phormie on this one. The basic smart object
template shows off what he's talking about. I'm sure you know about
this tilman :)
* Brian Mattern ([EMAIL PROTECTED]) wrote:
> The preferred method of passing data to these functions is via the smart
> objects data field ( evas_o
The preferred method of passing data to these functions is via the smart
objects data field ( evas_object_smart_data_{set|get} )
Create a struct with any data your smart object needs, the set the data.
That way it is included with the object at all times, and doesn't need
to be passed independe