Added GetIID method

git-svn-id: svn://10.0.0.236/trunk@28701 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-04-22 14:16:30 +00:00
parent bfa1f9afbf
commit 41d60a73bb

View File

@@ -36,6 +36,8 @@ class nsIDragService : public nsISupports {
public:
static const nsIID& GetIID() { static nsIID iid = NS_IDRAGSERVICE_IID; return iid; }
/**
* Set the current state of the drag whether it can be dropped or not.
* usually the target "frame" sets this so the native system can render the correct feedback