class XGPopWindow

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

XGPopWindow::XGPopWindow
XGPopWindow::~XGPopWindow

Pop view access

XGPopWindow::GetLocation
XGPopWindow::GetPopCount
XGPopWindow::GetView


Construction/Destruction

XGPopWindow::XGPopWindow

Usage: XGPopWindow::XGPopWindow(XGView*base,Rect r,XGView*view)

Create a popup window

XGPopWindow::~XGPopWindow

Usage: XGPopWindow::~XGPopWindow()

Delete me

Pop view access

XGPopWindow::GetLocation

Usage: Rect GetLocation()

Returns the location of this popup window

XGPopWindow::GetPopCount

Usage: static long GetPopCount()

Returns the number of popup windows outstanding

XGPopWindow::GetView

Usage: XGView*GetView()

Returns the view associated with this popup window