All Classes |Grouped Classes |Index

Function get_named_item

Find child component with the specified component ID name.

	CL_GUIComponent* CL_GUIComponent::get_named_item();

	static CL_ListView* CL_ListView::get_named_item(
		CL_GUIComponent * reference_component,
		const CL_StringRef & id);

	CL_GUIComponent* CL_GUIComponent::get_named_item(
		const CL_StringRef & id);