Added new method "SetVerticalScrollbar"

This commit is contained in:
rods%netscape.com 1999-03-05 15:25:21 +00:00
Родитель f0d400acb5
Коммит 02488f4508
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -608,6 +608,12 @@ class nsIWidget : public nsISupports {
NS_IMETHOD DispatchEvent(nsGUIEvent* event, nsEventStatus & aStatus) = 0;
/**
* FSets the vertical scrollbar widget
*
*/
NS_IMETHOD SetVerticalScrollbar(nsIWidget * aScrollbar) = 0;
/**
* For printing and lightweight widgets
*