[Gtk-sharp-list] Paned class

Lee Mallabone gnome@fonicmonkey.net
04 Mar 2003 08:32:02 +0000


Hi all,

There is a method in the generated Paned.cs file with the following
signature:

public void ComputePosition (int allocation, int child1_req, int
child2_req);

It is not mentioned anywhere in the C API docs, and it's not clear from
that signature that it should actually be exposed as a public function.

How do I find out if we should make it private and/or not bind it?

Regards,

Lee.