## ZooImage Tk toolbar
## Copyright (c) 2004-2015, Ph. Grosjean <phgrosjean@sciviews.org>
##
## This file is part of ZooImage
## 
## ZooImage is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 2 of the License, or
## (at your option) any later version.
## 
## ZooImage is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
## 
## You should have received a copy of the GNU General Public License
## along with ZooImage. If not, see <http://www.gnu.org/licenses/>.


# Create a Tk toolbar (intended for a window called 'ZIDlgWin')
$Tk.ZIDlgWin
|$MainToolbar
||[butCam]Acquire images...			~~ acquireImg()
||[butFilm]Import images...			~~ importImg()
||[butTools]Process images...			~~ processImg()
||[butBluecase]Make .zid files...		~~ makeZid()
||-
||[butHand1]Make training set...		~~ makeTrain()
||[butHand2]Read training set..			~~ collectTrain()
||[butDirectory]Make classifier...		~~ makeClass()
||[butGraph]Analyze classifier...		~~ analyzeClass()
||-
||[butEdit]Edit samples description...	~~ editDescription()
||[butCubist]Process samples...			~~ processSamples()
||[butGlasses]View results...			~~ viewResults()
||[butExport]Export results...			~~ exportResults()
||-
#||[butBlueBook]Help				~~ browseURL(findhtmlhelp("zooimage"))
||[butBuoy]Manual				~~ viewManual()
