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.