khtml Library API Documentation

kjs_views.lut.h

00001 /* Automatically generated from kjs_views.cpp using ../../kjs/create_hash_table. DO NOT EDIT ! */
00002 
00003 using namespace KJS;
00004 
00005 namespace KJS {
00006 
00007 const struct HashEntry DOMAbstractViewTableEntries[] = {
00008    { "getComputedStyle", DOMAbstractView::GetComputedStyle, DontDelete|Function, 2, 0 },
00009    { "document", DOMAbstractView::Document, DontDelete|ReadOnly, 0, 0 }
00010 };
00011 
00012 const struct HashTable DOMAbstractViewTable = { 2, 2, DOMAbstractViewTableEntries, 2 };
00013 
00014 }; // namespace
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:41 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001