45     width: Math.min(300, parent.width - 24);
    46     height: parent.height - y
    49     property Item _mainChild: null
    69     function presentDrawerContent(item) {
    72         item.parent = _presentingDrawer.contentItem;
    73         item.drawer = _presentingDrawer;
    87     function closeAction() {
    88         if(_mainChild && typeof _mainChild.closeAction == 
"function") {
    89             if(_mainChild.closeAction())