cxWidgets
1.0
home
erico
projects
cxWidgets
src
cxInputOptions.h
Go to the documentation of this file.
1
// Copyright (c) 2026 E. Oulashin
2
#ifndef __CXINPUTOPTIONS_H__
3
#define __CXINPUTOPTIONS_H__
4
5
namespace
cx
{
6
7
// Copyright (c) 2005-2007 Michael H. Kinney
8
//
9
19
enum
eInputOptions
20
{
21
eINPUT_EDITABLE
= 0,
22
eINPUT_READONLY
23
};
24
25
}
// namespace cx
26
27
#endif
cx
cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all it...
Definition
cxApp.cpp:5
cx::eInputOptions
eInputOptions
Definition
cxInputOptions.h:20
cx::eINPUT_READONLY
@ eINPUT_READONLY
Definition
cxInputOptions.h:22
cx::eINPUT_EDITABLE
@ eINPUT_EDITABLE
Definition
cxInputOptions.h:21
Generated by
1.9.8