mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Menu Bar keyboard navigation improvements.
This commit is contained in:
@@ -50,6 +50,12 @@ class EE_API UIMenuBar : public UIWidget {
|
||||
|
||||
void setCurrentMenu( UIPopUpMenu* currentMenu );
|
||||
|
||||
void showMenu( const Uint32& index );
|
||||
|
||||
void showNextMenu();
|
||||
|
||||
void showPrevMenu();
|
||||
|
||||
protected:
|
||||
UIMenuBar();
|
||||
|
||||
@@ -60,6 +66,8 @@ class EE_API UIMenuBar : public UIWidget {
|
||||
MenuBarList mButtons;
|
||||
UIPopUpMenu* mWaitingUp;
|
||||
|
||||
Uint32 getMenuIndex( UIPopUpMenu* menu );
|
||||
|
||||
void refreshButtons();
|
||||
|
||||
virtual Uint32 onMessage( const NodeMessage* Msg );
|
||||
|
||||
Reference in New Issue
Block a user