
% Arguments for the button command are:

%  argu 1 - number of control panel you want the button on
%  argu 2 - label for button, use quotation marks for more than one word
%  argu 3 - action for button, ignored if a label
%  argu 4 - x location of lower left corner of button, use -1 for auto-placement
%  argu 5 - y location of lower left corner of button, use -1 for auto-placement
%  argu 6 - x size of button
%  argu 7 - y size of button
%  argu 8 - button flags


button 8 "Constructions" dum 0 279 140 20 4

button 8 "Twist knots" nop 0 250 77 20 4

button 8 "7.2" <make-7.2 5 -1 30 15
button 8 "8.1" <make-8.1 -1 -1 30 15
button 8 "9.2" <make-9.2 -1 -1 30 15
button 8 16.1  <make-16.1 -1 -1 30 15



button 8 "Braids       " nop 5 -1 77 20 4

button 8 "eg. 1"  <braid1 5  -1 30 15
button 8 "eg. 2"  <braid2 -1 -1 30 15
button 8 "eg. 3"  <braid3 -1 -1 30 15
button 8 "eg. 4"  <braid4 -1 -1 30 15

button 8 "Closed braids" nop 5 -1 77 20 4

button 8 "eg. 1"  <cl-braid1 5  -1 30 15
button 8 "eg. 2"  <cl-braid2 -1 -1 30 15
button 8 "eg. 3"  <cl-braid3 -1 -1 30 15
button 8 "eg. 4"  <cl-braid4 -1 -1 30 15

button 8 "Various constructions" nop 5 -1 77 20 4

button 8 spokes <spokes.kps 5 -1 15 10





