Added NS_NewAttributeContent method

git-svn-id: svn://10.0.0.236/trunk@43615 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-08-19 14:32:19 +00:00
parent a12dd94498
commit 5cc177c04a
2 changed files with 12 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ class nsITextContent;
class nsIURI;
class nsString;
class nsIWebShell;
class nsIAttributeContent;
// Factory methods for creating html content objects
// XXX argument order is wrong (out parameter should be last)
@@ -247,6 +248,11 @@ NS_CreateHTMLElement(nsIHTMLContent** aResult,
#define NS_AREA_NO_SPACE_MGR 0x10
#define NS_AREA_WRAP_SIZE 0x20
// Special Generated Content Frame
extern nsresult
NS_NewAttributeContent(nsIContent ** aResult);
// Create a basic area frame. By default, area frames will extend
// their height to cover any children that "stick out".
extern nsresult NS_NewAreaFrame(nsIFrame** aNewFrame,

View File

@@ -32,6 +32,7 @@ class nsITextContent;
class nsIURI;
class nsString;
class nsIWebShell;
class nsIAttributeContent;
// Factory methods for creating html content objects
// XXX argument order is wrong (out parameter should be last)
@@ -247,6 +248,11 @@ NS_CreateHTMLElement(nsIHTMLContent** aResult,
#define NS_AREA_NO_SPACE_MGR 0x10
#define NS_AREA_WRAP_SIZE 0x20
// Special Generated Content Frame
extern nsresult
NS_NewAttributeContent(nsIContent ** aResult);
// Create a basic area frame. By default, area frames will extend
// their height to cover any children that "stick out".
extern nsresult NS_NewAreaFrame(nsIFrame** aNewFrame,