Just changed some comments and function ordering.

This commit is contained in:
tbogard%aol.net 1999-10-23 07:51:45 +00:00
Родитель 2353651fe4
Коммит 53f735ac1f
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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