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