xtd 0.2.0
forms_namespace_aliases.hpp
Go to the documentation of this file.
1
4#pragma once
5#undef linux
6
8namespace xtd {
10 namespace forms {}
12 namespace windows {
14 namespace forms = xtd::forms;
15 }
16}
17
19namespace xtd {
21 namespace forms {}
23 namespace macos {
25 namespace forms = xtd::forms;
26 }
27}
28
30namespace xtd {
32 namespace forms {}
34 namespace linux {
36 namespace forms = xtd::forms;
37 }
38}
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd::linux namespaces including animation clients, user interface controls, data binding,...
Definition forms_namespace_aliases.hpp:34
The xtd::macos namespaces including animation clients, user interface controls, data binding,...
Definition forms_namespace_aliases.hpp:23
The xtd::windows namespaces including animation clients, user interface controls, data binding,...
Definition forms_namespace_aliases.hpp:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8