linux: Implement win.setParentWindow(parent)
This commit is contained in:
parent
4c3c4437da
commit
f4bec78ccb
10 changed files with 55 additions and 7 deletions
|
@ -165,6 +165,7 @@ class NativeWindow : public base::SupportsUserData,
|
|||
virtual void SetParentWindow(NativeWindow* parent) = 0;
|
||||
virtual void BeginSheet(NativeWindow* sheet);
|
||||
virtual void EndSheet(NativeWindow* sheet);
|
||||
virtual void SetModal(bool modal) = 0;
|
||||
virtual gfx::NativeWindow GetNativeWindow() = 0;
|
||||
virtual gfx::AcceleratedWidget GetAcceleratedWidget() = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue