Added new method "SetVerticalScrollbar"

This commit is contained in:
rods%netscape.com 1999-03-05 15:25:21 +00:00
parent f0d400acb5
commit 02488f4508

View File

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