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