% Special `basic-demos' file.
% Dec 5, 1996

% This is the file that defines the buttons seen on the demos
% panel.  It is easy to make a custom demo panel by simply 
% creating your own `basic-demos' file in a directory somewhere and
% running KnotPlot from that directory.  KnotPlot will read in
% the first `basic-demos' file it finds in its path.  
% To see what the current path is, enter the KnotPlot command `path'.

% First button location should always be absolute.

% 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 - (optional) button flags (4 means button is a label)

% The demo panel is panel #8

button 8 "kpath 0" <kpath-demo0 5 270 33.75 15

button 8 "This layout subject to change." nop 20 -1 102.2 30 4  

button 8 Reset reset   65 288 30 10 
button 8 "Full screen" <full-screen -1 -1 30 10

button 8 "More demos" "<more-demos" 130 5 25 12 128

