mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 264245. Document requirement that popups have no nsIWidget parent. r+sr=bzbarsky
This commit is contained in:
parent
72ab57d855
commit
bb89d768de
@ -280,6 +280,9 @@ class nsIWidget : public nsISupports {
|
||||
* calling code must handle paint messages and clear the background
|
||||
* itself.
|
||||
*
|
||||
* aInitData cannot be eWindowType_popup here; popups cannot be
|
||||
* hooked into the nsIWidget hierarchy.
|
||||
*
|
||||
* @param parent or null if it's a top level window
|
||||
* @param aRect the widget dimension
|
||||
* @param aHandleEventFunction the event handler callback function
|
||||
|
Loading…
Reference in New Issue
Block a user