mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
catch up to new apis for file widget
This commit is contained in:
parent
05df83a633
commit
589f770f03
@ -104,6 +104,11 @@ NS_METHOD nsFileWidget::Create(nsIWidget *aParent,
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_METHOD nsFileWidget::GetSelectedType(PRInt16& theType)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsFileWidget::~nsFileWidget()
|
||||
{
|
||||
}
|
||||
|
@ -62,6 +62,8 @@ class nsFileWidget : public nsIFileWidget
|
||||
NS_IMETHOD SetFilterList(PRUint32 aNumberOfFilters,const nsString aTitles[],const nsString aFilters[]);
|
||||
NS_IMETHOD GetDisplayDirectory(nsFileSpec& aDirectory);
|
||||
NS_IMETHOD SetDisplayDirectory(const nsFileSpec& aDirectory);
|
||||
NS_IMETHOD GetSelectedType(PRInt16& theType);
|
||||
|
||||
protected:
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user