add new internal set parent window method
This commit is contained in:
parent
a19a229a59
commit
dae63d323c
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ class NativeWindowMac : public NativeWindow,
|
|||
void UpdateDraggableRegions(
|
||||
const std::vector<DraggableRegion>& regions) override;
|
||||
|
||||
void InternalSetParentWindow(NativeWindow* parent, bool attach);
|
||||
void ShowWindowButton(NSWindowButton button);
|
||||
|
||||
void InstallView();
|
||||
|
|
Loading…
Reference in a new issue