GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::standard_classes Namespace Reference

Variables

const std::wstring button = WC_BUTTONW
 
const std::wstring editControl = WC_EDITW
 
const std::wstring staticControl = WC_STATICW
 
const std::wstring comboBox = WC_COMBOBOXW
 
const std::wstring listBox = WC_LISTBOXW
 
const std::wstring richEdit = MSFTEDIT_CLASS
 
const std::wstring tabControl = WC_TABCONTROLW
 
const std::wstring listView = WC_LISTVIEWW
 
const std::wstring progressBar = PROGRESS_CLASSW
 
const std::wstring trackbarControl = TRACKBAR_CLASSW
 
const std::wstring scrollBar = WC_SCROLLBARW
 

Variable Documentation

◆ button

const std::wstring gui_framework::standard_classes::button = WC_BUTTONW
inline

Definition at line 16 of file GUIFrameworkConstants.h.

◆ comboBox

const std::wstring gui_framework::standard_classes::comboBox = WC_COMBOBOXW
inline

Definition at line 19 of file GUIFrameworkConstants.h.

◆ editControl

const std::wstring gui_framework::standard_classes::editControl = WC_EDITW
inline

Definition at line 17 of file GUIFrameworkConstants.h.

◆ listBox

const std::wstring gui_framework::standard_classes::listBox = WC_LISTBOXW
inline

Definition at line 20 of file GUIFrameworkConstants.h.

◆ listView

const std::wstring gui_framework::standard_classes::listView = WC_LISTVIEWW
inline

Definition at line 23 of file GUIFrameworkConstants.h.

◆ progressBar

const std::wstring gui_framework::standard_classes::progressBar = PROGRESS_CLASSW
inline

Definition at line 24 of file GUIFrameworkConstants.h.

◆ richEdit

const std::wstring gui_framework::standard_classes::richEdit = MSFTEDIT_CLASS
inline

Definition at line 21 of file GUIFrameworkConstants.h.

◆ scrollBar

const std::wstring gui_framework::standard_classes::scrollBar = WC_SCROLLBARW
inline

Definition at line 26 of file GUIFrameworkConstants.h.

◆ staticControl

const std::wstring gui_framework::standard_classes::staticControl = WC_STATICW
inline

Definition at line 18 of file GUIFrameworkConstants.h.

◆ tabControl

const std::wstring gui_framework::standard_classes::tabControl = WC_TABCONTROLW
inline

Definition at line 22 of file GUIFrameworkConstants.h.

◆ trackbarControl

const std::wstring gui_framework::standard_classes::trackbarControl = TRACKBAR_CLASSW
inline

Definition at line 25 of file GUIFrameworkConstants.h.