cxWidgets
1.0
home
erico
projects
cxWidgets
src
cxMiscDefines.h
Go to the documentation of this file.
1
// Copyright (c) 2026 E. Oulashin
2
#ifndef __CXMISCDEFINES_H__
3
#define __CXMISCDEFINES_H__
4
// Copyright (c) 2005-2007 Michael H. Kinney
5
//
6
// This file contains misc. #defines for cxWidgets.
7
8
// Whenever HOTKEY_CHAR is found in
9
// cxMenu item text and cxForm status
10
// text, the next character in the text
11
// (except spaces) will be underlined.
12
#define HOTKEY_CHAR '&'
13
#define HOTKEY_CHAR_STR "&"
14
// For scrollbars
15
#define SCROLLBAR_TOP "^"
16
#define SCROLLBAR_BOTTOM "v"
17
18
#endif
Generated by
1.9.8