reworking of toolbar d&d impl and tree d&d impl (r=hyatt).

git-svn-id: svn://10.0.0.236/trunk@53188 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com
1999-11-11 05:10:38 +00:00
parent 80fa125d68
commit 22fff674e8
8 changed files with 295 additions and 102 deletions

View File

@@ -117,12 +117,12 @@ XUL_ATOM(resizeafter, "resizeafter")
XUL_ATOM(state, "state")
// toolbar & toolbar d&d atoms
XUL_ATOM(tbDropLocation, "tb-droplocation")
XUL_ATOM(tbDropLocationCoord, "tb-droplocationcoord")
XUL_ATOM(tbDropOn, "tb-dropon")
XUL_ATOM(tbTriggerRepaint, "tb-triggerrepaint")
XUL_ATOM(ddDropLocation, "dd-droplocation")
XUL_ATOM(ddDropLocationCoord, "dd-droplocationcoord")
XUL_ATOM(ddDropOn, "dd-dropon")
XUL_ATOM(ddTriggerRepaint, "dd-triggerrepaint")
XUL_ATOM(container, "container")
XUL_ATOM(tbDragDropArea, "dragdroparea")
XUL_ATOM(ddDragDropArea, "dragdroparea")
XUL_ATOM(widget, "widget")
XUL_ATOM(window, "window")