Re: EuGTK:Replacing TreeView Data

new topic     » goto parent     » topic index » view thread      » older message » newer message
irv said...
euphoric said...

Irv, when I'm using

    set(myTV,"data",newTVData) 

it's appending newTVData to what already exists in the TreeView.

How do I replace the TreeView data?

set(myTV,"data","clear") -- out with the old, 
set(myTV,"data",newTVData) -- in with the new. 

The "clear" is crashing the app.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu