2009-09-12 03:13:56 +04:00
|
|
|
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2009-09-12 03:13:56 +04:00
|
|
|
|
|
|
|
#include "nsIDOMUIEvent.idl"
|
|
|
|
|
2016-01-30 20:05:36 +03:00
|
|
|
[builtinclass, uuid(5883e564-e676-4652-9421-7df6132016b2)]
|
2009-09-12 03:13:56 +04:00
|
|
|
interface nsIDOMScrollAreaEvent : nsIDOMUIEvent
|
|
|
|
{
|
|
|
|
};
|