more access key support

git-svn-id: svn://10.0.0.236/trunk@37933 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
saari%netscape.com
1999-07-02 02:11:10 +00:00
parent 2d7ae6ab1a
commit 96242f9b51

View File

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