GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
TrackbarControlStyles.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace gui_framework
6{
7 namespace styles
8 {
11 {
12 protected:
14
15 public:
17
18 virtual ~TrackbarControlStyles() = default;
19 };
20 }
21}
#define GUI_FRAMEWORK_API
Provides default styles for all windows.