wxITEM_FOO instead of wxItem_Foo, for the sake of consistency
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -855,11 +855,11 @@ typedef enum {
|
||||
// menu and toolbar item kinds
|
||||
enum wxItemKind
|
||||
{
|
||||
wxItem_Separator = -1,
|
||||
wxItem_Normal,
|
||||
wxItem_Check,
|
||||
wxItem_Radio,
|
||||
wxItem_Max
|
||||
wxITEM_SEPARATOR = -1,
|
||||
wxITEM_NORMAL,
|
||||
wxITEM_CHECK,
|
||||
wxITEM_RADIO,
|
||||
wxITEM_MAX
|
||||
};
|
||||
|
||||
enum wxHitTest
|
||||
|
Reference in New Issue
Block a user