added wxCURSOR_DEFAULT to others (not GTK only), hide the current selection in

the tree ctrl during dnd


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-02-21 14:35:44 +00:00
parent 8dd4f53663
commit 943d28e424
2 changed files with 6 additions and 0 deletions

View File

@@ -126,6 +126,10 @@ enum wxStockCursor
wxCURSOR_MAX
};
#ifndef __WXGTK__
#define wxCURSOR_DEFAULT wxCURSOR_ARROW
#endif
// ---------------------------------------------------------------------------
// macros
// ---------------------------------------------------------------------------