Make label and colorpicker types work
This commit is contained in:
parent
7857c83ea1
commit
18c7c3ece8
8 changed files with 64 additions and 27 deletions
|
@ -85,7 +85,7 @@ class Window : public mate::TrackableObject<Window>,
|
|||
void OnRendererUnresponsive() override;
|
||||
void OnRendererResponsive() override;
|
||||
void OnExecuteWindowsCommand(const std::string& command_name) override;
|
||||
void OnTouchBarItemResult(const std::string& item_type, const std::string& item_id) override;
|
||||
void OnTouchBarItemResult(const std::string& item_type, const std::vector<std::string>& args) override;
|
||||
|
||||
#if defined(OS_WIN)
|
||||
void OnWindowMessage(UINT message, WPARAM w_param, LPARAM l_param) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue