From c29557bf97c6d2a0f5962a802d42e355ba07c868 Mon Sep 17 00:00:00 2001 From: "pollmann%netscape.com" Date: Fri, 27 Aug 1999 03:58:47 +0000 Subject: [PATCH] Bug 12350 git-svn-id: svn://10.0.0.236/trunk@44733 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/forms/nsISelectControlFrame.h | 5 ++++- mozilla/layout/html/forms/public/nsISelectControlFrame.h | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/forms/nsISelectControlFrame.h b/mozilla/layout/forms/nsISelectControlFrame.h index 584b78e0e83..87427eb7bf1 100644 --- a/mozilla/layout/forms/nsISelectControlFrame.h +++ b/mozilla/layout/forms/nsISelectControlFrame.h @@ -47,8 +47,11 @@ public: NS_IMETHOD RemoveOption(PRInt32 index) = 0; + /** + * Sets the select state of the option at index + */ + NS_IMETHOD SetOptionSelected(PRInt32 index, PRBool value) = 0; }; #endif - diff --git a/mozilla/layout/html/forms/public/nsISelectControlFrame.h b/mozilla/layout/html/forms/public/nsISelectControlFrame.h index 584b78e0e83..87427eb7bf1 100644 --- a/mozilla/layout/html/forms/public/nsISelectControlFrame.h +++ b/mozilla/layout/html/forms/public/nsISelectControlFrame.h @@ -47,8 +47,11 @@ public: NS_IMETHOD RemoveOption(PRInt32 index) = 0; + /** + * Sets the select state of the option at index + */ + NS_IMETHOD SetOptionSelected(PRInt32 index, PRBool value) = 0; }; #endif -