Declared in <XPopup.h>
Declared from XGViewThe view that gets popped up in the XGPopControl popup control.
Top Level Access
XGPopMenuView::DoDrawView
XGPopMenuView::DoMouseMove
XGPopMenuView::DrawLine
XGPopMenuView::GetPopSize
XGPopMenuView::XGPopMenuView
XGPopMenuView::~XGPopMenuView
Top Level Access
Usage: void XGPopMenuView::DoDrawView(Rect)
Draw the contents of this view
Usage: void XGPopMenuView::DoMouseMove(Point where,short)
Handle mouse move. I assume this is down
Usage: void XGPopMenuView::DrawLine(XGDraw&draw,short line,bool hilite)
Draw the text line
Usage: Point XGPopMenuView::GetPopSize(XGDraw&draw)
The drawing object I'm handed is already initialized. All I do is figure out how big my menu should be.
Dimensions:
| <-20-> MENUNAME <-5-> ACCEL <-5-> |
Usage: XGPopMenuView::XGPopMenuView(XGStringList*l,short f,short d):XGView(NULL,MenuInitRecord)
Create me
Usage: XGPopMenuView::~XGPopMenuView()
Go away