This commit is contained in:
rods 1998-06-15 22:35:31 +00:00
Родитель 800884f8d3
Коммит 74c26bb60a
1 изменённых файлов: 0 добавлений и 8 удалений

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

@ -43,14 +43,6 @@ class nsIRadioButton : public nsIButton {
*/
virtual void SetState(PRBool aState) = 0;
/**
* Tells the RadioButton NOT to notify the RadioGroup that it value has been changed
*
* @param aState PR_TRUE sets the RadioButton and unsets all siblings, PR_FALSE unsets it
*
*/
virtual void SetStateNoNotify(PRBool aState) = 0;
/**
* Gets the state the RadioButton
*