This commit is contained in:
hyatt%netscape.com 1998-12-04 23:55:48 +00:00
Родитель 775ae368fc
Коммит 3e498687a6
2 изменённых файлов: 0 добавлений и 45 удалений

Просмотреть файл

@ -1,40 +0,0 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public License
* Version 1.0 (the "NPL"); you may not use this file except in
* compliance with the NPL. You may obtain a copy of the NPL at
* http://www.mozilla.org/NPL/
*
* Software distributed under the NPL is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
* for the specific language governing rights and limitations under the
* NPL.
*
* The Initial Developer of this code under the NPL is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
#ifndef nsDataModelWidget_h___
#define nsDataModelWidget_h___
#include "nsWindow.h"
class nsHierarchicalDataItem;
class nsDataModelWidget : public nsWindow
{
public:
virtual ~nsDataModelWidget() {};
virtual void HandleDataModelEvent(int event, nsHierarchicalDataItem* pItem) = 0;
protected:
nsDataModelWidget() {};
};
#endif

Просмотреть файл

@ -18,8 +18,6 @@
#include "nspr.h"
#include "nsString.h"
#include "nsWidgetsCID.h"
#include "nsIWidget.h"
#include "nsRepository.h"
#include "nsFont.h"
#include "nsIFontMetrics.h"
@ -29,10 +27,7 @@
#include "nsTreeView.h"
#include "nsHTTreeDataModel.h"
static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);
static NS_DEFINE_IID(kCTreeViewCID, NS_TREEVIEW_CID);
static NS_DEFINE_IID(kITreeViewIID, NS_ITREEVIEW_IID);
static NS_DEFINE_IID(kIWidgetIID, NS_IWIDGET_IID);
NS_IMPL_ADDREF(nsTreeView)
NS_IMPL_RELEASE(nsTreeView)