cxWidgets 1.0
cxReturnCodes.h
Go to the documentation of this file.
1// Copyright (c) 2026 E. Oulashin
2#ifndef __CXRETURNCODES_H__
3#define __CXRETURNCODES_H__
4
5namespace cx {
6
7// Copyright (c) 2005-2007 Michael H. Kinney
8//
9// This file defines return codes used by
10// various types of windows.
11
27{
28 cxID_OK = -400L,
29 cxID_CANCEL = -399L,
30 cxID_EXIT = -398L,
31 cxID_QUIT = -397L,
33};
34
35} // namespace cx
36
37#endif
cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all it...
Definition cxApp.cpp:5
eReturnCode
Definition cxReturnCodes.h:27
@ cxID_OK
Definition cxReturnCodes.h:28
@ cxID_CANCEL
Definition cxReturnCodes.h:29
@ cxFIRST_AVAIL_RETURN_CODE
Definition cxReturnCodes.h:32
@ cxID_QUIT
Definition cxReturnCodes.h:31
@ cxID_EXIT
Definition cxReturnCodes.h:30