Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cXListBox.cpp File Reference
#include "pch.h"
#include "Control/cXListBox.h"
#include "Control/cXScrollBar.h"
#include "Control/cXListItemHeader.h"
#include "Dialog/cXDialog.h"
#include "Pop/cXMenu.h"

Namespaces

 GrayGUI
 

Macros

#define LISTBOX_SELECT_COLOR   D3DCOLOR_Red
 
#define LISTBOX_SELECT_ALPHA_FACTOR   2.5f
 
#define LISTBOX_UNSELECT_COLOR   D3DCOLOR_White
 
#define LISTBOX_UNSELECT_ALPHA_FACTOR   1.5f
 

Detailed Description

Macro Definition Documentation

◆ LISTBOX_SELECT_ALPHA_FACTOR

#define LISTBOX_SELECT_ALPHA_FACTOR   2.5f

◆ LISTBOX_SELECT_COLOR

#define LISTBOX_SELECT_COLOR   D3DCOLOR_Red

◆ LISTBOX_UNSELECT_ALPHA_FACTOR

#define LISTBOX_UNSELECT_ALPHA_FACTOR   1.5f

◆ LISTBOX_UNSELECT_COLOR

#define LISTBOX_UNSELECT_COLOR   D3DCOLOR_White