* This is a separate visibility setting intended * for temporary effects like window popups, * so as to not override the default visibility setting. * @note Do not confuse with setVisible! * @param hidden Shown or hidden. */
| 707 | * @param hidden Shown or hidden. |
| 708 | */ |
| 709 | void Surface::setHidden(bool hidden) |
| 710 | { |
| 711 | _hidden = hidden; |
| 712 | } |
| 713 | |
| 714 | /** |
| 715 | * Locks the surface from outside access |