зеркало из https://github.com/mozilla/gecko-dev.git
Just changed some comments and function ordering.
This commit is contained in:
Родитель
2353651fe4
Коммит
53f735ac1f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче