Removed Destroy and added CloseAllWindows
git-svn-id: svn://10.0.0.236/trunk@10009 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9095fa6e03
commit
54d328117f
@ -111,7 +111,6 @@ public:
|
||||
virtual nsresult CreateToolBar(PRInt32 aWidth);
|
||||
virtual nsresult CreateStatusBar(PRInt32 aWidth);
|
||||
void Layout(PRInt32 aWidth, PRInt32 aHeight);
|
||||
void Destroy();
|
||||
void Back();
|
||||
void Forward();
|
||||
void GoTo(const PRUnichar* aURL);
|
||||
@ -156,6 +155,8 @@ public:
|
||||
mApp = aApp;
|
||||
}
|
||||
|
||||
static void CloseAllWindows();
|
||||
|
||||
nsViewerApp* mApp;
|
||||
|
||||
PRUint32 mChromeMask;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user