#include <rulers.h>
Inheritance diagram for OriginContextMenu:
Public Member Functions | |
virtual BOOL | Build () |
buid a context sensitive menu over a component of the rulers | |
Private Member Functions | |
CC_DECLARE_MEMDUMP (OriginContextMenu) |
Definition at line 304 of file rulers.h.
|
buid a context sensitive menu over a component of the rulers
Reimplemented from ContextMenu. Definition at line 1002 of file rulers.cpp. 01003 { 01004 BOOL ok = TRUE; 01005 ok = ok && BuildCommand(OPTOKEN_RESETSPREADORIGIN,TRUE); 01006 ok = ok && BuildCommand(OPTOKEN_GRIDANDRULERSDLG); 01007 01008 return ok; 01009 }
|
|
|