Bug 3256: Add ScrollIntoView() method to form frame objects.

This commit is contained in:
pollmann@netscape.com
1999-08-21 00:09:24 +00:00
parent 34c2adc944
commit 9e36fdb2c2
22 changed files with 196 additions and 24 deletions

View File

@@ -114,6 +114,7 @@ public:
virtual void SetFormFrame(nsFormFrame* aFormFrame) { mFormFrame = aFormFrame; }
void SetFocus(PRBool aOn, PRBool aRepaint);
void ScrollIntoView(nsIPresContext* aPresContext);
NS_IMETHOD GetFont(nsIPresContext* aPresContext,
nsFont& aFont);