GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
ListBoxParser.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace gui_framework
6{
7 namespace parsers
8 {
11 {
12 std::vector<std::wstring> values;
13 uint8_t columnWidth;
14
15 public:
16 ListBoxParser() = default;
17
18 void parse(const json::utility::jsonObject& description) override;
19
20 ~ListBoxParser() = default;
21 };
22 }
23}
#define GUI_FRAMEWORK_API
Parse ListBox and MultipleSelectListBox specific properties.
std::vector< std::wstring > values