GTKD TreeView - Delete TreeView SubItem with Button?
    Justin Whear via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Fri Nov 20 11:41:57 PST 2015
    
    
  
On Fri, 20 Nov 2015 19:34:01 +0000, TheDGuy wrote:
> Thanks for your reply,
> 
> is it also possible to do it like this?
> 
Yeah, that'll work.
> but now i get the error:
> 
> "rowDeleted is not callable using argument types (TreeIter)"?
rowDeleted is just to emit the signal that a row has been removed, not 
actually remove it.  You probably want to use the ListStore's remove 
method.
    
    
More information about the Digitalmars-d-learn
mailing list