Lines Matching defs:topmost
739 * @brief Set whether the window is topmost
741 * @param topmost whether window is topmost
744 virtual WMError SetTopmost(bool topmost) { return WMError::WM_OK; }
746 * @brief Get whether window is topmost
748 * @return True means window is topmost
752 * @brief Set whether the main window is topmost
754 * @param isTopmost whether main window is topmost
759 * @brief Get whether main window is topmost
761 * @return True means main window is topmost
2371 * @param byLoadContent True when called by loading content, false when called by creating non topmost subwindow