Example #1
0
/* ----------- COMMAND Message ---------- */
static int CommandMsg(WINDOW wnd, PARAM p1)
{
    switch ((int)p1)    {
        case ID_DELETETEXT:
            DeleteTextCmd(wnd);
            return TRUE;
        case ID_CLEAR:
            ClearCmd(wnd);
            return TRUE;
        case ID_UNDO:
            UndoCmd(wnd);
            return TRUE;
        case ID_PARAGRAPH:
            ParagraphCmd(wnd);
            return TRUE;
        default:
            break;
    }
    return FALSE;
}
Example #2
0
plSoundMsg::~plSoundMsg()
{
    ClearCmd();
}
Example #3
0
plAnimCmdMsg::~plAnimCmdMsg()
{
    ClearCmd();
}
Example #4
0
plAGCmdMsg::~plAGCmdMsg()
{
    ClearCmd();
}