Ignore:
Timestamp:
May 29, 2013, 3:12:57 PM (11 years ago)
Author:
garnier
Message:

before moving eventFilter

File:
1 edited

Legend:

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

    r4081 r4086  
    1616#include "pigraphps.h"
    1717
    18 /*
     18
    1919static const EventTypeSpec basewdgSpec[] = {
    2020                                                                                         { kEventClassWindow, kEventWindowClose},
     
    2222                                                                                         { kEventClassWindow, kEventWindowDrawContent},
    2323                                                                                         { kEventClassWindow, kEventWindowBoundsChanged },
     24                                             { kEventClassWindow, kEventWindowBoundsChanging },
    2425                                                                                         { kEventClassHIObject, kEventHIObjectConstruct },
    2526                                                                                         { kEventClassHIObject, kEventHIObjectInitialize },
     
    3435                                                                                         };
    3536
     37
     38
     39/*
     40 static const EventTypeSpec basewdgSpec[] = {{ kEventClassControl, kEventControlDraw},{kEventWindowBoundsChanged,kEventWindowResizeCompleted}};
    3641*/
    37 
    38 static const EventTypeSpec basewdgSpec[] = {{ kEventClassControl, kEventControlDraw},{kEventWindowBoundsChanged,kEventWindowResizeCompleted}};
    39 
    4042
    4143class PIBaseWdgQuartz : public PIBaseWdgGen
Note: See TracChangeset for help on using the changeset viewer.