mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Bug 3326: Implement IsIndex frame; r=kmcclusk
This commit is contained in:
parent
2ff0765df8
commit
929928c472
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -48,6 +48,7 @@ CPPSRCS = \
|
||||
nsLegendFrame.cpp \
|
||||
nsListControlFrame.cpp \
|
||||
nsRadioControlGroup.cpp \
|
||||
nsIsIndexFrame.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_ENDER_LITE
|
||||
|
Loading…
x
Reference in New Issue
Block a user