Muse Functions
Quick refernce.


closewin(w:PTR TO window)
Closes the window (opened by muse)

easy_muse(muse_def)
Creates a living breathing program!

end_muse()
Closes interface down! (not to be used with easy_muse())

get_gadgethandle(name:STRING)
Returns the gadget pointer named.

get_gadgetname(w:PTR TO window)
Returns the name of the gadget pointed to.

get_gadget_info(g:PTR TO gadget)
Returns any info stored by gadget.

get_windhandle(name:STRING)
Returns the window handle named.

get_winname(w:PTR TO window)
Returns the name of window pointed to.

muse(muse_def)
Opens an interface for processing with muse_process_events()

muse_process_events()
Processes an interface opened using muse()

openwin(def)
Used to open a Muse window. (Called *after* muse() or easy_muse())

request(text,buttons,arguments)
Opens, processes and returns the result of a requester.

rx_port()
Returns the name of your program's Arexx port.

set_gadgetinfo(g:PTR TO gadget, value)
Assigns the value given to the gadget pointed to. It is up to you to ensure that the type of value you provide the gadget is correct!

set_stdwin(w:PTR TO window,name:STRING,activate:BOOL)
Sets the current window, and optionally activates it.
