Bug 3326: Implement IsIndex frame; r=kmcclusk

This commit is contained in:
pollmann%netscape.com 2000-09-14 04:43:31 +00:00
parent 2ff0765df8
commit 929928c472
3 changed files with 3 additions and 0 deletions

View File

@ -360,6 +360,7 @@ extern nsresult NS_NewNativeRadioControlFrame(nsIPresShell* aPresShell, nsIFrame
extern nsresult NS_NewNativeSelectControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
extern nsresult NS_NewListControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
extern nsresult NS_NewComboboxControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult, PRUint32 aFlags);
extern nsresult NS_NewIsIndexFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
// Table frame factories
extern nsresult NS_NewTableOuterFrame(nsIPresShell* aPresShell, nsIFrame** aResult);

View File

@ -360,6 +360,7 @@ extern nsresult NS_NewNativeRadioControlFrame(nsIPresShell* aPresShell, nsIFrame
extern nsresult NS_NewNativeSelectControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
extern nsresult NS_NewListControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
extern nsresult NS_NewComboboxControlFrame(nsIPresShell* aPresShell, nsIFrame** aResult, PRUint32 aFlags);
extern nsresult NS_NewIsIndexFrame(nsIPresShell* aPresShell, nsIFrame** aResult);
// Table frame factories
extern nsresult NS_NewTableOuterFrame(nsIPresShell* aPresShell, nsIFrame** aResult);

View File

@ -48,6 +48,7 @@ CPPSRCS = \
nsLegendFrame.cpp \
nsListControlFrame.cpp \
nsRadioControlGroup.cpp \
nsIsIndexFrame.cpp \
$(NULL)
ifdef MOZ_ENDER_LITE