void
JXExprWidget::JXExprEditorX()
{
	// required by JXGetCurrColormap
	assert( GetWindow()->GetColormap() == GetDisplay()->GetColormap() );

	// insure that we have a JFunction to display
	// (also calls EIPBoundsChanged and EIPAdjustNeedTab)

	ClearFunction();
	EIPDeactivate();
}
void
JXExprEditor::HandleUnfocusEvent()
{
	JXScrollableWidget::HandleUnfocusEvent();
	EIPDeactivate();
}