зеркало из https://github.com/mozilla/pjs.git
Added new method "SetVerticalScrollbar"
This commit is contained in:
Родитель
215b7ea355
Коммит
15f6a63ae1
|
@ -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
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче