Molybden API
Loading...
Searching...
No Matches
window.hpp
1
// Copyright (c) 2000-2023 TeamDev Ltd. All rights reserved.
2
// TeamDev PROPRIETARY and CONFIDENTIAL.
3
// Use is subject to license terms.
4
5
#ifndef MOLYBDEN_WINDOW_HPP
6
#define MOLYBDEN_WINDOW_HPP
7
8
namespace
molybden {
9
13
enum class
WindowButtonType {
17
kClose,
21
kMinimize,
25
kRestore,
29
kMaximize,
33
kZoom
34
};
35
36
}
// namespace molybden
37
38
#endif
// MOLYBDEN_WINDOW_HPP
include
molybden
ui
window.hpp