Added a comment about view creation

This commit is contained in:
troy%netscape.com 1998-12-04 06:13:18 +00:00
Родитель 90f35ce118
Коммит 4f5fc0524a
2 изменённых файлов: 10 добавлений и 4 удалений

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

@ -130,8 +130,11 @@ class nsIFrame : public nsISupports
{
public:
/**
* Called to initialize the frame. This is the first thing that happens
* after creating the frame.
* Called to initialize the frame. This is called immediately after creating
* the frame.
*
* If you want a view associated with your frame you should create the view
* now.
*
* @param aContent the content object associated with the frame
* @param aParent the parent frame

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

@ -130,8 +130,11 @@ class nsIFrame : public nsISupports
{
public:
/**
* Called to initialize the frame. This is the first thing that happens
* after creating the frame.
* Called to initialize the frame. This is called immediately after creating
* the frame.
*
* If you want a view associated with your frame you should create the view
* now.
*
* @param aContent the content object associated with the frame
* @param aParent the parent frame