Autostart_Manager=' <frame existing entries> <list> <variable>LIST1</variable> <width>400</width> <height>300</height> </list> <button> <label>Exit</label> <action>EXIT=EXIT</action> </button> </frame> ' |
#!/usr/bin/wxbasicscript include "/usr/lib/wxbasicscript/basefunctions.inc" shell( "cd " & STARTDIR ) //-- generate the GTK-Dialog -- dialog = readtemplate( STARTDIR & "/autostart.tpl" ) choice = gtkdialog2 ( dialog ) xmessage ( "-nearmouse Returnvalue from Gtkdialog was: " & choice ) |
<variable>LIST1</variable> |