Description
struct PhocViewChildInterface {
void (* get_pos) (
PhocViewChild* child,
int* sx,
int* sy
);
void (* destroy) (
PhocViewChild* child
);
}
No description available.
Structure members
get_pos
- No description available.
destroy
- No description available.