public function RFixed
Prototype:
public function RFixed(Owner);
Parameters
	
		
			Owner
		
		
			the parent of the RFixed; the parent should be at least a SingleContainer derived object.
		
	 
 
Description:
This is the constructor for 
RFixed. 
 
Return value:
This is a constructor, and returns nothing.
Example
To instantiate a RFixed you should use the 'new' operator:
	var box=new RFixed(container);
	// don't forget to call {Show } ();
	box.Show();