GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
VerticalTrackbarControl.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace gui_framework
6{
9 {
10 public:
12 {
13 left,
14 right,
15 both
16 };
17
18 public:
19 VerticalTrackbarControl(const std::wstring& trackbarName, const utility::ComponentSettings& settings, BaseComposite* parent, bool autoTicks = true, verticalTickPosition position = verticalTickPosition::left, bool selectionRange = false, bool noTicks = false);
20
21 size_t getHash() const override;
22
23 json::JSONBuilder getStructure() const override;
24
26 };
27}
#define GUI_FRAMEWORK_API
Base class for all windows that has children windows.
Base class for all tracbar controls.
Standard vertical trackbar control.