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