зеркало из https://github.com/mozilla/gecko-dev.git
more access key support
This commit is contained in:
Родитель
868b065c7c
Коммит
69a0e979fa
|
@ -68,7 +68,19 @@ class nsIMenu : public nsISupports {
|
|||
*/
|
||||
NS_IMETHOD SetLabel(const nsString &aText) = 0;
|
||||
|
||||
/**
|
||||
/**
|
||||
* Get the Menu Access Key
|
||||
*
|
||||
*/
|
||||
NS_IMETHOD GetAccessKey(nsString &aText) = 0;
|
||||
|
||||
/**
|
||||
* Set the Menu Access Key
|
||||
*
|
||||
*/
|
||||
NS_IMETHOD SetAccessKey(const nsString &aText) = 0;
|
||||
|
||||
/**
|
||||
* Adds a Menu Item
|
||||
*
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче