зеркало из https://github.com/mozilla/pjs.git
Added bullet creator
This commit is contained in:
Родитель
856dee50ba
Коммит
189c6d2f00
|
@ -64,6 +64,9 @@ extern nsresult
|
|||
extern nsresult
|
||||
NS_NewHTMLSpacer(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLBullet(nsIHTMLContent** aInstancePtrResult);
|
||||
|
||||
// Create a new text content object. The memory for the unicode string
|
||||
// will be allocated from the heap. The object returned will support
|
||||
// the nsIHTMLContent interface as well as the nsITextContent
|
||||
|
|
|
@ -64,6 +64,9 @@ extern nsresult
|
|||
extern nsresult
|
||||
NS_NewHTMLSpacer(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLBullet(nsIHTMLContent** aInstancePtrResult);
|
||||
|
||||
// Create a new text content object. The memory for the unicode string
|
||||
// will be allocated from the heap. The object returned will support
|
||||
// the nsIHTMLContent interface as well as the nsITextContent
|
||||
|
|
Загрузка…
Ссылка в новой задаче