et_wx_viewer
Functions
start_link(Options) -> term()
init(X1) -> term()
handle_call(Request, From, S) -> term()
handle_cast(Msg, S) -> term()
handle_info(Wx, S) -> term()
terminate(Reason, S) -> term()
code_change(OldVsn, S, Extra) -> term()
View Functions
start_link/1
init/1
handle_call/3
handle_cast/2
handle_info/2
terminate/2
code_change/3