mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 20:11:35 -06:00
feat: 1. drag to panel address combobox opens the archive/dir; 2. mouse forward/backward key nav
This commit is contained in:
@@ -295,8 +295,10 @@ class CPanel: public NWindows::NControl::CWindow2
|
||||
int _comboBoxID;
|
||||
UINT _statusBarID;
|
||||
|
||||
public:
|
||||
CAppState *_appState;
|
||||
|
||||
private:
|
||||
bool OnCommand(int code, int itemID, LPARAM lParam, LRESULT &result);
|
||||
LRESULT OnMessage(UINT message, WPARAM wParam, LPARAM lParam);
|
||||
virtual bool OnCreate(CREATESTRUCT *createStruct);
|
||||
|
||||
Reference in New Issue
Block a user