GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
HorizontalTrackbarControl.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace gui_framework
6{
9 {
10 public:
12 {
13 top,
14 bottom,
15 both
16 };
17
18 public:
19 HorizontalTrackbarControl(const std::wstring& trackbarName, const utility::ComponentSettings& settings, BaseComposite* parent, bool autoTicks = true, horizontalTickPosition position = horizontalTickPosition::bottom, 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 horizontal trackbar control.