Example #1
0
void PanedPosition::saveToNode(xml::Node node) {
	node.setAttributeValue("position", string::toString(_position));
}