GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
StaticControlAdditionalCreationData.cpp
Go to the documentation of this file.
2
3using namespace std;
4
5namespace gui_framework
6{
7 namespace utility
8 {
10 text(text)
11 {
12
13 }
14
16 {
17 return make_any<wstring>(text);
18 }
19 }
20}