GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
DropDownListComboBoxStyles.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
ComboBoxStyles.h
"
4
5
namespace
gui_framework
6
{
7
namespace
styles
8
{
10
class
GUI_FRAMEWORK_API
DropDownListComboBoxStyles
:
public
ComboBoxStyles
11
{
12
public
:
13
DropDownListComboBoxStyles
();
14
15
~DropDownListComboBoxStyles
() =
default
;
16
};
17
}
18
}
ComboBoxStyles.h
GUI_FRAMEWORK_API
#define GUI_FRAMEWORK_API
Definition
GUIFrameworkConstants.h:103
gui_framework::styles::ComboBoxStyles
Base class for combo box styles.
Definition
ComboBoxStyles.h:11
gui_framework::styles::DropDownListComboBoxStyles
DropDownListComboBox styles.
Definition
DropDownListComboBoxStyles.h:11
gui_framework::styles::DropDownListComboBoxStyles::~DropDownListComboBoxStyles
~DropDownListComboBoxStyles()=default
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
Styles
Components
ComboBoxes
DropDownListComboBoxStyles.h
Generated by
1.12.0