зеркало из https://github.com/mozilla/gecko-dev.git
Adding stubs for the new GetAccessKey and SetAccessKey functions.
This commit is contained in:
Родитель
6f2e897635
Коммит
5002577178
|
@ -192,6 +192,16 @@ NS_METHOD nsMenu::SetLabel(const nsString &aText)
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_METHOD nsMenu::GetAccessKey(nsString &aText)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_METHOD nsMenu::SetAccessKey(const nsString &aText)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
NS_METHOD nsMenu::AddItem(nsISupports* aItem)
|
||||
{
|
||||
|
|
|
@ -58,6 +58,8 @@ public:
|
|||
NS_IMETHOD GetParent(nsISupports *&aParent);
|
||||
NS_IMETHOD GetLabel(nsString &aText);
|
||||
NS_IMETHOD SetLabel(const nsString &aText);
|
||||
NS_IMETHOD GetAccessKey(nsString &aText);
|
||||
NS_IMETHOD SetAccessKey(const nsString &aText);
|
||||
NS_IMETHOD AddItem(nsISupports* aItem);
|
||||
NS_IMETHOD AddMenuItem(nsIMenuItem * aMenuItem);
|
||||
NS_IMETHOD AddMenu(nsIMenu * aMenu);
|
||||
|
|
Загрузка…
Ссылка в новой задаче