WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsISidebar

IID:67cf6231-c303-4f7e-b9b1-a0e87772ecfd
Inherits From:nsISupports

This interface is implemented by the following components:


Methods

void addMicrosummaryGenerator ( char* generatorURL ) void addPanel ( PRUnichar* title , char* contentURL , char* customizeURL ) void addPersistentPanel ( PRUnichar* title , char* contentURL , char* customizeURL ) void addSearchEngine ( char* engineURL , char* iconURL , PRUnichar* suggestedTitle , PRUnichar* suggestedCategory )

void addMicrosummaryGenerator ( char* generatorURL )

Arguments:
generatorURL

void addPanel ( PRUnichar* title , char* contentURL , char* customizeURL )

Arguments:
title
contentURL
customizeURL

void addPersistentPanel ( PRUnichar* title , char* contentURL , char* customizeURL )

Arguments:
title
contentURL
customizeURL

void addSearchEngine ( char* engineURL , char* iconURL , PRUnichar* suggestedTitle , PRUnichar* suggestedCategory )

Arguments:
engineURL
iconURL
suggestedTitle
suggestedCategory

Reference documentation is generated from Mozilla's source.