Just changed some comments and function ordering.
git-svn-id: svn://10.0.0.236/trunk@51656 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -42,7 +42,7 @@ interface nsIGenericWindow : nsISupports
|
||||
{
|
||||
/*
|
||||
Allows a client to initialize an object implementing this interface with
|
||||
the usually required setup information.
|
||||
the usually required window setup information.
|
||||
|
||||
@param parentNativeWindow - This allows a system to pass in the parenting
|
||||
window as a native reference rather than relying on the calling
|
||||
|
||||
@@ -81,8 +81,8 @@ interface nsIScrollable : nsISupports
|
||||
/*
|
||||
Retrieves of Set the preferences for the scroll bar.
|
||||
*/
|
||||
void setScrollbarPreferences(in long scrollOrientation, in long scrollBarPref);
|
||||
void getScrollbarPreferences(in long scrollOrientation, out long scrollBarPref);
|
||||
void getScrollbarPreferences(in long scrollOrientation, out long scrollbarPref);
|
||||
void setScrollbarPreferences(in long scrollOrientation, in long scrollbarPref);
|
||||
|
||||
/*
|
||||
Get information about whether the vertical and horizontal scrollbars are
|
||||
|
||||
Reference in New Issue
Block a user