Initial branch Bidi checkin

git-svn-id: svn://10.0.0.236/trunk@76011 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2000-08-10 20:01:52 +00:00
parent 89d7e91181
commit 0388cc5888

View File

@ -74,6 +74,10 @@ interface nsIBrowserInstance : nsISupports {
// Edit.
void copy();
void selectAll();
#ifdef IBMBIDI
void SetDocumentBidi(in PRUint8 member, in PRUint8 value);
#endif
// Search.
void find();