mac: Add API to return whether the window has attached sheet.
This commit is contained in:
parent
7d5826df85
commit
d6d1604623
4 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,7 @@ class NativeWindowWin : public NativeWindow,
|
|||
virtual void FlashFrame(bool flash) OVERRIDE;
|
||||
virtual void SetKiosk(bool kiosk) OVERRIDE;
|
||||
virtual bool IsKiosk() OVERRIDE;
|
||||
virtual bool HasModalDialog() OVERRIDE;
|
||||
virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
|
||||
|
||||
void OnMenuCommand(int position, HMENU menu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue