observer_perf_wx
Functions
start_link(Notebook, Parent) -> term()
handle_event(Wx, State) -> term()
handle_sync_event(Wx, X2, State) -> term()
handle_call(Event, From, State) -> term()
handle_cast(Event, State) -> term()
handle_info(Stats, State) -> term()
terminate(Event, State) -> term()
code_change(X1, X2, State) -> term()
setPen(X1, Pen) -> term()
setFont(X1, Font, Color) -> term()
setBrush(X1, Brush) -> term()
strokeLine(X1, X0, Y0, X1, Y1) -> term()
strokeLines(X1, Lines) -> term()
drawRoundedRectangle(X1, X0, Y0, X1, Y1, R) -> term()
drawText(X1, Str, X, Y) -> term()
getTextExtent(X1, Str) -> term()