[Gtk-sharp-list] TreeView context menu.

Lee Mallabone lee@fonicmonkey.net
19 Feb 2003 19:49:02 -0500


On Wed, 2003-02-19 at 12:42, George Farris wrote:
> Well actually I've gotten a bit further since I emailed the list I have
> a function that looks like so:
> ..snip..			
> 	if (book.Selection.GetSelected(out model, ref iter))
> 	{
> 		model.GetValue(iter, 1, value);
> 	}
> }
> 
> I'm just not clear on the whole "value" thing yet.  Any ideas?

This is a bug in the C# wrapper. The value argument should be an 'out'
parameter, but it's been wrapped as a normal 'in' parameter.

I'd suggest opening a bug at bugzilla.ximian.com, otherwise I expect
it'll eventually get fixed/reported in the API 'audit' that's slowly
happening...

Lee.