|
Class Summary |
| add_text |
add_text |
| add_to |
add_to(Container,What,Where)
adds component What at a place Where. |
| clear_text |
add_text |
| destroy |
|
| dialog |
dialog(Query,X,Y,Answer): ask a question and collects
trhe answer through a modal dialog in a window at X,Y |
| draw |
|
| file_dialog |
|
| get_applet |
detects if applet and gets applet container |
| get_text |
get_text(JinniText,Answer): collects
the cpntent of thext area to new constant Answer |
| GuiBuiltins |
Registers Jinni builtins for GUI programs |
| GuiEngine |
Simple GUI interface to Jinni. |
| GuiQA |
Query-answerer, operating on GuiEngine
and a Prog |
| JinniButton |
Button with attached Jinni action. |
| JinniCanvas |
|
| JinniConsole |
|
| JinniDialog |
|
| JinniFrame |
|
| JinniGUI |
|
| JinniGuiMain |
|
| JinniImagePanel |
|
| JinniPanel |
|
| JinniText |
|
| move |
|
| new_button |
new_button(JinniContainer,Name,Action,Button):
creates a Button with label Name
and attaches to it an action Action |
| new_canvas |
|
| new_color |
|
| new_console |
|
| new_frame |
|
| new_image |
|
| new_label |
|
| new_panel |
|
| new_text |
new(ParentContainer,oldText,JavaObject):
initialises a textArea with oldText and returns a handle to it
ARGS:
1=Parent Container
2=initial text content
3=rows
4=cols
5=returned handles |
| remove_all |
|
| remove_from |
|
| resize |
|
| set_bg |
|
| set_color |
|
| set_fg |
|
| set_label |
|
| set_layout |
|
| show |
|