зеркало из https://github.com/mozilla/pjs.git
Added new events for popup construction and destruction.
This commit is contained in:
Родитель
a3228d6649
Коммит
9055f04a45
|
@ -289,6 +289,11 @@ enum nsDragDropEventStatus {
|
|||
#define NS_DRAGDROP_EXIT (NS_DRAGDROP_EVENT_START + 2)
|
||||
#define NS_DRAGDROP_DROP (NS_DRAGDROP_EVENT_START + 3)
|
||||
|
||||
// Events for popups
|
||||
#define NS_POPUP_EVENT_START 1500
|
||||
#define NS_POPUP_CONSTRUCT (NS_POPUP_EVENT_START)
|
||||
#define NS_POPUP_DESTRUCT (NS_POPUP_EVENT_START+1)
|
||||
|
||||
//@}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче