Add isVisible() to app.dock
This commit is contained in:
parent
eb73303f28
commit
7bde92deb9
5 changed files with 15 additions and 0 deletions
|
@ -136,6 +136,7 @@ class Browser : public WindowListObserver {
|
|||
// Hide/Show dock.
|
||||
void DockHide();
|
||||
void DockShow();
|
||||
bool DockIsVisible();
|
||||
|
||||
// Set docks' menu.
|
||||
void DockSetMenu(AtomMenuModel* model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue