Initial check-in of HTMLArea (embedded composer widget) form

element feature. All Ender related code is ifdef'd ENDER.


git-svn-id: svn://10.0.0.236/trunk@7379 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kin%netscape.com
1998-08-05 19:08:58 +00:00
parent 6032f49576
commit 34850048ef
13 changed files with 767 additions and 14 deletions

View File

@@ -579,9 +579,8 @@ static MenuSpec fe_editor_show_options_popups[] =
};
XFE_PopupMenu*
fe_EditorNewPopupMenu(XFE_Frame* frame, Widget parent)
fe_EditorNewPopupMenu(XFE_Frame* frame, Widget parent, MWContext *context)
{
MWContext* context = frame->getContext();
XFE_PopupMenu* popup;
ED_ElementType e_type;
MenuSpec* list;