cxWidgets 1.0
cxPositions.h
Go to the documentation of this file.
1// Copyright (c) 2026 E. Oulashin
2#ifndef __CXPOSITIONS_H__
3#define __CXPOSITIONS_H__
4
5namespace cx {
6
7// Copyright (c) 2005-2007 Michael H. Kinney
8//
9// This file defines an enumeration for
10// horizontal and vertical positions.
11
21
31
32} // namespace cx
33
34#endif
cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all it...
Definition cxApp.cpp:5
eVPosition
Definition cxPositions.h:26
@ eVP_CENTER
Definition cxPositions.h:27
@ eVP_BOTTOM
Definition cxPositions.h:29
@ eVP_TOP
Definition cxPositions.h:28
eHPosition
Definition cxPositions.h:16
@ eHP_RIGHT
Definition cxPositions.h:19
@ eHP_LEFT
Definition cxPositions.h:18
@ eHP_CENTER
Definition cxPositions.h:17