DragonNest/Client/EtWorldPainter/SoundListTreeCtrl.h
2024-12-19 09:48:26 +08:00

22 lines
388 B
C++

#pragma once
// SoundListTreeCtrl
class SoundListTreeCtrl : public CXTTreeCtrl
{
DECLARE_DYNAMIC(SoundListTreeCtrl)
public:
SoundListTreeCtrl();
virtual ~SoundListTreeCtrl();
protected:
DECLARE_MESSAGE_MAP()
afx_msg LRESULT OnDropItem(WPARAM, LPARAM);
afx_msg LRESULT OnDropMoveItem(WPARAM, LPARAM);
public:
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
};