noframes
all available commands



The inbuilt commands are those wxBasic consists of, like left( string ) or print.


The basefunctions.inc provide additional functions written in wxBasicScript, like savestringtofile( filename , string ).


The xwin_ -functions are an addition written in C, based on Xlib.
They allow to manipulate windows. Example:

winid = GetWinIDbyName( "beaver" )
xwin_resize( "0x" & winid , 300, 200 ).