RHPaned.RHPaned


public function RHPaned

Prototype:

public function RHPaned (Owner);

Parameters

Owner
the parent of the RHPaned; the parent should be at least a SingleContainer derived object;

Description:

This is the constructor for RHPaned.

Return value:

This is a constructor, and returns nothing.

Example
To instantiate a RHPaned you should use the 'new' operator:

	var box=new RHPaned(container);
	// don't forget to call Show ();
	box.Show();