cdv_detail_wx
start_link(Id, ParentFrame, Callback) -> term()
handle_event(Wx, State) -> term()
handle_info(Info, State) -> term()
handle_call(Call, From, State) -> term()
handle_cast(Cast, State) -> term()
terminate(Reason, State) -> term()
code_change(X1, X2, State) -> term()