cxWidgets 1.0
cxMenuItemType.h
Go to the documentation of this file.
1// Copyright (c) 2026 E. Oulashin
2#ifndef __CXMENUITEMTYPE_H__
3#define __CXMENUITEMTYPE_H__
4
5namespace cx {
6
7// Copyright (c) 2005-2007 Michael H. Kinney
8//
9// This header defines the enumeration
10// cxMenuItemType, which is used by cxMenu for
11// different tyeps of menu items.
12
21
22} // namespace cx
23
24#endif
cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all it...
Definition cxApp.cpp:5
cxMenuItemType
Definition cxMenuItemType.h:14
@ cxITEM_POPUPMENU
Definition cxMenuItemType.h:17
@ cxITEM_SUBMENU
Definition cxMenuItemType.h:16
@ cxITEM_SEPARATOR
Definition cxMenuItemType.h:18
@ cxITEM_NORMAL
Definition cxMenuItemType.h:15
@ cxITEM_UNSELECTABLE
Definition cxMenuItemType.h:19