This commit is contained in:
saari%netscape.com 1999-07-02 02:11:10 +00:00
Родитель 868b065c7c
Коммит 69a0e979fa
1 изменённых файлов: 13 добавлений и 1 удалений

Просмотреть файл

@ -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
*
*/