Changeset 3747 in Sophya for trunk/SophyaPI/PI/Quartz/PIMenuBarQuartz.h
- Timestamp:
- Feb 19, 2010, 8:27:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Quartz/PIMenuBarQuartz.h
r3486 r3747 20 20 ~PIMenuBarQuartz(); 21 21 virtual void AppendMenu(PIMenu *pdm); 22 virtual void AppendPopupMenu(PIMenu *pdm); 22 23 virtual void RemoveMenu(PIMenu *pdm); 23 24 virtual void SetSensitivity(PIMenu *pdm, bool sens=true); 24 25 virtual bool IsSensitive(PIMenu *pdm); 25 PIMessage GetMsg( MenuRef menuRef, int commandID);26 PIMessage GetMsg(HICommand commandStruct); 26 27 void Dispatch(HICommand commandStruct, void* userData); 27 28
Note:
See TracChangeset
for help on using the changeset viewer.