# This file demonstates the use of all the widgets that will work with wire. # warning: make sure everything is tab deliminated, NO SPACES (will fuck thinks up at the moment) # only use optional parameters when you really need to as they will use up the user massage quickly (they are strings), # all widgets have default parameters anyway. # # If your panel doesn't build right, it's probably because you've used up the usermessage # # textbox : is very bulky. use labels unless you really need the features of textbox. # rect : setting colours will use a lot of the usermessage, try to use colour schemes first. # #Name Widget Type X Y W H I/O I/O name Widget specific paramerers (optional) # "button1" buttonToggle 10 20 40 30 WIREO "Button 1" label "ok" fontSize 2 "button2" button 60 20 60 30 WIREO "Button 2" label "?" #"label1" label 10 60 100 30 text "monkey?" fontSize 4 #"ind1" indicator 10 100 30 30 WIREI "Indicator 1" "slidenew" sliderH 50 100 80 30 WIREO "H Slider" "slider1" sliderV 160 20 30 120 WIREO "Slider 1" "prog1" progressH 10 150 180 30 WIREI "Progress1" "prog2" progressV 134 20 20 60 WIREI "Progress2"