dbg_wx_trace_win
Functions
init() -> term()
stop(WinInfo) -> term()
create_win(Parent, Title, Windows, Menus) -> term()
get_window(WinInfo) -> term()
configure(Wi0, Windows) -> term()
enable(MenuItems, Bool) -> term()
is_enabled(MenuItem) -> term()
select(MenuItem, Bool) -> term()
add_break(WinInfo, Menu, Break) -> term()
update_break(WinInfo, Break) -> term()
delete_break(WinInfo, Point) -> term()
clear_breaks(WinInfo) -> term()
clear_breaks(WinInfo, Mod) -> term()
display(WinInfo, Arg) -> term()
is_shown(WinInfo, Mod) -> term()
show_code(WinInfo, Mod, Contents) -> term()
show_no_code(WinInfo) -> term()
remove_code(WinInfo, Mod) -> term()
mark_line(WinInfo, Line, How) -> term()
unmark_line(WinInfo) -> term()
select_line(WinInfo, Line) -> term()
selected_line(WinInfo) -> term()
eval_output(WinInfo, Text, Face) -> term()
update_bindings(WinInfo, Bs) -> term()
update_strings(Strings) -> term()
trace_output(WinInfo, Text) -> term()
handle_event(Ev, WinInfo) -> term()
helpwin(Type, WinInfo) -> term()
View Functions
- init/0
- stop/1
- create_win/4
- get_window/1
- configure/2
- enable/2
- is_enabled/1
- select/2
- add_break/3
- update_break/2
- delete_break/2
- clear_breaks/1
- clear_breaks/2
- display/2
- is_shown/2
- show_code/3
- show_no_code/1
- remove_code/2
- mark_line/3
- unmark_line/1
- select_line/2
- selected_line/1
- eval_output/3
- update_bindings/2
- update_strings/1
- trace_output/2
- handle_event/2
- helpwin/2