added radio groups, select/option, beter sizing. widgets take creation parms.

This commit is contained in:
karnaze
1998-04-24 21:37:30 +00:00
parent c10c984cbf
commit 18fc834450
54 changed files with 2082 additions and 923 deletions

View File

@@ -48,8 +48,7 @@ protected:
virtual void GetType(nsString& aResult) const;
nsString* mValue;
PRBool mInitialChecked; // initial checked flag value
PRBool mChecked; // initial checked flag value
};
#endif