| 591 | } |
| 592 | |
| 593 | void ElaWindow::setWindowButtonFlag(ElaAppBarType::ButtonType buttonFlag, bool isEnable) |
| 594 | { |
| 595 | Q_D(ElaWindow); |
| 596 | d->_appBar->setWindowButtonFlag(buttonFlag, isEnable); |
| 597 | } |
| 598 | |
| 599 | void ElaWindow::setWindowButtonFlags(ElaAppBarType::ButtonFlags buttonFlags) |
| 600 | { |