mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Added new method "SetVerticalScrollbar"
This commit is contained in:
parent
f0d400acb5
commit
02488f4508
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user