gse
Functions
start() -> term()
start(Opts) -> term()
create(Objtype, Parent, Opts) -> term()
create_named(Name, Objtype, Parent, Opts) -> term()
config(Object, Opts) -> term()
read(Object, OptionKey) -> term()
destroy(Object) -> term()
create_tree(Parent, Tree) -> term()
window(Parent, Options) -> term()
named_window(Name, Parent, Options) -> term()
button(Parent, Options) -> term()
named_button(Name, Parent, Options) -> term()
checkbutton(Parent, Options) -> term()
named_checkbutton(Name, Parent, Options) -> term()
radiobutton(Parent, Options) -> term()
named_radiobutton(Name, Parent, Options) -> term()
frame(Parent, Options) -> term()
named_frame(Name, Parent, Options) -> term()
canvas(Parent, Options) -> term()
named_canvas(Name, Parent, Options) -> term()
label(Parent, Options) -> term()
named_label(Name, Parent, Options) -> term()
message(Parent, Options) -> term()
named_message(Name, Parent, Options) -> term()
listbox(Parent, Options) -> term()
named_listbox(Name, Parent, Options) -> term()
entry(Parent, Options) -> term()
named_entry(Name, Parent, Options) -> term()
scrollbar(Parent, Options) -> term()
named_scrollbar(Name, Parent, Options) -> term()
scale(Parent, Options) -> term()
named_scale(Name, Parent, Options) -> term()
editor(Parent, Options) -> term()
named_editor(Name, Parent, Options) -> term()
prompter(Parent, Options) -> term()
named_prompter(Name, Parent, Options) -> term()
line(Parent, Options) -> term()
named_line(Name, Parent, Options) -> term()
oval(Parent, Options) -> term()
named_oval(Name, Parent, Options) -> term()
rectangle(Parent, Options) -> term()
named_rectangle(Name, Parent, Options) -> term()
polygon(Parent, Options) -> term()
named_polygon(Name, Parent, Options) -> term()
text(Parent, Options) -> term()
named_text(Name, Parent, Options) -> term()
image(Parent, Options) -> term()
named_image(Name, Parent, Options) -> term()
arc(Parent, Options) -> term()
named_arc(Name, Parent, Options) -> term()
menu(Parent, Options) -> term()
named_menu(Name, Parent, Options) -> term()
menubutton(Parent, Options) -> term()
named_menubutton(Name, Parent, Options) -> term()
menubar(Parent, Options) -> term()
named_menubar(Name, Parent, Options) -> term()
menuitem(Parent, Options) -> term()
named_menuitem(Name, Parent, Options) -> term()
grid(Parent, Options) -> term()
named_grid(Name, Parent, Options) -> term()
gridline(Parent, Options) -> term()
named_gridline(Name, Parent, Options) -> term()
enable(Object) -> term()
disable(Object) -> term()
deselect(Object) -> term()
select(Object) -> term()
map(Object) -> term()
unmap(Object) -> term()
resize(Object, Width, Height) -> term()
name_occupied(Name) -> term()
View Functions
- start/0
- start/1
- create/3
- create_named/4
- config/2
- read/2
- destroy/1
- create_tree/2
- window/2
- named_window/3
- button/2
- named_button/3
- checkbutton/2
- named_checkbutton/3
- radiobutton/2
- named_radiobutton/3
- frame/2
- named_frame/3
- canvas/2
- named_canvas/3
- label/2
- named_label/3
- message/2
- named_message/3
- listbox/2
- named_listbox/3
- entry/2
- named_entry/3
- scrollbar/2
- named_scrollbar/3
- scale/2
- named_scale/3
- editor/2
- named_editor/3
- prompter/2
- named_prompter/3
- line/2
- named_line/3
- oval/2
- named_oval/3
- rectangle/2
- named_rectangle/3
- polygon/2
- named_polygon/3
- text/2
- named_text/3
- image/2
- named_image/3
- arc/2
- named_arc/3
- menu/2
- named_menu/3
- menubutton/2
- named_menubutton/3
- menubar/2
- named_menubar/3
- menuitem/2
- named_menuitem/3
- grid/2
- named_grid/3
- gridline/2
- named_gridline/3
- enable/1
- disable/1
- deselect/1
- select/1
- map/1
- unmap/1
- resize/3
- name_occupied/1