.cpp
typedef bool (*findItem_CallBack)(int);
is function typedef.
in VAOutline, is same icon with the real function.
And More,typedef of other type (i.e int)other than function-type.
The Icon is special icon for typedef.
So it's inconsistent and confusing. Hope to fix it.
regards