Declared in <XWindow.h>
This is a wrapper for a popup window in the native OS. All this does is creates the pop-up window and destroys it; you are expected to actually talk to the view itself. Generally it is assumed this window is popped up for a very short period, such as a pop-up menu.
Construction/Destruction
Pop view access
XGPopWindow::GetLocation
XGPopWindow::GetPopCount
XGPopWindow::GetView
Construction/Destruction
Usage: XGPopWindow::XGPopWindow(XGView*base,Rect r,XGView*view)
Create a popup window
Usage: XGPopWindow::~XGPopWindow()
Delete me
Pop view access
Usage: Rect GetLocation()
Returns the location of this popup window
Usage: static long GetPopCount()
Returns the number of popup windows outstanding
Usage: XGView*GetView()
Returns the view associated with this popup window