class XGPopMenuView

Declared in <XPopup.h>
Declared from XGView

The 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

XGPopMenuView::DoDrawView

Usage: void XGPopMenuView::DoDrawView(Rect)

Draw the contents of this view

XGPopMenuView::DoMouseMove

Usage: void XGPopMenuView::DoMouseMove(Point where,short)

Handle mouse move. I assume this is down

XGPopMenuView::DrawLine

Usage: void XGPopMenuView::DrawLine(XGDraw&draw,short line,bool hilite)

Draw the text line

XGPopMenuView::GetPopSize

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-> |

XGPopMenuView::XGPopMenuView

Usage: XGPopMenuView::XGPopMenuView(XGStringList*l,short f,short d):XGView(NULL,MenuInitRecord)

Create me

XGPopMenuView::~XGPopMenuView

Usage: XGPopMenuView::~XGPopMenuView()

Go away