GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
StaticControl.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace gui_framework
7{
10 public BaseStaticControl,
12 {
13 public:
14 StaticControl(const std::wstring& staticControlName, const std::wstring& editControlText, const utility::ComponentSettings& settings, BaseComposite* parent);
15
16 size_t getHash() const override;
17
18 ~StaticControl() = default;
19 };
20}
#define GUI_FRAMEWORK_API
Base class for all windows that has children windows.
Base class for all static controls.
Standard static control.
Provides resize, setBlockResize, getBlockResize methods.