GTKD TreeView - Delete TreeView SubItem with Button?

TheDGuy via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Nov 20 11:45:25 PST 2015


So like this?

	public void remove(TreeIter iter)
	{
		this.remove(iter);
	}

If i do this, i get a stackoverflow error :(


More information about the Digitalmars-d-learn mailing list