The SetTitle function has been implemented in nsWindow, so it shouldn't be necessary to have stubs for this function here as well.

This commit is contained in:
zuperdee%penguinpowered.com 1999-07-18 10:27:30 +00:00
Родитель d7d4496a0f
Коммит d270d60eae
2 изменённых файлов: 0 добавлений и 6 удалений

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

@ -333,11 +333,6 @@ void * nsWidget::GetNativeData(PRUint32 aDataType)
} }
} }
NS_IMETHODIMP nsWidget::SetTitle(const nsString& aTitle)
{
return NS_OK;
}
NS_IMETHODIMP nsWidget::SetTooltips(PRUint32 aNumberOfTips, NS_IMETHODIMP nsWidget::SetTooltips(PRUint32 aNumberOfTips,
nsRect* aTooltipAreas[]) nsRect* aTooltipAreas[])
{ {

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

@ -87,7 +87,6 @@ public:
virtual void* GetNativeData(PRUint32 aDataType); virtual void* GetNativeData(PRUint32 aDataType);
NS_IMETHOD SetColorMap(nsColorMap *aColorMap); NS_IMETHOD SetColorMap(nsColorMap *aColorMap);
NS_IMETHOD Scroll(PRInt32 aDx, PRInt32 aDy, nsRect *aClipRect); NS_IMETHOD Scroll(PRInt32 aDx, PRInt32 aDy, nsRect *aClipRect);
NS_IMETHOD SetTitle(const nsString& aTitle);
NS_IMETHOD SetMenuBar(nsIMenuBar * aMenuBar); NS_IMETHOD SetMenuBar(nsIMenuBar * aMenuBar);
NS_IMETHOD ShowMenuBar(PRBool aShow); NS_IMETHOD ShowMenuBar(PRBool aShow);
NS_IMETHOD IsMenuBarVisible(PRBool *aVisible); NS_IMETHOD IsMenuBarVisible(PRBool *aVisible);