Move save/restore of form controls to content (bug 108309) (r=rods@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org)

This commit is contained in:
jkeiser@netscape.com
2002-03-29 05:35:47 +00:00
parent 28e498a56f
commit 53689ad5e3
55 changed files with 528 additions and 753 deletions

View File

@@ -74,9 +74,10 @@ public:
NS_IMETHOD GetOptionSelected(PRInt32 index, PRBool* value) = 0;
/**
* Sets the select state of the option at index
* Sets whether the parser is done adding children
* @param aIsDone whether the parser is done adding children
*/
NS_IMETHOD DoneAddingContent(PRBool aIsDone) = 0;
NS_IMETHOD DoneAddingChildren(PRBool aIsDone) = 0;
/**
* Notify the frame when an option is selected