GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
TextListViewAdditionalCreationData.cpp
Go to the documentation of this file.
2
3using namespace std;
4
5namespace gui_framework
6{
7 namespace utility
8 {
10 items(items)
11 {
12
13 }
14
16 {
17 return make_any<vector<wstring>>(items);
18 }
19
21 items(items)
22 {
23
24 }
25
27 {
28 return make_any<vector<wstring>>(items);
29 }
30 }
31}
Base templated class for component creators.