Ignore:
Timestamp:
Feb 19, 2010, 8:27:08 AM (16 years ago)
Author:
mansoux
Message:

version 0.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/Quartz/PIMenuBarQuartz.h

    r3486 r3747  
    2020    ~PIMenuBarQuartz();
    2121    virtual void AppendMenu(PIMenu *pdm);
     22        virtual void AppendPopupMenu(PIMenu *pdm);
    2223    virtual void RemoveMenu(PIMenu *pdm);
    2324    virtual void SetSensitivity(PIMenu *pdm, bool sens=true);
    2425    virtual bool IsSensitive(PIMenu *pdm);
    25         PIMessage GetMsg(MenuRef menuRef, int commandID);
     26        PIMessage GetMsg(HICommand commandStruct);
    2627        void Dispatch(HICommand commandStruct, void* userData);
    2728
Note: See TracChangeset for help on using the changeset viewer.