summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8dd4f53)
the tree ctrl during dnd
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6177
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+#ifndef __WXGTK__
+ #define wxCURSOR_DEFAULT wxCURSOR_ARROW
+#endif
+
// ---------------------------------------------------------------------------
// macros
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
// macros
// ---------------------------------------------------------------------------
wxPoint m_dragStart;
bool m_isDragging; // true between BEGIN/END drag events
wxGenericTreeItem *m_dropTarget;
wxPoint m_dragStart;
bool m_isDragging; // true between BEGIN/END drag events
wxGenericTreeItem *m_dropTarget;
+ wxCursor m_oldCursor; // cursor is changed while dragging
+ wxGenericTreeItem *m_oldSelection;
wxTimer *m_renameTimer;
bool m_renameAccept;
wxTimer *m_renameTimer;
bool m_renameAccept;