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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user