2001-09-29 00:14:13 +04:00
|
|
|
/* -*- Mode: C++; 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/. */
|
2000-05-30 11:57:51 +04:00
|
|
|
|
2013-09-23 03:24:27 +04:00
|
|
|
#include "nsISupports.idl"
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 21:42:36 +04:00
|
|
|
|
2014-10-15 00:15:21 +04:00
|
|
|
// DEPRECATED: This file exists for shim purposes only,
|
|
|
|
// see MenuBoxObject.webidl
|
2000-05-30 11:57:51 +04:00
|
|
|
|
2014-10-15 00:15:21 +04:00
|
|
|
[uuid(689ebf3d-0184-450a-9bfa-5a26be0e7a8c)]
|
2000-05-30 11:57:51 +04:00
|
|
|
interface nsIMenuBoxObject : nsISupports
|
|
|
|
{
|
|
|
|
};
|