GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
DropDownListComboBoxStyles.cpp
Go to the documentation of this file.
1
#include "
DropDownListComboBoxStyles.h
"
2
3
using namespace
std;
4
5
namespace
gui_framework
6
{
7
namespace
styles
8
{
9
DropDownListComboBoxStyles::DropDownListComboBoxStyles
()
10
{
11
this->
appendStyle
(CBS_DROPDOWNLIST);
12
}
13
}
14
}
DropDownListComboBoxStyles.h
gui_framework::interfaces::IStyles::appendStyle
void appendStyle(LONG_PTR style)
Append new WinAPI style.
Definition
IStyles.cpp:23
gui_framework::styles::DropDownListComboBoxStyles::DropDownListComboBoxStyles
DropDownListComboBoxStyles()
Definition
DropDownListComboBoxStyles.cpp:9
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
Styles
Components
ComboBoxes
DropDownListComboBoxStyles.cpp
Generated by
1.12.0