Home | History | Annotate | Download | only in src

Lines Matching refs:notify2

142     void (*notify2)(int, void*);
1754 if( trackbar->notify2 )
1755 trackbar->notify2(pos, trackbar->userdata);
2118 trackbar->notify2 = 0;
2154 trackbar->notify2 = 0;
2175 trackbar->notify2 = on_notify2;