💄 for cpplint.
This commit is contained in:
parent
7cc1589097
commit
833190e8fa
1 changed files with 8 additions and 8 deletions
|
@ -47,14 +47,14 @@ class NativeMenuWin {
|
||||||
virtual ~NativeMenuWin();
|
virtual ~NativeMenuWin();
|
||||||
|
|
||||||
void RunMenuAt(const gfx::Point& point, int alignment);
|
void RunMenuAt(const gfx::Point& point, int alignment);
|
||||||
void CancelMenu() ;
|
void CancelMenu();
|
||||||
void Rebuild(views::MenuInsertionDelegateWin* delegate) ;
|
void Rebuild(views::MenuInsertionDelegateWin* delegate);
|
||||||
void UpdateStates() ;
|
void UpdateStates();
|
||||||
HMENU GetNativeMenu() const ;
|
HMENU GetNativeMenu() const;
|
||||||
MenuAction GetMenuAction() const ;
|
MenuAction GetMenuAction() const;
|
||||||
void AddMenuListener(views::MenuListener* listener) ;
|
void AddMenuListener(views::MenuListener* listener);
|
||||||
void RemoveMenuListener(views::MenuListener* listener) ;
|
void RemoveMenuListener(views::MenuListener* listener);
|
||||||
void SetMinimumWidth(int width) ;
|
void SetMinimumWidth(int width);
|
||||||
|
|
||||||
// Flag to create a window menu instead of popup menu.
|
// Flag to create a window menu instead of popup menu.
|
||||||
void set_create_as_window_menu(bool flag) { create_as_window_menu_ = flag; }
|
void set_create_as_window_menu(bool flag) { create_as_window_menu_ = flag; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue