Hi, all.

In general, it is correct to call iup.Destroy(AnElement) from AnElemet's 
child callback?
For sample:

hbox = iup.hbox{}
iup.Append({hbox, iup.button{
     -- ...
     action = function(this)
         -- ...
         iup.Destroy(hbox)
     end,
})

------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to