Support docking the devtools on the right side of the window
This commit is contained in:
parent
001d0197de
commit
c22d1cca79
6 changed files with 28 additions and 0 deletions
|
@ -13,6 +13,7 @@ public:
|
|||
|
||||
virtual void ShowDevTools() = 0;
|
||||
virtual void CloseDevTools() = 0;
|
||||
virtual bool SetDockSide(const std::string& side) = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue