зеркало из https://github.com/mozilla/gecko-dev.git
Added a comment about view creation
This commit is contained in:
Родитель
90f35ce118
Коммит
4f5fc0524a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче