From 239e2689d4eca00486b522071762304fa5320559 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 21 Jan 2003 20:42:54 +0000 Subject: [PATCH] Initial revision --- itcl/iwidgets/demos/buttonbox | 13 + itcl/iwidgets/demos/calendar | 26 + itcl/iwidgets/demos/canvasprintbox | 22 + itcl/iwidgets/demos/canvasprintdialog | 31 + itcl/iwidgets/demos/catalog | 407 + itcl/iwidgets/demos/checkbox | 12 + itcl/iwidgets/demos/combobox | 16 + itcl/iwidgets/demos/dateentry | 12 + itcl/iwidgets/demos/datefield | 12 + itcl/iwidgets/demos/demo.html | 42 + itcl/iwidgets/demos/dialog | 47 + itcl/iwidgets/demos/dialogshell | 35 + itcl/iwidgets/demos/disjointlistbox | 9 + itcl/iwidgets/demos/entryfield | 33 + itcl/iwidgets/demos/extbutton | 15 + itcl/iwidgets/demos/extfileselectionbox | 9 + itcl/iwidgets/demos/extfileselectiondialog | 15 + itcl/iwidgets/demos/feedback | 18 + itcl/iwidgets/demos/fileselectionbox | 9 + itcl/iwidgets/demos/fileselectiondialog | 15 + itcl/iwidgets/demos/finddialog | 222 + itcl/iwidgets/demos/hierarchy | 154 + itcl/iwidgets/demos/html/buttonbox.n.html | 217 + itcl/iwidgets/demos/html/calendar.n.html | 363 + itcl/iwidgets/demos/html/canvasprintbox.n.html | 303 + itcl/iwidgets/demos/html/canvasprintdialog.n.html | 250 + itcl/iwidgets/demos/html/checkbox.n.html | 209 + itcl/iwidgets/demos/html/combobox.n.html | 484 + itcl/iwidgets/demos/html/dateentry.n.html | 238 + itcl/iwidgets/demos/html/datefield.n.html | 248 + itcl/iwidgets/demos/html/dialog.n.html | 199 + itcl/iwidgets/demos/html/dialogshell.n.html | 269 + itcl/iwidgets/demos/html/disjointlistbox.n.html | 361 + itcl/iwidgets/demos/html/entryfield.n.html | 340 + itcl/iwidgets/demos/html/extbutton.n.html | 160 + .../iwidgets/demos/html/extfileselectionbox.n.html | 467 + .../demos/html/extfileselectiondialog.n.html | 375 + itcl/iwidgets/demos/html/feedback.n.html | 168 + itcl/iwidgets/demos/html/fileselectionbox.n.html | 456 + .../iwidgets/demos/html/fileselectiondialog.n.html | 339 + itcl/iwidgets/demos/html/finddialog.n.html | 392 + itcl/iwidgets/demos/html/hierarchy.n.html | 673 + itcl/iwidgets/demos/html/hyperhelp.n.html | 258 + .../iwidgets/demos/html/iwidgets4.0.0UserCmds.html | 66 + itcl/iwidgets/demos/html/labeledframe.n.html | 210 + itcl/iwidgets/demos/html/labeledwidget.n.html | 224 + itcl/iwidgets/demos/html/mainwindow.n.html | 373 + itcl/iwidgets/demos/html/menubar.n.html | 686 + itcl/iwidgets/demos/html/messagebox.n.html | 358 + itcl/iwidgets/demos/html/messagedialog.n.html | 279 + itcl/iwidgets/demos/html/notebook.n.html | 509 + itcl/iwidgets/demos/html/optionmenu.n.html | 316 + itcl/iwidgets/demos/html/panedwindow.n.html | 352 + itcl/iwidgets/demos/html/promptdialog.n.html | 313 + itcl/iwidgets/demos/html/pushbutton.n.html | 175 + itcl/iwidgets/demos/html/radiobox.n.html | 211 + itcl/iwidgets/demos/html/scopedobject.n.html | 96 + itcl/iwidgets/demos/html/scrolledcanvas.n.html | 343 + itcl/iwidgets/demos/html/scrolledframe.n.html | 258 + itcl/iwidgets/demos/html/scrolledhtml.n.html | 406 + itcl/iwidgets/demos/html/scrolledlistbox.n.html | 452 + itcl/iwidgets/demos/html/scrolledtext.n.html | 367 + itcl/iwidgets/demos/html/selectionbox.n.html | 389 + itcl/iwidgets/demos/html/selectiondialog.n.html | 314 + itcl/iwidgets/demos/html/shell.n.html | 219 + itcl/iwidgets/demos/html/spindate.n.html | 614 + itcl/iwidgets/demos/html/spinint.n.html | 269 + itcl/iwidgets/demos/html/spinner.n.html | 308 + itcl/iwidgets/demos/html/spintime.n.html | 604 + itcl/iwidgets/demos/html/tabnotebook.n.html | 860 ++ itcl/iwidgets/demos/html/tabset.n.html | 681 + itcl/iwidgets/demos/html/timeentry.n.html | 256 + itcl/iwidgets/demos/html/timefield.n.html | 206 + itcl/iwidgets/demos/html/toolbar.n.html | 351 + itcl/iwidgets/demos/html/watch.n.html | 324 + itcl/iwidgets/demos/hyperhelp | 14 + itcl/iwidgets/demos/images/box.xbm | 14 + itcl/iwidgets/demos/images/clear.gif | Bin 0 -> 279 bytes itcl/iwidgets/demos/images/close.gif | Bin 0 -> 249 bytes itcl/iwidgets/demos/images/copy.gif | Bin 0 -> 269 bytes itcl/iwidgets/demos/images/cut.gif | Bin 0 -> 179 bytes itcl/iwidgets/demos/images/exit.gif | Bin 0 -> 396 bytes itcl/iwidgets/demos/images/find.gif | Bin 0 -> 386 bytes itcl/iwidgets/demos/images/help.gif | Bin 0 -> 591 bytes itcl/iwidgets/demos/images/line.xbm | 14 + itcl/iwidgets/demos/images/mag.gif | Bin 0 -> 183 bytes itcl/iwidgets/demos/images/new.gif | Bin 0 -> 212 bytes itcl/iwidgets/demos/images/open.gif | Bin 0 -> 258 bytes itcl/iwidgets/demos/images/oval.xbm | 14 + itcl/iwidgets/demos/images/paste.gif | Bin 0 -> 376 bytes itcl/iwidgets/demos/images/points.xbm | 14 + itcl/iwidgets/demos/images/poly.gif | Bin 0 -> 141 bytes itcl/iwidgets/demos/images/print.gif | Bin 0 -> 263 bytes itcl/iwidgets/demos/images/ruler.gif | Bin 0 -> 174 bytes itcl/iwidgets/demos/images/save.gif | Bin 0 -> 270 bytes itcl/iwidgets/demos/images/select.gif | Bin 0 -> 124 bytes itcl/iwidgets/demos/images/text.xbm | 14 + itcl/iwidgets/demos/iwidgets.gif | Bin 0 -> 7727 bytes itcl/iwidgets/demos/labeledframe | 47 + itcl/iwidgets/demos/labeledwidget | 23 + itcl/iwidgets/demos/mainwindow | 163 + itcl/iwidgets/demos/menubar | 76 + itcl/iwidgets/demos/messagebox | 32 + itcl/iwidgets/demos/messagedialog | 20 + itcl/iwidgets/demos/notebook | 71 + itcl/iwidgets/demos/optionmenu | 12 + itcl/iwidgets/demos/panedwindow | 30 + itcl/iwidgets/demos/promptdialog | 21 + itcl/iwidgets/demos/pushbutton | 17 + itcl/iwidgets/demos/radiobox | 14 + itcl/iwidgets/demos/scopedobject | 16 + itcl/iwidgets/demos/scrolledcanvas | 45 + itcl/iwidgets/demos/scrolledframe | 29 + itcl/iwidgets/demos/scrolledhtml | 14 + itcl/iwidgets/demos/scrolledlistbox | 30 + itcl/iwidgets/demos/scrolledtext | 13 + itcl/iwidgets/demos/selectionbox | 12 + itcl/iwidgets/demos/selectiondialog | 22 + itcl/iwidgets/demos/shell | 11 + itcl/iwidgets/demos/spindate | 9 + itcl/iwidgets/demos/spinint | 29 + itcl/iwidgets/demos/spinner | 28 + itcl/iwidgets/demos/spintime | 9 + itcl/iwidgets/demos/tabnotebook | 72 + itcl/iwidgets/demos/tabset | 16 + itcl/iwidgets/demos/timeentry | 7 + itcl/iwidgets/demos/timefield | 12 + itcl/iwidgets/demos/toolbar | 45 + itcl/iwidgets/demos/watch | 16 + itcl/iwidgets/doc/buttonbox.n | 189 + itcl/iwidgets/doc/calendar.n | 335 + itcl/iwidgets/doc/canvasprintbox.n | 268 + itcl/iwidgets/doc/canvasprintdialog.n | 169 + itcl/iwidgets/doc/checkbox.n | 178 + itcl/iwidgets/doc/combobox.n | 376 + itcl/iwidgets/doc/dateentry.n | 177 + itcl/iwidgets/doc/datefield.n | 215 + itcl/iwidgets/doc/dialog.n | 140 + itcl/iwidgets/doc/dialogshell.n | 217 + itcl/iwidgets/doc/disjointlistbox.n | 290 + itcl/iwidgets/doc/entryfield.n | 282 + itcl/iwidgets/doc/extbutton.n | 149 + itcl/iwidgets/doc/extfileselectionbox.n | 395 + itcl/iwidgets/doc/extfileselectiondialog.n | 239 + itcl/iwidgets/doc/feedback.n | 145 + itcl/iwidgets/doc/fileselectionbox.n | 391 + itcl/iwidgets/doc/fileselectiondialog.n | 218 + itcl/iwidgets/doc/finddialog.n | 294 + itcl/iwidgets/doc/generateHtml.sh | 10 + itcl/iwidgets/doc/hierarchy.n | 629 + itcl/iwidgets/doc/hyperhelp.n | 196 + itcl/iwidgets/doc/iwidgets.ps | 13149 +++++++++++++++++++ itcl/iwidgets/doc/labeledframe.n | 195 + itcl/iwidgets/doc/labeledwidget.n | 217 + itcl/iwidgets/doc/mainwindow.n | 308 + itcl/iwidgets/doc/man.macros | 186 + itcl/iwidgets/doc/menubar.n | 348 + itcl/iwidgets/doc/messagebox.n | 277 + itcl/iwidgets/doc/messagedialog.n | 215 + itcl/iwidgets/doc/mkitclman | 320 + itcl/iwidgets/doc/notebook.n | 321 + itcl/iwidgets/doc/optionmenu.n | 261 + itcl/iwidgets/doc/panedwindow.n | 307 + itcl/iwidgets/doc/promptdialog.n | 200 + itcl/iwidgets/doc/pushbutton.n | 151 + itcl/iwidgets/doc/radiobox.n | 180 + itcl/iwidgets/doc/scopedobject.n | 100 + itcl/iwidgets/doc/scrolledcanvas.n | 257 + itcl/iwidgets/doc/scrolledframe.n | 211 + itcl/iwidgets/doc/scrolledhtml.n | 313 + itcl/iwidgets/doc/scrolledlistbox.n | 356 + itcl/iwidgets/doc/scrolledtext.n | 284 + itcl/iwidgets/doc/selectionbox.n | 302 + itcl/iwidgets/doc/selectiondialog.n | 199 + itcl/iwidgets/doc/shell.n | 197 + itcl/iwidgets/doc/spindate.n | 275 + itcl/iwidgets/doc/spinint.n | 185 + itcl/iwidgets/doc/spinner.n | 229 + itcl/iwidgets/doc/spintime.n | 266 + itcl/iwidgets/doc/tabnotebook.n | 659 + itcl/iwidgets/doc/tabset.n | 466 + itcl/iwidgets/doc/timeentry.n | 196 + itcl/iwidgets/doc/timefield.n | 186 + itcl/iwidgets/doc/tk2html | 46 + itcl/iwidgets/doc/tk2html.awk | 320 + itcl/iwidgets/doc/tk2html.perl | 337 + itcl/iwidgets/doc/tk2html2.awk | 53 + itcl/iwidgets/doc/toolbar.n | 305 + itcl/iwidgets/doc/watch.n | 286 + itcl/iwidgets/generic/buttonbox.itk | 571 + itcl/iwidgets/generic/calendar.itk | 983 ++ itcl/iwidgets/generic/canvasprintbox.itk | 1111 ++ itcl/iwidgets/generic/canvasprintdialog.itk | 155 + itcl/iwidgets/generic/checkbox.itk | 341 + itcl/iwidgets/generic/colors.itcl | 209 + itcl/iwidgets/generic/combobox.itk | 1443 ++ itcl/iwidgets/generic/dateentry.itk | 424 + itcl/iwidgets/generic/datefield.itk | 1021 ++ itcl/iwidgets/generic/dialog.itk | 92 + itcl/iwidgets/generic/dialogshell.itk | 350 + itcl/iwidgets/generic/disjointlistbox.itk | 529 + itcl/iwidgets/generic/entryfield.itk | 603 + itcl/iwidgets/generic/extbutton.itk | 439 + itcl/iwidgets/generic/extfileselectionbox.itk | 1187 ++ itcl/iwidgets/generic/extfileselectiondialog.itk | 182 + itcl/iwidgets/generic/feedback.itk | 212 + itcl/iwidgets/generic/fileselectionbox.itk | 1296 ++ itcl/iwidgets/generic/fileselectiondialog.itk | 181 + itcl/iwidgets/generic/finddialog.itk | 488 + itcl/iwidgets/generic/hierarchy.itk | 1983 +++ itcl/iwidgets/generic/hyperhelp.itk | 508 + itcl/iwidgets/generic/labeledframe.itk | 496 + itcl/iwidgets/generic/labeledwidget.itk | 445 + itcl/iwidgets/generic/mainwindow.itk | 313 + itcl/iwidgets/generic/menubar.itk | 2267 ++++ itcl/iwidgets/generic/messagebox.itk | 399 + itcl/iwidgets/generic/messagedialog.itk | 144 + itcl/iwidgets/generic/notebook.itk | 946 ++ itcl/iwidgets/generic/optionmenu.itk | 664 + itcl/iwidgets/generic/pane.itk | 128 + itcl/iwidgets/generic/panedwindow.itk | 942 ++ itcl/iwidgets/generic/promptdialog.itk | 199 + itcl/iwidgets/generic/pushbutton.itk | 356 + itcl/iwidgets/generic/radiobox.itk | 427 + itcl/iwidgets/generic/regexpfield.itk | 455 + itcl/iwidgets/generic/roman.itcl | 29 + itcl/iwidgets/generic/scopedobject.itcl | 181 + itcl/iwidgets/generic/scrolledcanvas.itk | 477 + itcl/iwidgets/generic/scrolledframe.itk | 250 + itcl/iwidgets/generic/scrolledhtml.itk | 2521 ++++ itcl/iwidgets/generic/scrolledlistbox.itk | 732 ++ itcl/iwidgets/generic/scrolledtext.itk | 501 + itcl/iwidgets/generic/scrolledwidget.itk | 376 + itcl/iwidgets/generic/selectionbox.itk | 560 + itcl/iwidgets/generic/selectiondialog.itk | 233 + itcl/iwidgets/generic/shell.itk | 375 + itcl/iwidgets/generic/spindate.itk | 693 + itcl/iwidgets/generic/spinint.itk | 237 + itcl/iwidgets/generic/spinner.itk | 448 + itcl/iwidgets/generic/spintime.itk | 527 + itcl/iwidgets/generic/tabnotebook.itk | 1105 ++ itcl/iwidgets/generic/tabset.itk | 2753 ++++ itcl/iwidgets/generic/tclIndex | 1372 ++ itcl/iwidgets/generic/timeentry.itk | 398 + itcl/iwidgets/generic/timefield.itk | 1018 ++ itcl/iwidgets/generic/toolbar.itk | 983 ++ itcl/iwidgets/generic/unknownimage.gif | Bin 0 -> 472 bytes itcl/iwidgets/generic/watch.itk | 626 + itcl/iwidgets/incoming/README | 44 + itcl/iwidgets/incoming/demos/buttoncage | 16 + itcl/iwidgets/incoming/demos/collapsablewidget | 21 + itcl/iwidgets/incoming/doc/collapsablewidget.n | 212 + itcl/iwidgets/incoming/doc/man.macros | 186 + itcl/iwidgets/incoming/src/buttoncage.itk | 585 + itcl/iwidgets/incoming/src/collapsablewidget.itk | 324 + itcl/iwidgets/outgoing/README | 14 + itcl/iwidgets/tests/all | 19 + itcl/iwidgets/tests/all.tcl | 122 + itcl/iwidgets/tests/buttonbox.test | 199 + itcl/iwidgets/tests/calendar.test | 171 + itcl/iwidgets/tests/canvasprintbox.test | 162 + itcl/iwidgets/tests/canvasprintdialog.test | 181 + itcl/iwidgets/tests/checkbox.test | 161 + itcl/iwidgets/tests/combobox.test | 328 + itcl/iwidgets/tests/dateentry.test | 219 + itcl/iwidgets/tests/datefield.test | 203 + itcl/iwidgets/tests/defs | 220 + itcl/iwidgets/tests/dialog.test | 147 + itcl/iwidgets/tests/dialogshell.test | 240 + itcl/iwidgets/tests/disjointlistbox.test | 116 + itcl/iwidgets/tests/entryfield.test | 198 + itcl/iwidgets/tests/extbutton.test | 150 + itcl/iwidgets/tests/extfileselectionbox.test | 209 + itcl/iwidgets/tests/extfileselectiondialog.test | 218 + itcl/iwidgets/tests/feedback.test | 157 + itcl/iwidgets/tests/fileselectionbox.test | 212 + itcl/iwidgets/tests/fileselectiondialog.test | 219 + itcl/iwidgets/tests/finddialog.test | 168 + itcl/iwidgets/tests/hierarchy.test | 321 + itcl/iwidgets/tests/hyperhelp.html | 157 + itcl/iwidgets/tests/hyperhelp.test | 178 + itcl/iwidgets/tests/labeledframe.test | 194 + itcl/iwidgets/tests/labeledwidget.test | 172 + itcl/iwidgets/tests/menubar.test | 560 + itcl/iwidgets/tests/messagebox.test | 195 + itcl/iwidgets/tests/messagedialog.test | 163 + itcl/iwidgets/tests/notebook.test | 325 + itcl/iwidgets/tests/optionmenu.test | 201 + itcl/iwidgets/tests/panedwindow.test | 175 + itcl/iwidgets/tests/promptdialog.test | 175 + itcl/iwidgets/tests/pushbutton.test | 152 + itcl/iwidgets/tests/radiobox.test | 167 + itcl/iwidgets/tests/regexpfield.test | 197 + itcl/iwidgets/tests/scrolledcanvas.test | 194 + itcl/iwidgets/tests/scrolledframe.test | 223 + itcl/iwidgets/tests/scrolledhtml.test | 222 + itcl/iwidgets/tests/scrolledlistbox.test | 226 + itcl/iwidgets/tests/scrolledtext.test | 190 + itcl/iwidgets/tests/selectionbox.test | 190 + itcl/iwidgets/tests/selectiondialog.test | 202 + itcl/iwidgets/tests/shell.test | 212 + itcl/iwidgets/tests/spindate.test | 172 + itcl/iwidgets/tests/spinint.test | 191 + itcl/iwidgets/tests/spinner.test | 173 + itcl/iwidgets/tests/spintime.test | 156 + itcl/iwidgets/tests/tabnotebook.test | 343 + itcl/iwidgets/tests/tabset.test | 347 + itcl/iwidgets/tests/timeentry.test | 203 + itcl/iwidgets/tests/timefield.test | 196 + itcl/iwidgets/tests/toolbar.test | 297 + itcl/iwidgets/tests/usual.test | 75 + itcl/iwidgets/tests/watch.test | 165 + itcl/iwidgets/win/iwidgets.tcl | 31 + itcl/iwidgets/win/makefile.vc | 46 + itcl/iwidgets/win/pkg.vc | 10 + 315 files changed, 100243 insertions(+) create mode 100644 itcl/iwidgets/demos/buttonbox create mode 100644 itcl/iwidgets/demos/calendar create mode 100644 itcl/iwidgets/demos/canvasprintbox create mode 100644 itcl/iwidgets/demos/canvasprintdialog create mode 100644 itcl/iwidgets/demos/catalog create mode 100644 itcl/iwidgets/demos/checkbox create mode 100644 itcl/iwidgets/demos/combobox create mode 100644 itcl/iwidgets/demos/dateentry create mode 100644 itcl/iwidgets/demos/datefield create mode 100644 itcl/iwidgets/demos/demo.html create mode 100644 itcl/iwidgets/demos/dialog create mode 100644 itcl/iwidgets/demos/dialogshell create mode 100644 itcl/iwidgets/demos/disjointlistbox create mode 100644 itcl/iwidgets/demos/entryfield create mode 100644 itcl/iwidgets/demos/extbutton create mode 100644 itcl/iwidgets/demos/extfileselectionbox create mode 100644 itcl/iwidgets/demos/extfileselectiondialog create mode 100644 itcl/iwidgets/demos/feedback create mode 100644 itcl/iwidgets/demos/fileselectionbox create mode 100644 itcl/iwidgets/demos/fileselectiondialog create mode 100644 itcl/iwidgets/demos/finddialog create mode 100644 itcl/iwidgets/demos/hierarchy create mode 100644 itcl/iwidgets/demos/html/buttonbox.n.html create mode 100644 itcl/iwidgets/demos/html/calendar.n.html create mode 100644 itcl/iwidgets/demos/html/canvasprintbox.n.html create mode 100644 itcl/iwidgets/demos/html/canvasprintdialog.n.html create mode 100644 itcl/iwidgets/demos/html/checkbox.n.html create mode 100644 itcl/iwidgets/demos/html/combobox.n.html create mode 100644 itcl/iwidgets/demos/html/dateentry.n.html create mode 100644 itcl/iwidgets/demos/html/datefield.n.html create mode 100644 itcl/iwidgets/demos/html/dialog.n.html create mode 100644 itcl/iwidgets/demos/html/dialogshell.n.html create mode 100644 itcl/iwidgets/demos/html/disjointlistbox.n.html create mode 100644 itcl/iwidgets/demos/html/entryfield.n.html create mode 100644 itcl/iwidgets/demos/html/extbutton.n.html create mode 100644 itcl/iwidgets/demos/html/extfileselectionbox.n.html create mode 100644 itcl/iwidgets/demos/html/extfileselectiondialog.n.html create mode 100644 itcl/iwidgets/demos/html/feedback.n.html create mode 100644 itcl/iwidgets/demos/html/fileselectionbox.n.html create mode 100644 itcl/iwidgets/demos/html/fileselectiondialog.n.html create mode 100644 itcl/iwidgets/demos/html/finddialog.n.html create mode 100644 itcl/iwidgets/demos/html/hierarchy.n.html create mode 100644 itcl/iwidgets/demos/html/hyperhelp.n.html create mode 100644 itcl/iwidgets/demos/html/iwidgets4.0.0UserCmds.html create mode 100644 itcl/iwidgets/demos/html/labeledframe.n.html create mode 100644 itcl/iwidgets/demos/html/labeledwidget.n.html create mode 100644 itcl/iwidgets/demos/html/mainwindow.n.html create mode 100644 itcl/iwidgets/demos/html/menubar.n.html create mode 100644 itcl/iwidgets/demos/html/messagebox.n.html create mode 100644 itcl/iwidgets/demos/html/messagedialog.n.html create mode 100644 itcl/iwidgets/demos/html/notebook.n.html create mode 100644 itcl/iwidgets/demos/html/optionmenu.n.html create mode 100644 itcl/iwidgets/demos/html/panedwindow.n.html create mode 100644 itcl/iwidgets/demos/html/promptdialog.n.html create mode 100644 itcl/iwidgets/demos/html/pushbutton.n.html create mode 100644 itcl/iwidgets/demos/html/radiobox.n.html create mode 100644 itcl/iwidgets/demos/html/scopedobject.n.html create mode 100644 itcl/iwidgets/demos/html/scrolledcanvas.n.html create mode 100644 itcl/iwidgets/demos/html/scrolledframe.n.html create mode 100644 itcl/iwidgets/demos/html/scrolledhtml.n.html create mode 100644 itcl/iwidgets/demos/html/scrolledlistbox.n.html create mode 100644 itcl/iwidgets/demos/html/scrolledtext.n.html create mode 100644 itcl/iwidgets/demos/html/selectionbox.n.html create mode 100644 itcl/iwidgets/demos/html/selectiondialog.n.html create mode 100644 itcl/iwidgets/demos/html/shell.n.html create mode 100644 itcl/iwidgets/demos/html/spindate.n.html create mode 100644 itcl/iwidgets/demos/html/spinint.n.html create mode 100644 itcl/iwidgets/demos/html/spinner.n.html create mode 100644 itcl/iwidgets/demos/html/spintime.n.html create mode 100644 itcl/iwidgets/demos/html/tabnotebook.n.html create mode 100644 itcl/iwidgets/demos/html/tabset.n.html create mode 100644 itcl/iwidgets/demos/html/timeentry.n.html create mode 100644 itcl/iwidgets/demos/html/timefield.n.html create mode 100644 itcl/iwidgets/demos/html/toolbar.n.html create mode 100644 itcl/iwidgets/demos/html/watch.n.html create mode 100644 itcl/iwidgets/demos/hyperhelp create mode 100644 itcl/iwidgets/demos/images/box.xbm create mode 100644 itcl/iwidgets/demos/images/clear.gif create mode 100644 itcl/iwidgets/demos/images/close.gif create mode 100644 itcl/iwidgets/demos/images/copy.gif create mode 100644 itcl/iwidgets/demos/images/cut.gif create mode 100644 itcl/iwidgets/demos/images/exit.gif create mode 100644 itcl/iwidgets/demos/images/find.gif create mode 100644 itcl/iwidgets/demos/images/help.gif create mode 100644 itcl/iwidgets/demos/images/line.xbm create mode 100644 itcl/iwidgets/demos/images/mag.gif create mode 100644 itcl/iwidgets/demos/images/new.gif create mode 100644 itcl/iwidgets/demos/images/open.gif create mode 100644 itcl/iwidgets/demos/images/oval.xbm create mode 100644 itcl/iwidgets/demos/images/paste.gif create mode 100644 itcl/iwidgets/demos/images/points.xbm create mode 100644 itcl/iwidgets/demos/images/poly.gif create mode 100644 itcl/iwidgets/demos/images/print.gif create mode 100644 itcl/iwidgets/demos/images/ruler.gif create mode 100644 itcl/iwidgets/demos/images/save.gif create mode 100644 itcl/iwidgets/demos/images/select.gif create mode 100644 itcl/iwidgets/demos/images/text.xbm create mode 100644 itcl/iwidgets/demos/iwidgets.gif create mode 100644 itcl/iwidgets/demos/labeledframe create mode 100644 itcl/iwidgets/demos/labeledwidget create mode 100644 itcl/iwidgets/demos/mainwindow create mode 100644 itcl/iwidgets/demos/menubar create mode 100644 itcl/iwidgets/demos/messagebox create mode 100644 itcl/iwidgets/demos/messagedialog create mode 100644 itcl/iwidgets/demos/notebook create mode 100644 itcl/iwidgets/demos/optionmenu create mode 100644 itcl/iwidgets/demos/panedwindow create mode 100644 itcl/iwidgets/demos/promptdialog create mode 100644 itcl/iwidgets/demos/pushbutton create mode 100644 itcl/iwidgets/demos/radiobox create mode 100644 itcl/iwidgets/demos/scopedobject create mode 100644 itcl/iwidgets/demos/scrolledcanvas create mode 100644 itcl/iwidgets/demos/scrolledframe create mode 100644 itcl/iwidgets/demos/scrolledhtml create mode 100644 itcl/iwidgets/demos/scrolledlistbox create mode 100644 itcl/iwidgets/demos/scrolledtext create mode 100644 itcl/iwidgets/demos/selectionbox create mode 100644 itcl/iwidgets/demos/selectiondialog create mode 100644 itcl/iwidgets/demos/shell create mode 100644 itcl/iwidgets/demos/spindate create mode 100644 itcl/iwidgets/demos/spinint create mode 100644 itcl/iwidgets/demos/spinner create mode 100644 itcl/iwidgets/demos/spintime create mode 100644 itcl/iwidgets/demos/tabnotebook create mode 100644 itcl/iwidgets/demos/tabset create mode 100644 itcl/iwidgets/demos/timeentry create mode 100644 itcl/iwidgets/demos/timefield create mode 100644 itcl/iwidgets/demos/toolbar create mode 100644 itcl/iwidgets/demos/watch create mode 100644 itcl/iwidgets/doc/buttonbox.n create mode 100644 itcl/iwidgets/doc/calendar.n create mode 100644 itcl/iwidgets/doc/canvasprintbox.n create mode 100644 itcl/iwidgets/doc/canvasprintdialog.n create mode 100644 itcl/iwidgets/doc/checkbox.n create mode 100644 itcl/iwidgets/doc/combobox.n create mode 100644 itcl/iwidgets/doc/dateentry.n create mode 100644 itcl/iwidgets/doc/datefield.n create mode 100644 itcl/iwidgets/doc/dialog.n create mode 100644 itcl/iwidgets/doc/dialogshell.n create mode 100644 itcl/iwidgets/doc/disjointlistbox.n create mode 100644 itcl/iwidgets/doc/entryfield.n create mode 100644 itcl/iwidgets/doc/extbutton.n create mode 100644 itcl/iwidgets/doc/extfileselectionbox.n create mode 100644 itcl/iwidgets/doc/extfileselectiondialog.n create mode 100644 itcl/iwidgets/doc/feedback.n create mode 100644 itcl/iwidgets/doc/fileselectionbox.n create mode 100644 itcl/iwidgets/doc/fileselectiondialog.n create mode 100644 itcl/iwidgets/doc/finddialog.n create mode 100644 itcl/iwidgets/doc/generateHtml.sh create mode 100644 itcl/iwidgets/doc/hierarchy.n create mode 100644 itcl/iwidgets/doc/hyperhelp.n create mode 100644 itcl/iwidgets/doc/iwidgets.ps create mode 100644 itcl/iwidgets/doc/labeledframe.n create mode 100644 itcl/iwidgets/doc/labeledwidget.n create mode 100644 itcl/iwidgets/doc/mainwindow.n create mode 100644 itcl/iwidgets/doc/man.macros create mode 100644 itcl/iwidgets/doc/menubar.n create mode 100644 itcl/iwidgets/doc/messagebox.n create mode 100644 itcl/iwidgets/doc/messagedialog.n create mode 100644 itcl/iwidgets/doc/mkitclman create mode 100644 itcl/iwidgets/doc/notebook.n create mode 100644 itcl/iwidgets/doc/optionmenu.n create mode 100644 itcl/iwidgets/doc/panedwindow.n create mode 100644 itcl/iwidgets/doc/promptdialog.n create mode 100644 itcl/iwidgets/doc/pushbutton.n create mode 100644 itcl/iwidgets/doc/radiobox.n create mode 100644 itcl/iwidgets/doc/scopedobject.n create mode 100644 itcl/iwidgets/doc/scrolledcanvas.n create mode 100644 itcl/iwidgets/doc/scrolledframe.n create mode 100644 itcl/iwidgets/doc/scrolledhtml.n create mode 100644 itcl/iwidgets/doc/scrolledlistbox.n create mode 100644 itcl/iwidgets/doc/scrolledtext.n create mode 100644 itcl/iwidgets/doc/selectionbox.n create mode 100644 itcl/iwidgets/doc/selectiondialog.n create mode 100644 itcl/iwidgets/doc/shell.n create mode 100644 itcl/iwidgets/doc/spindate.n create mode 100644 itcl/iwidgets/doc/spinint.n create mode 100644 itcl/iwidgets/doc/spinner.n create mode 100644 itcl/iwidgets/doc/spintime.n create mode 100644 itcl/iwidgets/doc/tabnotebook.n create mode 100644 itcl/iwidgets/doc/tabset.n create mode 100644 itcl/iwidgets/doc/timeentry.n create mode 100644 itcl/iwidgets/doc/timefield.n create mode 100644 itcl/iwidgets/doc/tk2html create mode 100644 itcl/iwidgets/doc/tk2html.awk create mode 100644 itcl/iwidgets/doc/tk2html.perl create mode 100644 itcl/iwidgets/doc/tk2html2.awk create mode 100644 itcl/iwidgets/doc/toolbar.n create mode 100644 itcl/iwidgets/doc/watch.n create mode 100644 itcl/iwidgets/generic/buttonbox.itk create mode 100644 itcl/iwidgets/generic/calendar.itk create mode 100644 itcl/iwidgets/generic/canvasprintbox.itk create mode 100644 itcl/iwidgets/generic/canvasprintdialog.itk create mode 100644 itcl/iwidgets/generic/checkbox.itk create mode 100644 itcl/iwidgets/generic/colors.itcl create mode 100644 itcl/iwidgets/generic/combobox.itk create mode 100644 itcl/iwidgets/generic/dateentry.itk create mode 100644 itcl/iwidgets/generic/datefield.itk create mode 100644 itcl/iwidgets/generic/dialog.itk create mode 100644 itcl/iwidgets/generic/dialogshell.itk create mode 100644 itcl/iwidgets/generic/disjointlistbox.itk create mode 100644 itcl/iwidgets/generic/entryfield.itk create mode 100644 itcl/iwidgets/generic/extbutton.itk create mode 100644 itcl/iwidgets/generic/extfileselectionbox.itk create mode 100644 itcl/iwidgets/generic/extfileselectiondialog.itk create mode 100644 itcl/iwidgets/generic/feedback.itk create mode 100644 itcl/iwidgets/generic/fileselectionbox.itk create mode 100644 itcl/iwidgets/generic/fileselectiondialog.itk create mode 100644 itcl/iwidgets/generic/finddialog.itk create mode 100644 itcl/iwidgets/generic/hierarchy.itk create mode 100644 itcl/iwidgets/generic/hyperhelp.itk create mode 100644 itcl/iwidgets/generic/labeledframe.itk create mode 100644 itcl/iwidgets/generic/labeledwidget.itk create mode 100644 itcl/iwidgets/generic/mainwindow.itk create mode 100644 itcl/iwidgets/generic/menubar.itk create mode 100644 itcl/iwidgets/generic/messagebox.itk create mode 100644 itcl/iwidgets/generic/messagedialog.itk create mode 100644 itcl/iwidgets/generic/notebook.itk create mode 100644 itcl/iwidgets/generic/optionmenu.itk create mode 100644 itcl/iwidgets/generic/pane.itk create mode 100644 itcl/iwidgets/generic/panedwindow.itk create mode 100644 itcl/iwidgets/generic/promptdialog.itk create mode 100644 itcl/iwidgets/generic/pushbutton.itk create mode 100644 itcl/iwidgets/generic/radiobox.itk create mode 100644 itcl/iwidgets/generic/regexpfield.itk create mode 100644 itcl/iwidgets/generic/roman.itcl create mode 100644 itcl/iwidgets/generic/scopedobject.itcl create mode 100644 itcl/iwidgets/generic/scrolledcanvas.itk create mode 100644 itcl/iwidgets/generic/scrolledframe.itk create mode 100644 itcl/iwidgets/generic/scrolledhtml.itk create mode 100644 itcl/iwidgets/generic/scrolledlistbox.itk create mode 100644 itcl/iwidgets/generic/scrolledtext.itk create mode 100644 itcl/iwidgets/generic/scrolledwidget.itk create mode 100644 itcl/iwidgets/generic/selectionbox.itk create mode 100644 itcl/iwidgets/generic/selectiondialog.itk create mode 100644 itcl/iwidgets/generic/shell.itk create mode 100644 itcl/iwidgets/generic/spindate.itk create mode 100644 itcl/iwidgets/generic/spinint.itk create mode 100644 itcl/iwidgets/generic/spinner.itk create mode 100644 itcl/iwidgets/generic/spintime.itk create mode 100644 itcl/iwidgets/generic/tabnotebook.itk create mode 100644 itcl/iwidgets/generic/tabset.itk create mode 100644 itcl/iwidgets/generic/tclIndex create mode 100644 itcl/iwidgets/generic/timeentry.itk create mode 100644 itcl/iwidgets/generic/timefield.itk create mode 100644 itcl/iwidgets/generic/toolbar.itk create mode 100644 itcl/iwidgets/generic/unknownimage.gif create mode 100644 itcl/iwidgets/generic/watch.itk create mode 100644 itcl/iwidgets/incoming/README create mode 100644 itcl/iwidgets/incoming/demos/buttoncage create mode 100644 itcl/iwidgets/incoming/demos/collapsablewidget create mode 100644 itcl/iwidgets/incoming/doc/collapsablewidget.n create mode 100644 itcl/iwidgets/incoming/doc/man.macros create mode 100644 itcl/iwidgets/incoming/src/buttoncage.itk create mode 100644 itcl/iwidgets/incoming/src/collapsablewidget.itk create mode 100644 itcl/iwidgets/outgoing/README create mode 100644 itcl/iwidgets/tests/all create mode 100644 itcl/iwidgets/tests/all.tcl create mode 100644 itcl/iwidgets/tests/buttonbox.test create mode 100644 itcl/iwidgets/tests/calendar.test create mode 100644 itcl/iwidgets/tests/canvasprintbox.test create mode 100644 itcl/iwidgets/tests/canvasprintdialog.test create mode 100644 itcl/iwidgets/tests/checkbox.test create mode 100644 itcl/iwidgets/tests/combobox.test create mode 100644 itcl/iwidgets/tests/dateentry.test create mode 100644 itcl/iwidgets/tests/datefield.test create mode 100644 itcl/iwidgets/tests/defs create mode 100644 itcl/iwidgets/tests/dialog.test create mode 100644 itcl/iwidgets/tests/dialogshell.test create mode 100644 itcl/iwidgets/tests/disjointlistbox.test create mode 100644 itcl/iwidgets/tests/entryfield.test create mode 100644 itcl/iwidgets/tests/extbutton.test create mode 100644 itcl/iwidgets/tests/extfileselectionbox.test create mode 100644 itcl/iwidgets/tests/extfileselectiondialog.test create mode 100644 itcl/iwidgets/tests/feedback.test create mode 100644 itcl/iwidgets/tests/fileselectionbox.test create mode 100644 itcl/iwidgets/tests/fileselectiondialog.test create mode 100644 itcl/iwidgets/tests/finddialog.test create mode 100644 itcl/iwidgets/tests/hierarchy.test create mode 100644 itcl/iwidgets/tests/hyperhelp.html create mode 100644 itcl/iwidgets/tests/hyperhelp.test create mode 100644 itcl/iwidgets/tests/labeledframe.test create mode 100644 itcl/iwidgets/tests/labeledwidget.test create mode 100644 itcl/iwidgets/tests/menubar.test create mode 100644 itcl/iwidgets/tests/messagebox.test create mode 100644 itcl/iwidgets/tests/messagedialog.test create mode 100644 itcl/iwidgets/tests/notebook.test create mode 100644 itcl/iwidgets/tests/optionmenu.test create mode 100644 itcl/iwidgets/tests/panedwindow.test create mode 100644 itcl/iwidgets/tests/promptdialog.test create mode 100644 itcl/iwidgets/tests/pushbutton.test create mode 100644 itcl/iwidgets/tests/radiobox.test create mode 100644 itcl/iwidgets/tests/regexpfield.test create mode 100644 itcl/iwidgets/tests/scrolledcanvas.test create mode 100644 itcl/iwidgets/tests/scrolledframe.test create mode 100644 itcl/iwidgets/tests/scrolledhtml.test create mode 100644 itcl/iwidgets/tests/scrolledlistbox.test create mode 100644 itcl/iwidgets/tests/scrolledtext.test create mode 100644 itcl/iwidgets/tests/selectionbox.test create mode 100644 itcl/iwidgets/tests/selectiondialog.test create mode 100644 itcl/iwidgets/tests/shell.test create mode 100644 itcl/iwidgets/tests/spindate.test create mode 100644 itcl/iwidgets/tests/spinint.test create mode 100644 itcl/iwidgets/tests/spinner.test create mode 100644 itcl/iwidgets/tests/spintime.test create mode 100644 itcl/iwidgets/tests/tabnotebook.test create mode 100644 itcl/iwidgets/tests/tabset.test create mode 100644 itcl/iwidgets/tests/timeentry.test create mode 100644 itcl/iwidgets/tests/timefield.test create mode 100644 itcl/iwidgets/tests/toolbar.test create mode 100644 itcl/iwidgets/tests/usual.test create mode 100644 itcl/iwidgets/tests/watch.test create mode 100644 itcl/iwidgets/win/iwidgets.tcl create mode 100644 itcl/iwidgets/win/makefile.vc create mode 100644 itcl/iwidgets/win/pkg.vc diff --git a/itcl/iwidgets/demos/buttonbox b/itcl/iwidgets/demos/buttonbox new file mode 100644 index 0000000000..f5a15c0013 --- /dev/null +++ b/itcl/iwidgets/demos/buttonbox @@ -0,0 +1,13 @@ +# ---------------------------------------------------------------------- +# DEMO: buttonbox in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::buttonbox .bb + +.bb add OK -text OK -command "puts OK" +.bb add Apply -text Apply -command "puts Apply" +.bb add Cancel -text Cancel -command "puts Cancel" +.bb default OK + +pack .bb -expand yes -fill both diff --git a/itcl/iwidgets/demos/calendar b/itcl/iwidgets/demos/calendar new file mode 100644 index 0000000000..ab656ea1d5 --- /dev/null +++ b/itcl/iwidgets/demos/calendar @@ -0,0 +1,26 @@ +# ---------------------------------------------------------------------- +# DEMO: calendar in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *Calendar.buttonForeground black +option add *Calendar.outline black +option add *Calendar.weekdayBackground white +option add *Calendar.weekendBackground mistyrose +option add *Calendar.selectColor red +. configure -background white + +iwidgets::calendar .cal +pack .cal -expand yes -fill both + +iwidgets::optionmenu .days -labeltext "Start Day:" -command { + set day [.days get] + .cal configure -startday $day -days $caldays($day) +} +pack .days -padx 4 -pady 4 + +array set caldays { + sunday {S M T W T F S} + monday {Mo Tu We Th Fr Sa Su} +} +.days insert end sunday monday diff --git a/itcl/iwidgets/demos/canvasprintbox b/itcl/iwidgets/demos/canvasprintbox new file mode 100644 index 0000000000..0591b43514 --- /dev/null +++ b/itcl/iwidgets/demos/canvasprintbox @@ -0,0 +1,22 @@ +# ---------------------------------------------------------------------- +# DEMO: canvasprintbox in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +# +# Make a canvas for the main application: +# +canvas .c -width 200 -height 200 -background white +pack .c + +.c create rectangle 30 30 150 150 -fill blue +.c create oval 70 70 190 190 -fill red +.c create polygon 60 50 110 180 10 180 -fill green +.c create text 100 5 -anchor n -text "Example Drawing" + +iwidgets::canvasprintbox .pcb -printcmd "lpr" -pagesize "A4" + +.pcb setcanvas .c + diff --git a/itcl/iwidgets/demos/canvasprintdialog b/itcl/iwidgets/demos/canvasprintdialog new file mode 100644 index 0000000000..c628280ca4 --- /dev/null +++ b/itcl/iwidgets/demos/canvasprintdialog @@ -0,0 +1,31 @@ +# ---------------------------------------------------------------------- +# DEMO: canvasprintdialog in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +# +# Make a canvas for the main application: +# +canvas .c -width 200 -height 200 -background white +pack .c + +.c create rectangle 30 30 150 150 -fill blue +.c create oval 70 70 190 190 -fill red +.c create polygon 60 50 110 180 10 180 -fill green +.c create text 100 5 -anchor n -text "Example Drawing" + +button .print -text "Print..." -command { + if {[.pcd activate]} { + puts "use command \".pcd print\" to really print" + } else { + puts "aborted" + } +} +pack .print + +iwidgets::canvasprintdialog .pcd -modality application \ + -printcmd "lpr" -pagesize "A4" + +.pcd setcanvas .c diff --git a/itcl/iwidgets/demos/catalog b/itcl/iwidgets/demos/catalog new file mode 100644 index 0000000000..cbaa66695d --- /dev/null +++ b/itcl/iwidgets/demos/catalog @@ -0,0 +1,407 @@ +#!/bin/sh +# ---------------------------------------------------------------------- +# PROGRAM: demo program for [incr Widgets] +# ---------------------------------------------------------------------- +# Michael J. McLennan +# Bell Labs Innovations for Lucent Technologies +# mmclennan@lucent.com +# http://www.tcltk.com/itcl/ +# ====================================================================== +# Copyright (c) 1993-1998 Lucent Technologies, Inc. +# ====================================================================== +#\ +exec wish8.4 "$0" + +package require Iwidgets 4.0 + +# ---------------------------------------------------------------------- +option add *Scrolledtext.textBackground white startupFile +option add *Scrolledlistbox.textBackground white startupFile +option add *Scrolledhtml.textBackground white startupFile +option add *Scrolledhtml.padX 10 startupFile +option add *boxColor blue startupFile +option add *boxTextColor white startupFile + +# ---------------------------------------------------------------------- +# USAGE: iw_demo_file +# +# Returns the proper demo file name for a demo called . +# ---------------------------------------------------------------------- +proc iw_demo_file {name} { + global iwidgets::library + return [file join $library demos $name] +} + +# ---------------------------------------------------------------------- +# USAGE: iw_demo_manpage +# +# Returns the proper man page file for a demo called . +# ---------------------------------------------------------------------- +proc iw_demo_manpage {name} { + global iwidgets::library + return [file join $library demos html $name.n.html] +} + +# ---------------------------------------------------------------------- +# USAGE: iw_load_demo +# +# Loads a demo program with the given . Demos can be written +# as if they will pop up in the main application window, but they will +# pop up inside the tab notebook instead. +# ---------------------------------------------------------------------- +proc iw_load_demo {name} { + global widgets + + catch {eval destroy [winfo children $widgets(info-example)]} + iw_lock on + iw_status "Loading..." + + set win [frame $widgets(info-example).inner] + pack $win -expand yes + + set loadcmd { + set fid [open [iw_demo_file $name] r] + set code [read $fid] + close $fid + } + if {[catch $loadcmd result] == 0} { + regsub -all "(\"|\{|\\\[| |\n|^|\t)((\\.\[A-Za-z0-9\]+)+)" \ + $code "\\1$win\\2" code + regsub -all "(\"|\{|\\\[| |\n|^)(\\. )" \ + $code "\\1$win " code + if {[catch {uplevel #0 $code} result] == 0} { + $widgets(info-code) clear + $widgets(info-code) import [iw_demo_file $name] + iw_draw_hier $name + iw_load_manpage $name + iw_lock off + iw_status "" + return + } + } + catch {eval destroy [winfo children $win]} + label $win.err -background white -wraplength 4i \ + -text "Can't load demo:\n$result" + pack $win.err -expand yes + iw_lock off + iw_status "" +} + +# overload a few critical functions that might be used by demo programs... +rename exit tcl_exit +proc exit {{status 0}} { + # do nothing +} + +rename puts tcl_puts +proc puts {args} { + global widgets + if {[llength $args] == 1} { + iw_status [lindex $args 0] + } else { + eval tcl_puts $args + } +} + +# ---------------------------------------------------------------------- +# USAGE: iw_load_manpage +# +# Loads the man page for the current demo. Man pages are not +# automatically loaded unless the man page viewer is visible. +# This procedure checks to see if the viewer is visible, and loads +# the man page if needed. +# ---------------------------------------------------------------------- +set iwManPage "" +proc iw_load_manpage {{name ""}} { + global widgets iwManPage + + if {[winfo ismapped $widgets(info-manpage)]} { + if {$name == ""} { + set name [$widgets(list) getcurselection] + } + if {$name != $iwManPage} { + iw_lock on + iw_status "Loading man page..." + $widgets(info-manpage) import [iw_demo_manpage $name] + iw_lock off + iw_status "" + place forget $widgets(info-manpage-feedback) + } + set iwManPage $name + } +} + +# ---------------------------------------------------------------------- +# USAGE: iw_manpage_progress +# +# Handles the progress meter whenever an HTML man page is rendered. +# If the progress meter is not showing, it is put up, and the current +# state is updated. If the meter is at 100%, it is taken down. +# ---------------------------------------------------------------------- +proc iw_manpage_progress {n} { + global widgets remaining + + if {![winfo ismapped $widgets(info-manpage-feedback)]} { + $widgets(info-manpage-feedback) configure -steps $n + $widgets(info-manpage-feedback) reset + place $widgets(info-manpage-feedback) -relx 0.5 -rely 0.5 \ + -anchor c -width 200 + update + set remaining $n + } + + $widgets(info-manpage-feedback) step [expr $remaining - $n] + set remaining $n +} + +# ---------------------------------------------------------------------- +# USAGE: iw_status +# +# Displays a status near the top of the window. +# ---------------------------------------------------------------------- +proc iw_status {message} { + global widgets + $widgets(status) configure -text $message + update +} + +# ---------------------------------------------------------------------- +# USAGE: iw_lock +# +# Locks or unlocks the main window. Sets a grab on the main menu, +# so that all events are sent to it. +# ---------------------------------------------------------------------- +proc iw_lock {state} { + global widgets + if {$state} { + grab set $widgets(mainMenu) + . configure -cursor watch + } else { + grab release $widgets(mainMenu) + . configure -cursor "" + } +} + +# ---------------------------------------------------------------------- +# USAGE: iw_draw_hier +# +# Queries the hierarchy for a particular class in demo and +# draws a class diagram into a display window. Usually invoked when +# a demo is loaded to display the class hierarchy for the associated +# widget. +# ---------------------------------------------------------------------- +proc iw_draw_hier {name} { + global widgets + set canv $widgets(info-hier) + $canv delete all + + set class [string toupper [string index $name 0]][string tolower [string range $name 1 end]] + + if {[catch [list namespace eval iwidgets [list itcl::find classes $class]]] == 0} { + set objs [namespace eval iwidgets [list itcl::find objects -class $class]] + if {[llength $objs]} { + update idletasks + set bases [[lindex $objs 0] info heritage] + iw_draw_level [lrange $bases 1 end] $canv [lindex $bases 0] + set bbox [$canv bbox all] + + $canv move all [expr [lindex $bbox 0] * -1] [expr [lindex $bbox 1] * -1] + + $canv xview moveto 0 + $canv yview moveto 0 + + set bbox [$canv bbox all] + set x [expr ([winfo width $widgets(info)] / 2) - ([lindex $bbox 2] / 2)] + set y 10 + $canv move all $x $y + } + } +} + +# ---------------------------------------------------------------------- +# USAGE: iw_draw_level +# +# Draws one level of the hierarchy for . +# ---------------------------------------------------------------------- +proc iw_draw_level {bases canv class} { + set org [iw_draw_box $canv $class] + set top $org + + set offset 0 + + if {[llength $bases]} { + $canv lower [$canv create line $offset $org \ + $offset [expr $top-10] \ + -40 [expr $top-10] \ + -24 [expr $top-10] \ + -20 [expr $top-16] \ + -16 [expr $top-10] \ + -20 [expr $top-16] \ + -20 [expr $top-26]] + $canv move all 20 [expr -($top-26+$org)] + + set del [iw_draw_level [lrange $bases 1 end] $canv [lindex $bases 0]] + $canv move all -20 [expr $top-26+$org] + set top [expr $top+$del-30+$org] + incr offset 4 + } + + return $top +} + +# ---------------------------------------------------------------------- +# USAGE: iw_draw_box +# +# Draws one box for a class hierarchy onto a canvas window. +# ---------------------------------------------------------------------- +proc iw_draw_box {canv class} { + set bg [option get $canv boxColor BoxColor] + set textbg [option get $canv boxTextColor BoxTextColor] + + set cname [string trimleft $class :] + $canv create text 0 0 -anchor center -text $cname \ + -fill $textbg -tags $class + + set bbox [$canv bbox $class] + set x0 [expr [lindex $bbox 0]-4] + set y0 [expr [lindex $bbox 1]-4] + set x1 [expr [lindex $bbox 2]+4] + set y1 [expr [lindex $bbox 3]+4] + + $canv create rectangle $x0 $y0 $x1 $y1 \ + -outline black -fill $bg + + $canv raise $class + + return $y0 +} + +# ---------------------------------------------------------------------- +wm title . {[incr Widgets] Demo} +wm geometry . 750x440 + +frame .mbar -borderwidth 2 -relief raised +pack .mbar -fill x +set widgets(mainMenu) [menubutton .mbar.main -text "Main" -menu .mbar.main.m] +pack .mbar.main -side left + +menu .mbar.main.m +.mbar.main.m add command -label "About..." -command {.about activate} +.mbar.main.m add separator +.mbar.main.m add command -label "Quit" -command tcl_exit + +iwidgets::panedwindow .pw -orient vertical +pack .pw -expand yes -fill both + +.pw add "widgets" +set pane [.pw childsite "widgets"] +set widgets(list) $pane.wlist + +iwidgets::scrolledlistbox $widgets(list) -labeltext "Select a widget:" \ + -selectioncommand {iw_load_demo [$widgets(list) getcurselection]} \ + -labelpos nw -vscrollmode dynamic -hscrollmode none \ + -exportselection no +pack $widgets(list) -expand yes -fill both -padx 8 + +.pw add "info" +set pane [.pw childsite "info"] +set widgets(info) $pane.info + +.pw fraction 25 75 + +set widgets(status) [label $pane.status] +pack $pane.status -anchor w + +iwidgets::tabnotebook $widgets(info) -tabpos s +pack $widgets(info) -expand yes -fill both + +set widgets(info-example) [$widgets(info) add -label "Example"] +$widgets(info-example) configure -background white + +set win [$widgets(info) add -label "Example Code"] +set widgets(info-code) [iwidgets::scrolledtext $win.code \ + -wrap none -vscrollmode dynamic -hscrollmode none] +pack $widgets(info-code) -expand yes -fill both -padx 4 -pady 4 + +set win [$widgets(info) add -label "Inheritance"] +set widgets(info-hier) [iwidgets::scrolledcanvas $win.canv -textbackground white \ + -vscrollmode dynamic -hscrollmode dynamic] +pack $widgets(info-hier) -expand yes -fill both -padx 4 -pady 4 + +set win [$widgets(info) add -label "Man Page"] +set widgets(info-manpage) [iwidgets::scrolledhtml $win.html \ + -wrap word -vscrollmode dynamic -hscrollmode none \ + -feedback "iw_manpage_progress" \ + -linkcommand "$win.html import -link"] +pack $widgets(info-manpage) -expand yes -fill both -padx 4 -pady 4 + +set widgets(info-manpage-feedback) [iwidgets::feedback $win.html.fb \ + -borderwidth 2] + +bind $widgets(info-manpage) {iw_load_manpage} + +$widgets(info) select "Example" + +# ---------------------------------------------------------------------- +# "About" window +# ---------------------------------------------------------------------- +iwidgets::dialog .about -title {About: [incr Widgets] Demo} -modality none +.about hide "Apply" +.about hide "Help" +.about hide "Cancel" +.about buttonconfigure "OK" -command ".about deactivate" +.about default "OK" + +set win [.about childsite] +label $win.title -text {[incr Widgets]} +pack $win.title +catch {$win.title configure -font -*-helvetica-bold-o-normal-*-*-180-*} + +set file [file join ${iwidgets::library} demos iwidgets.gif] +label $win.icon -image [image create photo -file $file] +pack $win.icon -side left + +label $win.by -text "Contributed By" +pack $win.by +catch {$win.by configure -font -*-helvetica-medium-r-normal-*-*-100-*} + +label $win.authors -text "Mark L. Ulferts +Sue Yockey +John Sigler +Bill Scott +Alfredo Jahn +Tako Schotanus +Kris Raney +John Tucker +Mitch Gorman +John Reekie +Ken Copeland +Tony Parent +Chad Smith +and +Michael McLennan +" +pack $win.authors +catch {$win.authors configure -font -*-helvetica-medium-o-normal-*-*-120-*} + +# ---------------------------------------------------------------------- +# Load up a list of demos... +# ---------------------------------------------------------------------- +foreach file [lsort [glob [file join ${iwidgets::library} demos *]]] { + set name [file tail $file] + if {![file isdirectory $file] && ![string match *.* $name] + && ![string match catalog $name] + && ![string match scopedobject $name]} { + if {$name == "mainwindow"} { + # This demo is doesn't work well with the catalog + # so we skip it. + + continue + } + $widgets(list) insert end $name + } +} +$widgets(list) selection set 0 +uplevel #0 [$widgets(list) cget -selectioncommand] + + diff --git a/itcl/iwidgets/demos/checkbox b/itcl/iwidgets/demos/checkbox new file mode 100644 index 0000000000..c405a027a8 --- /dev/null +++ b/itcl/iwidgets/demos/checkbox @@ -0,0 +1,12 @@ +# ---------------------------------------------------------------------- +# DEMO: checkbox in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::checkbox .cb -labeltext Styles +.cb add bold -text Bold +.cb add italic -text Italic +.cb add underline -text Underline +.cb select underline + +pack .cb -padx 10 -pady 10 -fill both -expand yes diff --git a/itcl/iwidgets/demos/combobox b/itcl/iwidgets/demos/combobox new file mode 100644 index 0000000000..32a20227b0 --- /dev/null +++ b/itcl/iwidgets/demos/combobox @@ -0,0 +1,16 @@ +# ---------------------------------------------------------------------- +# DEMO: combobox in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +iwidgets::combobox .cb -labeltext "Font:" -labelpos w -selectioncommand { + puts "selected: [.cb getcurselection]" +} + +.cb insert list end Ariel Courier Helvetica Knarly Lucida \ + Rumpus Symbol Times "Zapf Dingbats" + +.cb selection set Times +pack .cb diff --git a/itcl/iwidgets/demos/dateentry b/itcl/iwidgets/demos/dateentry new file mode 100644 index 0000000000..068e7dde5d --- /dev/null +++ b/itcl/iwidgets/demos/dateentry @@ -0,0 +1,12 @@ +# ---------------------------------------------------------------------- +# DEMO: dateentry in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +proc returnCmd {} { + puts [.de get] +} + +iwidgets::dateentry .de -labeltext "Date:" -command returnCmd +pack .de -fill x -expand yes -padx 10 -pady 10 + diff --git a/itcl/iwidgets/demos/datefield b/itcl/iwidgets/demos/datefield new file mode 100644 index 0000000000..03b33a5493 --- /dev/null +++ b/itcl/iwidgets/demos/datefield @@ -0,0 +1,12 @@ +# ---------------------------------------------------------------------- +# DEMO: datefield in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +proc returnCmd {} { + puts [.df get] +} + +iwidgets::datefield .df -labeltext "Date (International Format):" \ + -command returnCmd -int 1 +pack .df -fill x -expand yes -padx 10 -pady 10 diff --git a/itcl/iwidgets/demos/demo.html b/itcl/iwidgets/demos/demo.html new file mode 100644 index 0000000000..2da81a8a18 --- /dev/null +++ b/itcl/iwidgets/demos/demo.html @@ -0,0 +1,42 @@ +Demo HTML Page + +
+iwidgets logo
+
+
+

Display Your HTML Pages

+

+Now you can write all of your documentation in HTML format! +You can publish it on the World Wide Web, or bundle it with +your tool and display it using +a hyperhelp +or scrolledhtml widget. + +

+


+

+ +Most of the usual HTML tags are recognized and supported.
+So you can include things like: +

+

    +
  • block quotes +
  • bold +
  • code +
  • color images +
  • definition lists +
  • directory lists +
  • italic +
  • preformatted text +
  • superscript +
  • unordered lists +
  • ...and much, much more! +
+ +

+


+

+ +Build it. Document it. Let us display it. +

+ diff --git a/itcl/iwidgets/demos/dialog b/itcl/iwidgets/demos/dialog new file mode 100644 index 0000000000..17890eb8d4 --- /dev/null +++ b/itcl/iwidgets/demos/dialog @@ -0,0 +1,47 @@ +# ---------------------------------------------------------------------- +# DEMO: dialog in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::radiobox .rb -labelpos nw \ + -labeltext "Use modality to\nlock up your\napplication:" +pack .rb -padx 4 -pady 4 + +.rb add none -text "-modality none" +.rb add application -text "-modality application" +.rb add global -text "-modality global" +.rb select none + +button .activate -text "Push Me" -command { + .d configure -modality [.rb get] + .d activate +} +pack .activate + +# +# Build a generic dialog +# +iwidgets::dialog .d +.d buttonconfigure OK -command { + puts "pushed: OK" + .d deactivate 1 +} +.d buttonconfigure Apply -command { + puts "pushed: Apply" +} +.d buttonconfigure Cancel -command { + puts "pushed: Cancel" + .d deactivate 0 +} +.d buttonconfigure Help -command { + puts "pushed: Help" +} + +# +# Add something to the top of the dialog... +# +set win [.d childsite] +label $win.ex -text "Standard Dialog\n(put your widgets here)" \ + -background black -foreground white \ + -width 40 -height 5 +pack $win.ex -expand yes -fill both -padx 4 -pady 4 diff --git a/itcl/iwidgets/demos/dialogshell b/itcl/iwidgets/demos/dialogshell new file mode 100644 index 0000000000..1e3cd408ce --- /dev/null +++ b/itcl/iwidgets/demos/dialogshell @@ -0,0 +1,35 @@ +# ---------------------------------------------------------------------- +# DEMO: dialogshell in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::radiobox .rb -labeltext "Use modality to\nlock up your\napplication:" +pack .rb -padx 4 -pady 4 + +.rb add none -text "-modality none" +.rb add application -text "-modality application" +.rb add global -text "-modality global" +.rb select none + +button .activate -text "Push Me" -command { + .ds configure -modality [.rb get] + .ds activate +} +pack .activate + +# +# Build a generic dialog +# +iwidgets::dialogshell .ds + +.ds add dismiss -text "Dismiss" -command {.ds deactivate} +.ds default dismiss + +# +# Add something to the top of the dialog... +# +set win [.ds childsite] +label $win.ex -text "Minimal Dialog\n(put your widgets here)" \ + -background black -foreground white \ + -width 40 -height 5 +pack $win.ex -expand yes -fill both -padx 4 -pady 4 diff --git a/itcl/iwidgets/demos/disjointlistbox b/itcl/iwidgets/demos/disjointlistbox new file mode 100644 index 0000000000..e0149037ee --- /dev/null +++ b/itcl/iwidgets/demos/disjointlistbox @@ -0,0 +1,9 @@ +# ---------------------------------------------------------------------- +# DEMO: disjointlistbox in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::disjointlistbox .dlb +pack .dlb -padx 10 -pady 10 -fill both -expand yes + +.dlb insertlhs {black white red blue yellow green magenta} diff --git a/itcl/iwidgets/demos/entryfield b/itcl/iwidgets/demos/entryfield new file mode 100644 index 0000000000..da278a8fd8 --- /dev/null +++ b/itcl/iwidgets/demos/entryfield @@ -0,0 +1,33 @@ +# ---------------------------------------------------------------------- +# DEMO: entryfield in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell +. configure -background white + +iwidgets::entryfield .login -labeltext "Login:" -labelpos nw \ + -command { focus [.passwd component entry] } +pack .login -padx 4 -pady 4 + +iwidgets::entryfield .passwd -labeltext "Password:" -labelpos nw -show "\267" \ + -command { focus [.phone component entry] } +pack .passwd -padx 4 -pady 4 + +iwidgets::entryfield .phone -labeltext "Phone:" -labelpos nw \ + -command { focus [.login component entry] } \ + -validate {check_phonenum %W "%c"} +pack .phone -padx 4 -pady 4 + +proc check_phonenum {entry char} { + set current [$entry get] + set len [string length $current] + if {$len == 3 || $len == 7} { + $entry delete 0 end + $entry insert 0 "$current-" + } + if {$len < 12 && [string match {[0-9]} $char]} { + return 1 + } + return 0 +} diff --git a/itcl/iwidgets/demos/extbutton b/itcl/iwidgets/demos/extbutton new file mode 100644 index 0000000000..5a199a7b5d --- /dev/null +++ b/itcl/iwidgets/demos/extbutton @@ -0,0 +1,15 @@ +# ---------------------------------------------------------------------- +# DEMO: extbutton in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::extbutton .eb1 -text "Bitmap example" -bitmap info \ + -background bisque -activeforeground red -bitmapforeground blue \ + -defaultring 1 -command {puts "Bisque is beautiful"} + +iwidgets::extbutton .eb2 -text "Image example" -bd 3 -image \ + [image create photo -file $iwidgets::library/demos/images/clear.gif] \ + -font 9x15bold -background lightgreen -imagepos e \ + -activebackground lightyellow + +pack .eb1 .eb2 -pady 8 diff --git a/itcl/iwidgets/demos/extfileselectionbox b/itcl/iwidgets/demos/extfileselectionbox new file mode 100644 index 0000000000..3c5ff7b292 --- /dev/null +++ b/itcl/iwidgets/demos/extfileselectionbox @@ -0,0 +1,9 @@ +# ---------------------------------------------------------------------- +# DEMO: extfileselectionbox in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +iwidgets::extfileselectionbox .fsb -width 4i -height 4i +pack .fsb diff --git a/itcl/iwidgets/demos/extfileselectiondialog b/itcl/iwidgets/demos/extfileselectiondialog new file mode 100644 index 0000000000..8cac6c0b0a --- /dev/null +++ b/itcl/iwidgets/demos/extfileselectiondialog @@ -0,0 +1,15 @@ +# ---------------------------------------------------------------------- +# DEMO: extfileselectiondialog in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::extfileselectiondialog .efsd -modality application + +button .select -text "Files..." -command { + if {[.efsd activate]} { + puts "selected: [.efsd get]" + } else { + puts "" + } +} +pack .select -side left diff --git a/itcl/iwidgets/demos/feedback b/itcl/iwidgets/demos/feedback new file mode 100644 index 0000000000..232b5083a7 --- /dev/null +++ b/itcl/iwidgets/demos/feedback @@ -0,0 +1,18 @@ +# ---------------------------------------------------------------------- +# DEMO: feedback in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +. configure -background white + +iwidgets::feedback .fb -labeltext "Status " -steps 22 +pack .fb -padx 4 -pady 4 + +button .go -text "Go" -command { + .fb reset + for {set i 0} {$i < 22} {incr i} { + .fb step + after 100 + } +} +pack .go -padx 4 -pady 4 diff --git a/itcl/iwidgets/demos/fileselectionbox b/itcl/iwidgets/demos/fileselectionbox new file mode 100644 index 0000000000..5945d7896d --- /dev/null +++ b/itcl/iwidgets/demos/fileselectionbox @@ -0,0 +1,9 @@ +# ---------------------------------------------------------------------- +# DEMO: fileselectionbox in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +iwidgets::fileselectionbox .fsb -width 4i -height 4i +pack .fsb diff --git a/itcl/iwidgets/demos/fileselectiondialog b/itcl/iwidgets/demos/fileselectiondialog new file mode 100644 index 0000000000..56d1650a6b --- /dev/null +++ b/itcl/iwidgets/demos/fileselectiondialog @@ -0,0 +1,15 @@ +# ---------------------------------------------------------------------- +# DEMO: fileselectiondialog in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::fileselectiondialog .fsd -modality application + +button .select -text "Files..." -command { + if {[.fsd activate]} { + puts "selected: [.fsd get]" + } else { + puts "" + } +} +pack .select -side left diff --git a/itcl/iwidgets/demos/finddialog b/itcl/iwidgets/demos/finddialog new file mode 100644 index 0000000000..25bf193b07 --- /dev/null +++ b/itcl/iwidgets/demos/finddialog @@ -0,0 +1,222 @@ +# ---------------------------------------------------------------------- +# DEMO: finddialog in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +# +# Demo script for the Finddialog class +# +proc find {} { + if {! [winfo exists .findd]} { + iwidgets::finddialog .findd -textwidget .st + } + + .findd center .st + .findd activate +} + +iwidgets::scrolledtext .st -visibleitems 50x14 -wrap none +pack .st + +button .findb -text "Press to Search Text" -command find +pack .findb -pady 5 + +.st insert end " + The Declaration of Independence + (Adopted in Congress 4 July 1776) + +When, in the course of human events, it becomes necessary for one +people to dissolve the political bonds which have connected them with +another, and to assume among the powers of the earth, the separate and +equal station to which the laws of nature and of nature's God entitle +them, a decent respect to the opinions of mankind requires that they +should declare the causes which impel them to the separation. + +We hold these truths to be self-evident, that all men are created +equal, that they are endowed by their Creator with certain unalienable +rights, that among these are life, liberty and the pursuit of +happiness. That to secure these rights, governments are instituted +among men, deriving their just powers form the consent of the +governed. That whenever any form of government becomes destructive to +these ends, it is the right of the people to alter or to abolish it, +and to institute new government, laying its foundation on such +principles and organizing its powers in such form, as to them shall +seem most likely to effect their safety and happiness. Prudence, +indeed, will dictate that governments long established should not be +changed for light and transient causes; and accordingly all experience +hath shown that mankind are more disposed to suffer, while evils are +sufferable, than to right themselves by abolishing the forms to which +they are accustomed. But when a long train of abuses and usurpations, +pursuing invariably the same object evinces a design to reduce them +under absolute despotism, it is their right, it is their duty, to +throw off such government, and to provide new guards for their future +security. --Such has been the patient sufferance of these colonies; +and such is now the necessity which constrains them to alter their +former systems of government. The history of the present King of Great +Britain is a history of repeated injuries and usurpations, all having +in direct object the establishment of an absolute tyranny over these +states. To prove this, let facts be submitted to a candid world. + +He has refused his assent to laws, the most wholesome and necessary +for the public good. + +He has forbidden his governors to pass laws of immediate and pressing +importance, unless suspended in their operation till his assent should +be obtained; and when so suspended, he has utterly neglected to attend +to them. + +He has refused to pass other laws for the accommodation of large +districts of people, unless those people would relinquish the right of +representation in the legislature, a right inestimable to them and +formidable to tyrants only. + +He has called together legislative bodies at places unusual, +uncomfortable, and distant from the depository of their public +records, for the sole purpose of fatiguing them into compliance with +his measures. + +He has dissolved representative houses repeatedly, for opposing with +manly firmness his invasions on the rights of the people. + +He has refused for a long time, after such dissolutions, to cause +others to be elected; whereby the legislative powers, incapable of +annihilation, have returned to the people at large for their exercise; +the state remaining in the meantime exposed to all the dangers of +invasion from without, and convulsions within. + +He has endeavored to prevent the population of these states; for that +purpose obstructing the laws for naturalization of foreigners; +refusing to pass others to encourage their migration hither, and +raising the conditions of new appropriations of lands. + +He has obstructed the administration of justice, by refusing his +assent to laws for establishing judiciary powers. + +He has made judges dependent on his will alone, for the tenure of +their offices, and the amount and payment of their salaries. + +He has erected a multitude of new offices, and sent hither swarms of +officers to harass our people, and eat out their substance. + +He has kept among us, in times of peace, standing armies without the +consent of our legislature. + +He has affected to render the military independent of and superior to +civil power. + +He has combined with others to subject us to a jurisdiction foreign to +our constitution, and unacknowledged by our laws; giving his assent to +their acts of pretended legislation: + +For quartering large bodies of armed troops among us: + +For protecting them, by mock trial, from punishment for any murders +which they should commit on the inhabitants of these states: + +For cutting off our trade with all parts of the world: + +For imposing taxes on us without our consent: + +For depriving us in many cases, of the benefits of trial by jury: + +For transporting us beyond seas to be tried for pretended offenses: + +For abolishing the free system of English laws in a neighboring +province, establishing therein an arbitrary government, and enlarging +its boundaries so as to render it at once an example and fit +instrument for introducing the same absolute rule in these colonies: + +For taking away our charters, abolishing our most valuable laws, and +altering fundamentally the forms of our governments: + +For suspending our own legislatures, and declaring themselves invested +with power to legislate for us in all cases whatsoever. + +He has abdicated government here, by declaring us out of his +protection and waging war against us. + +He has plundered our seas, ravaged our coasts, burned our towns, and +destroyed the lives of our people. + +He is at this time transporting large armies of foreign mercenaries to +complete the works of death, desolation and tyranny, already begun +with circumstances of cruelty and perfidy scarcely paralleled in the +most barbarous ages, and totally unworthy the head of a civilized +nation. + +He has constrained our fellow citizens taken captive on the high seas +to bear arms against their country, to become the executioners of +their friends and brethren, or to fall themselves by their hands. + +He has excited domestic insurrections amongst us, and has endeavored +to bring on the inhabitants of our frontiers, the merciless Indian +savages, whose known rule of warfare, is undistinguished destruction +of all ages, sexes and conditions. + +In every stage of these oppressions we have petitioned for redress in +the most humble terms: our repeated petitions have been answered only +by repeated injury. A prince, whose character is thus marked by every +act which may define a tyrant, is unfit to be the ruler of a free +people. + +Nor have we been wanting in attention to our British brethren. We have +warned them from time to time of attempts by their legislature to +extend an unwarrantable jurisdiction over us. We have reminded them of +the circumstances of our emigration and settlement here. We have +appealed to their native justice and magnanimity, and we have conjured +them by the ties of our common kindred to disavow these usurpations, +which, would inevitably interrupt our connections and +correspondence. We must, therefore, acquiesce in the necessity, which +denounces our separation, and hold them, as we hold the rest of +mankind, enemies in war, in peace friends. + +We, therefore, the representatives of the United States of America, in +General Congress, assembled, appealing to the Supreme Judge of the +world for the rectitude of our intentions, do, in the name, and by the +authority of the good people of these colonies, solemnly publish and +declare, that these united colonies are, and of right ought to be free +and independent states; that they are absolved from all allegiance to +the British Crown, and that all political connection between them and +the state of Great Britain, is and ought to be totally dissolved; and +that as free and independent states, they have full power to levy war, +conclude peace, contract alliances, establish commerce, and to do all +other acts and things which independent states may of right do. And +for the support of this declaration, with a firm reliance on the +protection of Divine Providence, we mutually pledge to each other our +lives, our fortunes and our sacred honor. + +New Hampshire: Josiah Bartlett, William Whipple, Matthew Thornton + +Massachusetts: John Hancock, Samual Adams, John Adams, Robert Treat +Paine, Elbridge Gerry + +Rhode Island: Stephen Hopkins, William Ellery + +Connecticut: Roger Sherman, Samuel Huntington, William Williams, +Oliver Wolcott + +New York: William Floyd, Philip Livingston, Francis Lewis, Lewis +Morris + +New Jersey: Richard Stockton, John Witherspoon, Francis Hopkinson, +John Hart, Abraham Clark + +Pennsylvania: Robert Morris, Benjamin Rush, Benjamin Franklin, John +Morton, George Clymer, James Smith, George Taylor, James Wilson, +George Ross + +Delaware: Caesar Rodney, George Read, Thomas McKean + +Maryland: Samuel Chase, William Paca, Thomas Stone, Charles Carroll of +Carrollton + +Virginia: George Wythe, Richard Henry Lee, Thomas Jefferson, Benjamin +Harrison, Thomas Nelson, Jr., Francis Lightfoot Lee, Carter Braxton + +North Carolina: William Hooper, Joseph Hewes, John Penn + +South Carolina: Edward Rutledge, Thomas Heyward, Jr., Thomas Lynch, +Jr., Arthur Middleton + +Georgia: Button Gwinnett, Lyman Hall, George Walton +" diff --git a/itcl/iwidgets/demos/hierarchy b/itcl/iwidgets/demos/hierarchy new file mode 100644 index 0000000000..efe26ca4e8 --- /dev/null +++ b/itcl/iwidgets/demos/hierarchy @@ -0,0 +1,154 @@ +# ---------------------------------------------------------------------- +# DEMO: hierarchy in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +# This demo displays a users file system starting at thier HOME +# directory. You can change the starting directory by setting the +# environment variable SHOWDIR. +# +if {![info exists env(SHOWDIR)]} { + set env(SHOWDIR) $env(HOME) +} + +# ---------------------------------------------------------------------- +# PROC: get_files file +# +# Used as the -querycommand for the hierarchy viewer. Returns the +# list of files under a particular directory. If the file is "", +# then the SHOWDIR is used as the directory. Otherwise, the node itself +# is treated as a directory. The procedure returns a unique id and +# the text to be displayed for each file. The unique id is the complete +# path name and the text is the file name. +# ---------------------------------------------------------------------- +proc get_files {file} { + global env + + if {$file == ""} { + set dir $env(SHOWDIR) + } else { + set dir $file + } + + if {[catch {cd $dir}] != 0} { + return "" + } + + set rlist "" + + foreach file [lsort [glob -nocomplain *]] { + lappend rlist [list [file join $dir $file] $file] + } + + return $rlist +} + +# ---------------------------------------------------------------------- +# PROC: select_node tags status +# +# Select/Deselect the node given the tags and current selection status. +# The unique id which is the complete file path name is mixed in with +# all the tags for the node. So, we'll find it by searching for our +# SHOWDIR and then doing the selection or deselection. +# ---------------------------------------------------------------------- +proc select_node {tags status} { + global env + + set uid [lindex $tags [lsearch -regexp $tags $env(SHOWDIR)]] + + if {$status} { + .h selection remove $uid + } else { + .h selection add $uid + } +} + +# ---------------------------------------------------------------------- +# PROC: expand_node tags +# +# Expand the node given the tags. The unique id which is the complete +# file path name is mixed in with all the tags for the node. So, we'll +# find it by searching for our SHOWDIR and then doing the expansion. +# ---------------------------------------------------------------------- +proc expand_node {tags} { + global env + + set uid [lindex $tags [lsearch -regexp $tags $env(SHOWDIR)]] + + .h expand $uid +} + +# ---------------------------------------------------------------------- +# PROC: collapse_node tags +# +# Collapse the node given the tags. The unique id which is the complete +# file path name is mixed in with all the tags for the node. So, we'll +# find it by searching for our SHOWDIR and then doing the collapse. +# ---------------------------------------------------------------------- +proc collapse_node {tags} { + global env + + set uid [lindex $tags [lsearch -regexp $tags $env(SHOWDIR)]] + + .h collapse $uid +} + +# ---------------------------------------------------------------------- +# PROC: expand_recursive +# +# Recursively expand all the file nodes in the hierarchy. +# ---------------------------------------------------------------------- +proc expand_recursive {node} { + set files [get_files $node] + + foreach tagset $files { + set uid [lindex $tagset 0] + + .h expand $uid + + if {[get_files $uid] != {}} { + expand_recursive $uid + } + } +} + +# ---------------------------------------------------------------------- +# PROC: expand_all +# +# Expand all the file nodes in the hierarchy. +# ---------------------------------------------------------------------- +proc expand_all {} { + expand_recursive "" +} + +# ---------------------------------------------------------------------- +# PROC: collapse_all +# +# Collapse all the nodes in the hierarchy. +# ---------------------------------------------------------------------- +proc collapse_all {} { + .h configure -querycommand "get_files %n" +} + +# +# Create the hierarchy mega-widget, adding commands to both the item +# and background popup menus. +# +iwidgets::hierarchy .h -querycommand "get_files %n" -visibleitems 30x15 \ + -labeltext $env(SHOWDIR) -selectcommand "select_node %n %s" +pack .h -side left -expand yes -fill both + +.h component itemMenu add command -label "Select" \ + -command {select_node [.h current] 0} +.h component itemMenu add command -label "Deselect" \ + -command {select_node [.h current] 1} +.h component itemMenu add separator +.h component itemMenu add command -label "Expand" \ + -command {expand_node [.h current]} +.h component itemMenu add command -label "Collapse" \ + -command {collapse_node [.h current]} + +.h component bgMenu add command -label "Expand All" -command expand_all +.h component bgMenu add command -label "Collapse All" -command collapse_all +.h component bgMenu add command -label "Clear Selections" \ + -command {.h selection clear} diff --git a/itcl/iwidgets/demos/html/buttonbox.n.html b/itcl/iwidgets/demos/html/buttonbox.n.html new file mode 100644 index 0000000000..94002d3a7e --- /dev/null +++ b/itcl/iwidgets/demos/html/buttonbox.n.html @@ -0,0 +1,217 @@ +buttonbox - Create and manipulate a manager widget for buttons +

buttonbox - Create and manipulate a manager widget for buttons

+ +

SYNOPSIS

+buttonbox pathName ?options? +

INHERITANCE

+itk::Widget <- buttonbox +

STANDARD OPTIONS

+

+ + + + + +
+background
+
+cursor
+
+ +
+

+See the "options" manual entry for details on the standard options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   orient
+Class:                  Orient
+Command-Line Switch:	-orient
+
+
    +Orientation of the button box: horizontal or vertical. The default +is horizontal. +
+

+

+Name:                   padX
+Class:                  PadX
+Command-Line Switch:	-padx
+
+
    +Specifies a non-negative padding distance to leave between the button group and +the outer edge of the button box in the x direction. The value may be +given in any of the forms acceptable to Tk_GetPixels. The default +is 5 pixels. +
+

+

+Name:                   padY
+Class:                  PadY
+Command-Line Switch:	-pady
+
+
    +Specifies a non-negative padding distance to leave between the button group and +the outer edge of the button box in the y direction. The value may be given +in any of the forms acceptable to Tk_GetPixels. The default is 5 pixels. +
+

+


+ +

DESCRIPTION

+

+The buttonbox command creates a manager widget for controlling +buttons. The button box also supports the display and invocation +of a default button. The button box can be configured either horizontally +or vertically. + +

METHODS

+

+The buttonbox command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. +

+Many of the widget commands for the buttonbox take as one argument an +indicator of which button of the button box to operate on. These +indicators are called indexes and allow reference and manipulation +of buttons regardless of their current map state. buttonbox indexes +may be specified in any of the following forms: +

+
number + +
Specifies the button numerically, where 0 corresponds to the +left/top-most button of the button box. +
+
+
end + +
Indicates the right/bottom-most button of the button box. +
+
+
default + +
Indicates the current default button of the button box. This is the +button with the default ring displayed. +
+
+
pattern + +
If the index doesn't satisfy one of the above forms then this +form is used. Pattern is pattern-matched against the tag of +each button in the button box, in order from left/top to right/left, +until a matching entry is found. The rules of Tcl_StringMatch +are used. + +
+

WIDGET-SPECIFIC METHODS

+
+
pathName add tag args + +
Add a button distinguished by tag to the end of the button box. +If additional arguments are present they specify options to be applied +to the button. See PushButton for information on the options +available. +
+
+
pathName buttonconfigure index ?options? + +
This command is similar to the configure command, except that +it applies to the options for an individual button, +whereas configure applies to the options for the button box as a whole. +Options may have any of the values accepted by the PushButton +command. If options are specified, options are modified +as indicated in the command and the command returns an empty string. +If no options are specified, returns a list describing +the current options for entry index (see Tk_ConfigureInfo for +information on the format of this list). +
+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the buttonbox +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the buttonbox +command. +
+
+
pathName default index + +
Sets the default button to the button given by index. This causes +the default ring to appear arround the specified button. +
+
+
pathName delete index + +
Deletes the button given by index from the button box. +
+
+
pathName hide index + +
Hides the button denoted by index. This doesn't remove the button +permanently, just inhibits its display. +
+
+
pathName index index + +
Returns the numerical index corresponding to index. +
+
+
pathName insert index tag ?option value option value ...? + +
Same as the add command except that it inserts the new +button just before the one given by index, instead of appending +to the end of the button box. The option, and value +arguments have the same interpretation as for the add widget +command. +
+
+
pathName invoke ?index? + +
Invoke the command associated with a button. If no arguments +are given then the current default button is invoked, otherwise the argument +is expected to be a button index. +
+
+
pathName show index + +
Display a previously hidden button denoted by index. +
+

EXAMPLE

+
+ buttonbox .bb
+
+ .bb add Yes -text Yes -command "puts Yes" 
+ .bb add No -text No -command "puts No"
+ .bb add Maybe -text Maybe -command "puts Maybe"
+ .bb default Yes
+
+ pack .bb -expand yes -fill both
+
+

AUTHORS

+Bret A. Schuhmacher +

+Mark L. Ulferts +

KEYWORDS

+buttonbox, pushbutton, button, widget diff --git a/itcl/iwidgets/demos/html/calendar.n.html b/itcl/iwidgets/demos/html/calendar.n.html new file mode 100644 index 0000000000..cb1cbb5290 --- /dev/null +++ b/itcl/iwidgets/demos/html/calendar.n.html @@ -0,0 +1,363 @@ +calendar - Create and manipulate a monthly calendar +

calendar - Create and manipulate a monthly calendar

+ +

SYNOPSIS

+calendar pathName ?options? +

INHERITANCE

+itk::Widget <- calendar +

STANDARD OPTIONS

+

+ + + + + +
+background
+
+cursor
+
+foreground
+
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ +
+int
+
+

+See the "datefield" manual entry for details on this option. Note that +this option is needed when the calendar is used in conjunction +with the dateentry widget. It is necessary for support of international +date formats in versions of Tk less than 8.4. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   backwardImage
+Class:                  Image
+Command-Line Switch:	-backwardimage
+
+
    +Specifies a image to be displayed on the backwards calendar +button. This image must have been created previously with +the image create command. If none is specified, a default +is provided. +
+

+

+Name:                   buttonForeground
+Class:                  Foreground
+Command-Line Switch:	-buttonforeground
+
+
    +Specifies the foreground color of the forward and backward buttons +in any of the forms acceptable to Tk_GetColor. The default +color is blue. +
+

+

+Name:                   command
+Class:                  Command
+Command-Line Switch:	-command
+
+
    +Specifies a Tcl script to executed upon selection of a date in the +calendar. If the command script contains any % characters, +then the script will not be executed directly. Instead, a new +script will be generated by replacing each %, and the +character following it, with information from the calendar. The +replacement depends on the character following the %, as +defined in the list below. +
+
+
%d + +
Replaced with the date selected in the format mm/dd/yyyy. +
+

+

+Name:                   currentDateFont
+Class:                  Font
+Command-Line Switch:	-currentdatefont
+
+
    +Specifies the font used for the current date text in any of the forms +acceptable to Tk_GetFont. +
+

+

+Name:                   dateFont
+Class:                  Font
+Command-Line Switch:	-datefont
+
+
    +Specifies the font used for the days of the month text in any of the forms +acceptable to Tk_GetFont. +
+

+

+Name:                   dayFont
+Class:                  Font
+Command-Line Switch:	-dayfont
+
+
    +Specifies the font used for the days of the week text in any of the forms +acceptable to Tk_GetFont. +
+

+

+Name:                   days
+Class:                  days
+Command-Line Switch:	-days
+
+
    +Specifies a list of values to be used for the days of the week +text to displayed above the days of the month. The default value +is {Su Mo Tu We Th Fr Sa}. +
+

+

+Name:                   forewardImage
+Class:                  Image
+Command-Line Switch:	-forewardimage
+
+
    +Specifies a image to be displayed on the forewards calendar +button. This image must have been created previously with +the image create command. If none is specified, a default +is provided. +
+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies a desired window height that the calendar widget should +request from its geometry manager. The value may be specified in any +of the forms acceptable to Tk_GetPixels. The default height +is 165 pixels. +
+

+

+Name:                   outline
+Class:                  Outline
+Command-Line Switch:	-outline
+
+
    +Specifies the outline color used to surround the days of the month text in +any of the forms acceptable to Tk_GetColor. The default is the +same color as the background. +
+

+

+Name:                   selectColor
+Class:                  Foreground
+Command-Line Switch:	-selectcolor
+
+
    +Specifies the color of the ring displayed that distinguishes the +currently selected date in any of the forms acceptable to +Tk_GetColor. The default is red. +
+

+

+Name:                   selectThickness
+Class:                  SelectThickness
+Command-Line Switch:	-selectthickness
+
+
    +Specifies the thickness of the ring displayed that distinguishes +the currently selected date. The default is 3 pixels. +
+

+

+Name:                   startday
+Class:                  Day
+Command-Line Switch:	-startday
+
+
    +Specifies the starting day for the week: sunday, monday, +tuesday, wednesday, thursday, friday, or +saturday. The default is sunday. +
+

+

+Name:                   titleFont
+Class:                  Font
+Command-Line Switch:	-titlefont
+
+
    +Specifies the font used for the title text which consists of the +month and year. The font may be given in any of the forms +acceptable to Tk_GetFont. +
+

+

+Name:                   weekdayBackground
+Class:                  Background
+Command-Line Switch:	-weekdaybackground
+
+
    +Specifies the background color for the weekdays which allows it to +be visually distinguished from the weekend. The color may be given +in any of the forms acceptable to Tk_GetColor. The default is +the same as the background. +
+

+

+Name:                   weekendBackground
+Class:                  Background
+Command-Line Switch:	-weekendbackground
+
+
    +Specifies the background color for the weekends which allows it to +be visually distinguished from the weekdays. The color may be given +in any of the forms acceptable to Tk_GetColor. The default is +the same as the background. +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies a desired window width that the calendar widget should +request from its geometry manager. The value may be specified in any +of the forms acceptable to Tk_GetPixels. The default width +is 200 pixels. +
+

+


+ +

DESCRIPTION

+

+The calendar command creates a calendar widget for the selection +of a date, displaying a single month at a time. Buttons exist on the +top to change the month in effect turning the pages of a calendar. As +a page is turned, the dates for the month are modified. Selection of +a date visually marks that date. The selected value can be monitored +via the -command option or just retrieved using the get command. + +

METHODS

+

+The calendar command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for calendar widgets: + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the calendar +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the calendar +command. +
+
+
pathName get ?format? + +
Returns the currently selected date in a format of +string or as an integer clock value using the -string and -clicks +format options respectively. The default is by string. Reference the +clock command for more information on obtaining dates and their +formats. +
+
+
pathName select date + +
Changes the currently selected date to the value specified which +must be in the form of a date string, an integer clock value or as +the keyword "now". Reference the clock +command for more information on obtaining dates and their formats. +Note that selecting a date does not change the +month being shown to that of the date given. This chore is left +to the show\R command. +
+
+
pathName show date + +
Changes the currently displayed date to be that of the date +argument which must be in the form of a date string, an +integer clock value or as +the keyword "now". Reference the clock +command for more information on obtaining dates and their formats. + +
+

COMPONENTS

+

+

+Name:                   forward
+Class:                  Button
+
+
    +The forward component provides the button on the upper right of the +calendar that changes the month to be the next. See the "button" +widget manual entry for details on the forward component item. +
+

+

+Name:                   page
+Class:                  Canvas
+
+
    +The page component provides the canvas on which the title, days of the +week, and days of the month appear. See the "canvas" widget manual +entry for details on the page component item. +
+

+

+Name:                   backward
+Class:                  Button
+
+
    +The backward component provides the button on the upper right of the +calendar that changes the month to be the next. See the "button" +widget manual entry for details on the backward component item. + +
+

EXAMPLE

+
+ proc selectCmd {date} {
+   puts $date
+ }
+
+ calendar .c -command {selectCmd %d} -weekendbackground mistyrose \\
+	-weekdaybackground ghostwhite -outline black \\
+        -startday wednesday -days {We Th Fr Sa Su Mo Tu}
+ pack .c 
+
+

AUTHORS

+Mark L. Ulferts +

+Michael J. McLennan +

KEYWORDS

+calendar, widget diff --git a/itcl/iwidgets/demos/html/canvasprintbox.n.html b/itcl/iwidgets/demos/html/canvasprintbox.n.html new file mode 100644 index 0000000000..9bb16a7969 --- /dev/null +++ b/itcl/iwidgets/demos/html/canvasprintbox.n.html @@ -0,0 +1,303 @@ +canvasprintbox - Create and manipulate a canvas print box widget +

canvasprintbox - Create and manipulate a canvas print box widget

+ +

SYNOPSIS

+canvasprintbox pathName ?options? +

INHERITANCE

+itk::Widget <- Canvasprintbox +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+foreground
+insertBackground
+insertWidth
+selectBackground
+
+background
+highlightBackground
+insertBorderWidth
+relief
+selectBorderWidth
+
+borderWidth
+highlightColor
+insertOffTime
+repeatDelay
+selectForeground
+
+cursor
+highlightThickness
+insertOnTime
+repeatInterval
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+
    +
+

+

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   filename
+Class:                  FileName
+Command-Line Switch:	-filename
+
+
    +The file to write the postscript output to (Only when output +is set to "file"). If posterizing is turned on and hpagecnt +and/or vpagecnt is more than 1, x.y is appended to the filename +where x is the horizontal page number and y the vertical page number. +
+

+

+Name:                   hpagecnt
+Class:                  PageCnt
+Command-Line Switch:	-hpagecnt
+
+
    +Is used in combination with posterize to determine over +how many pages the output should be distributed. This +attribute specifies how many pages should be used horizontaly. +Any change to this attribute will automatically update the "stamp". +Defaults to 1. +
+

+

+Name:                   orient
+Class:                  Orient
+Command-Line Switch:	-orient
+
+
    +Determines the orientation of the output to the printer (or file). +It can take the value "portrait" or "landscape" (default). Changes +to this attribute will be reflected immediately in the "stamp". +Defaults to "landscape" but will be changed automaticaly to the value +deemed appropiate for the current canvas. Setting this attribute +when the canvasprintbox is first constructed (instead of using the +"configure" method) will turn off the auto adjustment of this attribute. +
+

+

+Name:                   output
+Class:                  Output
+Command-Line Switch:	-output
+
+
    +Specifies where the postscript output should go: to the printer +or to a file. Can take on the values "printer" or "file". +The corresponding entry-widget will reflect the contents of +either the printcmd attribute or the filename attribute. +Defaults to "printer". +
+

+

+Name:                   pageSize
+Class:                  PageSize
+Command-Line Switch:	-pagesize
+
+
    +The pagesize the printer supports. Changes to this attribute +will be reflected immediately in the "stamp". +Defaults to "a4". +
+

+

+Name:                   posterize
+Class:                  Posterize
+Command-Line Switch:	-posterize
+
+
    +Indicates if posterizing is turned on or not. Posterizing +the output means that it is possible to distribute the +output over more than one page. This way it is possible to +print a canvas/region which is larger than the specified +pagesize without stretching. If used in combination with +stretching it can be used to "blow up" the contents of a +canvas to as large as size as you want (See attributes: +hpagecnt and vpagecnt). Any change to this attribute will +automatically update the "stamp". +Defaults to 0. +
+

+

+Name:                   printCmd
+Class:                  PrintCmd
+Command-Line Switch:	-printcmd
+
+
    +The command to execute when printing the postscript output. +The command will get the postscript directed to its standard +input (Only when output is set to "printer"). +Defaults to "lpr". +
+

+

+Name:                   printRegion
+Class:                  PrintRegion
+Command-Line Switch:	-printregion
+
+
    +A list of four coordinates specifying which part of the canvas to print. +An empty list means that the canvas' entire scrollregion should be +printed. Any change to this attribute will automatically update the "stamp". +Defaults to an empty list. +
+

+

+Name:                   stretch
+Class:                  Stretch
+Command-Line Switch:	-stretch
+
+
    +Determines if the output should be stretched to fill the +page (as defined by the attribute pagesize) as large as +possible. The aspect-ratio of the output will be retained +and the output will never fall outside of the boundaries +of the page. +Defaults to 0 but will be changed automaticaly to the value +deemed appropiate for the current canvas. Setting this attribute +when the canvasprintbox is first constructed (instead of using the +"configure" method) will turn off the auto adjustment of this attribute. +
+

+

+Name:                   vPageCnt
+Class:                  PageCnt
+Command-Line Switch:	-vpagecnt
+
+
    +Is used in combination with "posterize" to determine over +how many pages the output should be distributed. This +attribute specifies how many pages should be used verticaly. +Any change to this attribute will automatically update the "stamp". +Defaults to 1. +
+

+


+ +

DESCRIPTION

+

+Implements a print box for printing the contents of a canvas widget +to a printer or a file. It is possible to specify page orientation, the +number of pages to print the image on and if the output should be +stretched to fit the page. Options exist to control the appearance and +actions of the widget. + +

METHODS

+

+The canvasprintbox command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for canvasprintbox widgets: + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the canvasprintbox +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the canvasprintbox +command. +
+
+
pathName getoutput + +
Returns the value of the printercmd or filename option +depending on the current setting of output. +
+
+
pathName print + +
Perfrom the actual printing of the canvas using the current settings of +all the attributes. Returns a boolean indicating wether the printing was +successful or not. +
+
+
pathName refresh + +
Retrieves the current value for all edit fields and updates +the stamp accordingly. Is useful for Apply-buttons. +
+
+
pathName setcanvas canvas + +
This is used to set the canvas that has to be printed. +A stamp-sized copy will automatically be drawn to show how the +output would look with the current settings. +
+
+
pathName stop + +
Stops the drawing of the "stamp". I'm currently unable to detect +when a Canvasprintbox gets destroyed or withdrawn. It's therefore +advised that you perform a stop before you do something like that. +
+

COMPONENTS

+

+

+Name:                   prtflentry
+Class:                  Entry
+
+
    +The prtflentry component is the entry field for user input of the +filename or printer command (depending on the value of +output). +
+

+

+Name:                   hpcnt
+Class:                  Entry
+
+
    +The hpcnt component is the entry field for user input of the number of +pages to use horizontaly when posterize is turned on. +
+ +
+Name:                   vpcnt
+Class:                  Entry
+
+
    +The vpcnt component is the entry field for user input of the number of +pages to use verticaly when posterize is turned on. +
+ + +

EXAMPLE

+
+canvasprintbox .fsb -orient landscape -stretch 1
+pack .fsb -padx 10 -pady 10 -fill both -expand yes 
+
+

AUTHOR

+Tako Schotanus +

KEYWORDS

+canvasprintbox, widget diff --git a/itcl/iwidgets/demos/html/canvasprintdialog.n.html b/itcl/iwidgets/demos/html/canvasprintdialog.n.html new file mode 100644 index 0000000000..d1ca1dea7c --- /dev/null +++ b/itcl/iwidgets/demos/html/canvasprintdialog.n.html @@ -0,0 +1,250 @@ +canvasprintdialog - Create and manipulate a canvas print dialog widget +

canvasprintdialog - Create and manipulate a canvas print dialog widget

+ +

SYNOPSIS

+canvasprintdialog pathName ?options? +

INHERITANCE

+itk::Toplevel <- Dialogshell <- Dialog <- Canvasprintdialog +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+foreground
+insertBackground
+insertWidth
+selectBackground
+
+background
+highlightBackground
+insertBorderWidth
+relief
+selectBorderWidth
+
+borderWidth
+highlightColor
+insertOffTime
+repeatDelay
+selectForeground
+
+cursor
+highlightThickness
+insertOnTime
+repeatInterval
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+filename
+pagesize
+vpagecnt
+
+hpagecnt
+posterize
+
+orient
+printcmd
+
+output
+printregion
+
+

+See the "canvasprintbox" widget manual entry for details on the above +associated options. + +

INHERITED OPTIONS

+

+ + + + + +
+buttonBoxPadX
+padY
+
+buttonBoxPadY
+separator
+
+buttonBoxPos
+thickness
+
+padX
+
+

+See the "dialogshell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+master
+
+modality
+
+ +
+

+See the "shell" widget manual entry for details on the above +inherited options. +

+

+ + + + + +
+title
+
+ + +
+

+See the "Toplevel" widget manual entry for details on the above +inherited options. +

+

WIDGET-SPECIFIC OPTIONS

+

+


+ +

DESCRIPTION

+

+The canvasprintdialog command creates a print dialog for printing +the contents of a canvas widget to a printer or a file. It is possible +to specify page orientation, the number of pages to print the image on +and if the output should be stretched to fit the page. + +

METHODS

+

+The canvasprintdialog command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for canvasprintdialog widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+getoutput
+
+setcanvas
+
+refresh
+
+print
+
+

+See the "canvasprintbox" class manual entry for details on the +associated methods. +

INHERITED METHODS

+

+ + + + + +
+add
+insert
+
+buttonconfigure
+invoke
+
+default
+show
+
+hide
+
+

+See the "buttonbox" widget manual entry for details on the above +inherited methods. +

+ + + + + +
+activate
+
+deactivate
+
+ +
+

+See the "dialogshell" widget manual entry for details on the above +inherited methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by +the canvasprintdialog command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by +the canvasprintdialog +command. + +
+

COMPONENTS

+

+

+Name:                   cpb
+Class:                  Canvasprintbox
+
+
    +The cpb component is the canvas print box for the canvas print dialog. +See the "canvasprintbox" widget manual entry for details on the cpb +component item. +
+ + +

EXAMPLE

+
+ canvasprintdialog .cpb 
+ .cpb activate
+
+

AUTHOR

+Tako Schotanus +

KEYWORDS

+canvasprintdialog, canvasprintbox, dialog, widget diff --git a/itcl/iwidgets/demos/html/checkbox.n.html b/itcl/iwidgets/demos/html/checkbox.n.html new file mode 100644 index 0000000000..d0959b2a22 --- /dev/null +++ b/itcl/iwidgets/demos/html/checkbox.n.html @@ -0,0 +1,209 @@ +checkbox - Create and manipulate a checkbox widget +

checkbox - Create and manipulate a checkbox widget

+ +

SYNOPSIS

+checkbox pathName ?options? +

INHERITANCE

+itk::Widget <- labeledframe <- checkbox +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+
+borderWidth
+relief
+
+cursor
+selectColor
+
+disabledForeground
+
+

+See the "options" manual entry for details on the standard options. +

INHERITED OPTIONS

+

+ + + + + +
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+labelMargin
+
+

+See the "labeledframe" class manual entry for details on the +inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   command
+Class:                  Command
+Command-Line Switch:    -command
+
+
    +Specifies a Tcl command procedure to be evaluated following a change in +the current check box selection. +
+

+


+ +

DESCRIPTION

+

+The checkbox command creates a check button box widget +capable of adding, inserting, deleting, selecting, and configuring +checkbuttons as well as obtaining the currently selected button. + +

METHODS

+

+The checkbox command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. +

+Many of the widget commands for the checkbox take as one argument an +indicator of which checkbutton of the checkbox to operate on. These indicators +are called indexes and allow reference and manipulation of checkbuttons. +Checkbox indexes may be specified in any of the following forms: +

+
number + +
Specifies the checkbutton numerically, where 0 corresponds to the top +checkbutton of the checkbox. +
+
+
end + +
Indicates the last checkbutton of the checkbox. +
+
+
pattern + +
If the index doesn't satisfy one of the above forms then this +form is used. Pattern is pattern-matched against the tag of +each checkbutton in the checkbox, in order from top to bottom, +until a matching entry is found. The rules of Tcl_StringMatch +are used. + +
+

WIDGET-SPECIFIC METHODS

+
+
pathName add tag ?option value option value? + +
Adds a new checkbutton to the checkbuttond window on the bottom. The command +takes additional options which are passed on to the checkbutton as construction +arguments. These include the standard Tk checkbutton options. The tag is +returned. +
+
+
pathName buttonconfigure index ?options? + +
This command is similar to the configure command, except that +it applies to the options for an individual checkbutton, +whereas configureapplies to the options for the checkbox as a whole. +Options may have any of the values accepted by the add +widget command. If options are specified, options are modified +as indicated in the command and the command returns an empty string. +If no options are specified, returns a list describing +the current options for entry index (see Tk_ConfigureInfo for +information on the format of this list). +
+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the checkbox +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the checkbox +command. +
+
+
pathName delete index + +
Deletes a specified checkbutton given an index. +
+
+
pathName deselect index + +
Deselects a specified checkbutton given an index. +
+
+
pathName flash index + +
Flashes a specified checkbutton given an index. +
+
+
pathName get ?index? + +
Returns the tags of the currently selected checkbuttons or the +selection status of specific checkbutton when given an index. +
+
+
pathName index index + +
Returns the numerical index corresponding to index. +
+
+
pathName insert index tag ?option value option value ...? + +
Same as the add command except that it inserts the new +checkbutton just before the one given by index, instead of appending +to the end of the checkbox. The option, and value +arguments have the same interpretation as for the add widget +command. +
+
+
pathName select index + +
Selects a specified checkbutton given an index. + +
+

EXAMPLE

+
+ checkbox .cb -labeltext Styles
+ .cb add bold -text Bold
+ .cb add italic -text Italic
+ .cb add underline -text Underline
+ .cb select underline
+
+ pack .cb -padx 10 -pady 10 -fill both -expand yes
+
+ +

AUTHOR

+John A. Tucker +

KEYWORDS

+checkbox, widget diff --git a/itcl/iwidgets/demos/html/combobox.n.html b/itcl/iwidgets/demos/html/combobox.n.html new file mode 100644 index 0000000000..cbf845c748 --- /dev/null +++ b/itcl/iwidgets/demos/html/combobox.n.html @@ -0,0 +1,484 @@ +combobox - Create and manipulate combination box widgets +

combobox - Create and manipulate combination box widgets

+ +

SYNOPSIS

+combobox pathName ?options? +

INHERITANCE

+itk::Widget <- LabeledWidget <- Entryfield <- Combobox +

STANDARD OPTIONS

+

+ + + + + +
+
+cursor
+highlightColor
+insertWidth
+insertWidth
+selectBorderWidth
+
+
+justify
+highlightThickness
+insertBackground
+insertBorderWidth
+textVariable
+
+background
+exportSelection
+relief
+insertOffTime
+selectForeground
+
+
+borderWidth
+foreground
+width
+insertOnTime
+selectBackground
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+hscrollmode
+
+textBackground
+
+textFont
+
+vscrollmode
+
+

+See the "scrolledlistbox" manual entry for details on the above inherited +options. +

+ + + + + +
+show
+
+ + +
+

+See the "entry" manual entry for details on the above inherited option. +

INHERITED OPTIONS

+

+ + + + + +
+childSitePos
+invalid
+
+command
+textBackground
+
+fixed
+textFont
+
+focusCommand
+validate
+
+

+See the "entryfield" class manual entry for details on the inherited options. +

+ + + + + +
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+labelMargin
+
+

+See the "labeledwidget" class manual entry for details on the +inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   arrowRelief
+Class:                  Relief
+Command-Line Switch:	-arrowrelief
+
+
    +Specifies the relief style to use for a dropdown Combobox's arrow +button in a normal (not depressed) state. Acceptable values +are raised, sunken, flat, ridge, and groove. +Sunken is discouraged as this is the relief used to indicate a depressed +state. This option has no effect on simple Comboboxes. The default is raised. +
+

+

+Name:                   completion
+Class:                  Completion
+Command-Line Switch:	-completion
+
+
    +Boolean given in any of the forms acceptable to Tcl_GetBoolean which +determines whether insertions into the entry field, whether from the +keyboard or programmatically via the insert method, are +automatically completed with the first matching item from the listbox. The +default is true. +
+

+

+Name:                   dropdown
+Class:                  Dropdown
+Command-Line Switch:	-dropdown
+
+
    +Boolean describing the Combobox layout style given in any of the forms +acceptable to Tcl_GetBoolean. If true, the Combobox +will be a dropdown style +widget which displays an entry field and an arrow button which when activated +will pop up a scrollable list of items. If false, a simple Combobox style +will be used which has an entry field and a scrollable list beneath it +which is always visible. Both styles allow an optional label for the entry +field area. The default is true. +
+

+

+Name:                   editable
+Class:                  Editable
+Command-Line Switch:	-editable
+
+
    +Boolean describing whether or not the text entry area is editable +by the user. If true the user can add items to the combobox by entering text +into the entry area and then pressing Return. If false, the list of items is +non-editable and can only be changed by calling the insert or delete +methods. (The value in the entry field can still be modified by selecting +from the list.) Given in any of the forms acceptable to Tcl_GetBoolean. +The default is true. +
+

+

+Name:                   grab
+Class:                  Grab
+Command-Line Switch:	-grab
+
+
    +This option sets the grab scope for the appearance of the listbox in +drop-down comboboxes. It can be either global or local. The default is +local. +
+

+

+Name:                   listHeight
+Class:                  Height
+Command-Line Switch:	-listheight
+
+
    +Height of the listbox specified in any of the forms acceptable to +Tk_GetPixels. The default is 150 pixels. +
+

+

+Name:                   margin
+Class:                  Margin
+Command-Line Switch:	-margin
+
+
    +Specifies the width in pixels between the entry component and the arrow button +for a dropdown Combobox given in any of the forms acceptable to +Tk_GetPixels. This option has no effect on a simple Combobox. The +default is 1. +
+

+

+Name:                   popupCursor
+Class:                  Cursor
+Command-Line Switch:	-popupcursor
+
+
    +Specifies the cursor to be used for dropdown style listboxes. The value +may have any of the forms acceptable to Tk_GetCursor. The default is +arrow. +
+

+

+Name:                   selectionCommand
+Class:                  SelectionCommand
+Command-Line Switch:	-selectioncommand
+
+
    +Specifies a Tcl command procedure which is called when an item in the +listbox area is selected. The item will be selected in the list, the listbox +will be removed if it is a dropdown Combobox, and the selected item's +text will be inserted into the entry field before the -selectioncommand proc is +called. The default is {}. +
+

+

+Name:                   state
+Class:                  State
+Command-Line Switch:	-state
+
+
    +Specifies the overall state of the Combobox megawidget. Can be either +normal or disabled. If the Combobox is disabled, no text can be entered +into the entry field, no selection can be made in the listbox, and the +arrowBtn component is disabled. The default is normal. +
+

+

+Name:                   unique
+Class:                  Unique
+Command-Line Switch:	-unique
+
+
    +Boolean describing whether or not duplicate items are allowed in the combobox +list. If true, then duplicates are not allowed to be inserted. If false, a +duplicate entry causes selection of the item. Given in any of the forms +acceptable to Tcl_GetBoolean. The default is true. +
+
+ +

DESCRIPTION

+

+The combobox command creates an enhanced entry field widget with an +optional associated label and a scrollable list. When an item is selected in +the list area of a Combobox, its value is then displayed in the entry field +text area. Functionally similar to an Optionmenu, the Combobox adds (optional) +list scrolling and (optional) item editing and inserting capabilities. +

+There are two basic styles of Comboboxes (determined by the -dropdown option): +dropdown and simple. The dropdown style adds an arrow button to the right of +the entry field which when activated will pop up (and down) the scrolled +listbox beneath the entry field. The simple (non-dropdown) Combobox +permanently displays the listbox beneath the entry field and has no +arrow button. Either style allows an optional entry field label. +

METHODS

+

+The combobox command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for Combobox widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+icursor
+
+scan
+
+ +
+

+See the "entry" manual entries for details on the above associated methods. +

+ + + + + +
+curselection
+xview
+
+index
+yview
+
+see
+
+size
+
+

+See the "listbox" manual entries for details on the above associated methods. +

+ + + + + +
+getcurselection
+
+justify
+
+sort
+
+
+

+See the "scrolledlistbox" manual entries for details on the above associated +methods. +

+

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the combobox +command. +
+
+
pathName clear ?component? + +
Clears the contents from one or both components. Valid component values +are list, or entry. With no component specified, both are cleared. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the combobox +command. +
+
+
pathName delete component first ?last? + +
Delete one or more elements from a given component, list or entry. +If a list item to be removed is currently selected (displayed in the entry +field area), the entry field will be cleared. +
+
+
pathName get ?index? + +
With no arguments, returns the contents currently in the entry +field area. With a single argument, returns the contents of the +listbox item at the indicated index. +
+
+
pathName insert component index element ?element element ...? + +
Insert one or more new elements into the given component, list or +entry, just before the element given by index. +
+
+
pathName selection option first ?last? + +
Adjust the selection within the listbox component and updates the contents +of the entry field component to the value of the selected item. See the +"listbox" manual entry for more details on parameter options. +
+

COMPONENTS

+

+

+Name:                   entry
+Class:                  Entry
+
+
    +Text entry area where the current selection is displayed. If the +Combobox is editable and its state is normal, the user can edit the +contents of this item. +
+

+

+Name:                   list
+Class:                  Scrolledlistbox
+
+
    +Scrollable list which stores all the items which the user can select +from. For dropdown Comboboxes, this component is hidden until the user pops it +up by pressing on the arrow button to the right of the entry component. For +simple Comboboxes this component is always visible just beneath the entry +component. +
+

DEFAULT BINDINGS

+

+The Combobox generally has the same bindings as its primary component items - +the Scrolledlistbox and Entryfield. However it also adds these: +

+[1] Button-1 mouse press on the arrow key of a dropdown Combobox causes the +list to be popped up. If the combobox is non-editable, a Button-1 press on the +entry field area will also pop up the list. +

+[2] Button-1 mouse press anywhere on the display removes a dropdown listbox +which has been popped up, unless the keypress is upon one of the Combobox +scrollbars which scrolls the list. If it is pressed upon an item in the list +area, that item will be selected before the list is removed. +

+[3] Button-3 mouse press on the arrow key of a dropdown Combobox causes the +next item to be selected. Shift-Button-3 causes the previous item to be +selected. +

+[4] Escape keypress removes a dropdown list which has been popped up. +

+[5] The <space> and <Return> keystrokes select the current item. They also +remove the popped up list for dropdown comboboxes. +

+[6] Up and Down arrow keypresses from the entry field and arrow button +component cause the previous and next items in the listbox to be selected +respectively. Ctl-P and Ctl-N are similarly mapped for emacs emulation. +

+[7] Entry field and arrow button component Shift-Up and Shift-Down arrow keys +pop up and down the listbox of a dropdown Combobox. The arrow button component +also maps <Return> and <space> similarly. + +

EXAMPLE

+
+ proc selectCmd {} {
+    puts stdout "[.cb2 getcurselection]"
+ }
+
+ #
+ # Non-editable Dropdown Combobox
+ #
+ combobox .cb1 -labeltext Month: \\
+     -selectioncommand {puts "selected: [.cb1 getcurselection]"} \\
+     -editable false -listheight 185 -popupcursor hand1 
+ .cb1 insert list end Jan Feb Mar Apr May June Jul Aug Sept Oct Nov Dec
+	
+ #
+ # Editable Dropdown Combobox
+ #
+ combobox .cb2 -labeltext "Operating System:" -selectioncommand selectCmd
+ .cb2 insert list end Linux HP-UX SunOS Solaris Irix
+ .cb2 insert entry end L
+
+ pack .cb1 -padx 10 -pady 10 -fill x 
+ pack .cb2 -padx 10 -pady 10 -fill x
+
+
+

ORIGINAL AUTHOR

+John S. Sigler +

CURRENT MAINTAINER

+Mitch Gorman (logain@erols.com) +

KEYWORDS

+combobox, entryfield, scrolledlistbox, itk::Widget, entry, listbox, widget, +iwidgets diff --git a/itcl/iwidgets/demos/html/dateentry.n.html b/itcl/iwidgets/demos/html/dateentry.n.html new file mode 100644 index 0000000000..28738a5f55 --- /dev/null +++ b/itcl/iwidgets/demos/html/dateentry.n.html @@ -0,0 +1,238 @@ +dateentry - Create and manipulate a dateentry widget +

dateentry - Create and manipulate a dateentry widget

+ +

SYNOPSIS

+dateentry pathName ?options? +

INHERITANCE

+itk::Widget <- LabeledWidget <- Datefield <- Dateentry +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+justify
+
+borderWidth
+highlightColor
+relief
+
+cursor
+highlightThickness
+
+exportSelection
+insertBackground
+
+

+See the "options" manual entry for details on the standard options. +

INHERITED OPTIONS

+

+ + + + + +
+disabledForeground
+labelMargin
+state
+
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+

+See the "labeledwidget" class manual entry for details on these +inherited options. +

+ + + + + +
+command
+textFont
+
+int
+iq
+
+state
+
+textBackground
+
+

+See the "datefield" class manual entry for details on these +inherited options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+backwardImage
+dateFont
+outline
+titleFont
+
+buttonForeground
+dayFont
+selectColor
+weekdayBackground
+
+command
+days
+selectThickness
+weekendBackground
+
+currentDateFont
+forwardImage
+startDay
+
+

+See the "calendar" manual entry for details on the associated options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   grab
+Class:                  Grab
+Command-Line Switch:	-grab
+
+
    +Specifies the grab level, local or global, to be obtained before +bringing up the popup calendar. The default is global. For more information +concerning grab levels, consult the documentation for Tk's grab command. +
+

+

+Name:                   icon
+Class:                  Icon
+Command-Line Switch:	-icon
+
+
    +Specifies the calendar icon image to be used in the dateentry. +This image must have been created previously with +the image create command. Should one not be provided, +then one will be generated, pixmap if possible, bitmap otherwise. +
+

+


+ +

DESCRIPTION

+

+The dateentry command creates a quicken style date entry field +with a popup calendar by combining the datefield and calendar +widgets together. This allows a user to enter the date via the +keyboard or by using the mouse and selecting the calendar icon +which brings up a popup calendar. + + +

METHODS

+

+The dateentry command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for dateentry widgets: +

INHERITED METHODS

+

+ + + + + +
+get
+
+isvalid
+
+show
+
+
+

+See the "datefield" manual entry for details on the associated methods. +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the dateentry +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the dateentry +command. + +
+

COMPONENTS

+

+

+Name:                   label
+Class:                  Label
+
+
    +The label component provides a label component to used to identify the date. +See the "label" widget manual entry for details on the label component item. +
+

+

+Name:                   iconbutton
+Class:                  Label
+
+
    +The iconbutton component provides a labelbutton component to act as a +lightweight button +displaying the calendar icon. Upon pressing the labelbutton, the calendar +appears. See the "label" widget manual entry for details on the +labelbutton component item. +
+

+

+Name:                   date
+Class:                  Entry
+
+
    +The date component provides the entry field for date input and display. +See the "entry" widget manual entry for details on the date component item. +
+ + +

EXAMPLE

+
+ dateentry .de
+ pack .de
+
+

AUTHOR

+Mark L. Ulferts +

+

KEYWORDS

+dateentry, widget diff --git a/itcl/iwidgets/demos/html/datefield.n.html b/itcl/iwidgets/demos/html/datefield.n.html new file mode 100644 index 0000000000..8180c42ae3 --- /dev/null +++ b/itcl/iwidgets/demos/html/datefield.n.html @@ -0,0 +1,248 @@ +datefield - Create and manipulate a date field widget +

datefield - Create and manipulate a date field widget

+ +

SYNOPSIS

+datefield pathName ?options? +

INHERITANCE

+itk::Widget <- LabeledWidget <- datefield +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+justify
+
+borderWidth
+highlightColor
+relief
+
+cursor
+highlightThickness
+
+exportSelection
+insertBackground
+
+

+See the "options" manual entry for details on the standard options. +

INHERITED OPTIONS

+

+ + + + + +
+disabledForeground
+labelMargin
+state
+
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+

+See the "labeledwidget" class manual entry for details on the +inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   childSitePos
+Class:                  Position
+Command-Line Switch:	-childsitepos
+
+
    +Specifies the position of the child site in the date field: n, +s, e, or w. The default is e. +
+

+

+Name:                   command
+Class:                  Command
+Command-Line Switch:	-command
+
+
    +Specifies a Tcl command to be executed upon detection of a Return key +press event. +
+

+

+Name:                   gmt
+Class:                  GMT
+Command-Line Switch:	-gmt
+
+
    +Determines whether the date is calculated relative to Greenwich +Mean Time. Accepts a boolean value. The default is no. +
+

+

+Name:                   int
+Class:                  DateFormat
+Command-Line Switch:	-int
+
+
    +Used to specify international date formats. This option must be +a boolean value. When set to true, the date is formatted as +YYYY-MM-DD. When set to false, it is formatted as MM/DD/YYYY. Note +that this format is driven by the 'clock scan' command and that +YYYY-MM-DD is supported in Tk 8.4 or later. The default is no. +
+

+

+Name:                   iq
+Class:                  Iq
+Command-Line Switch:	-iq
+
+
    +Specifies the level of intelligence to be shown in the actions +taken by the datefield during the processing of keypress events. +Valid settings include high, average, and low. +With a high iq,the date prevents the user from typing in an +invalid date. For example, if the current date is 05/31/1997 and +the user changes the month to 04, then the day will be instantly +modified for them to be 30. In addition, leap years are fully +taken into account. With average iq, the month is limited to the +values of 01-12, but it is possible to type in an invalid day. +A setting of low iq instructs the widget to do no validity +checking at all during date entry. With both average and low +iq levels, it is assumed that the validity will be determined +at a later time using the date's isvalid command. +
+

+

+Name:                   state
+Class:                  State
+Command-Line Switch:	-state
+
+
    +Specifies one of two states for the datefield: normal or disabled. +If the datefield is disabled then input is not accepted. The default is +normal. +
+

+

+Name:                   textBackground
+Class:                  Background
+Command-Line Switch:	-textbackground
+
+
    +Background color for inside textual portion of the entry field. The value +may be given in any of the forms acceptable to Tk_GetColor. +
+

+

+Name:                   textFont
+Class:                  Font
+Command-Line Switch:	-textfont
+
+
    +Name of font to use for display of text in datefield. The value +may be given in any of the forms acceptable to Tk_GetFont. +
+

+


+ +

DESCRIPTION

+

+The datefield command creates an enhanced text entry widget for +the purpose of date entry with various degrees of built-in intelligence. + + +

METHODS

+

+The datefield command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for datefield widgets: +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the datefield +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the datefield +command. +
+
+
pathName get ?format? + +
Returns the current contents of the datefield in a format of +string or as an integer clock value using the -string and -clicks +format options respectively. The default is by string. Reference the +clock command for more information on obtaining dates and their +formats. +
+
+
pathName isvalid + +
Returns a boolean indication of the validity of the currently +displayed date value. For example, 03/03/1960 is valid whereas +02/29/1997 is invalid. +
+
+
pathName show date + +
Changes the currently displayed date to be that of the date +argument. The date may be specified either as a string, an +integer clock value or the keyword "now". Reference the clock +command for more information on obtaining dates and their formats. + +
+

COMPONENTS

+

+

+Name:                   date
+Class:                  Entry
+
+
    +The date component provides the entry field for date input and display. +See the "entry" widget manual entry for details on the date component item. +
+ + +

EXAMPLE

+
+ proc returnCmd {} {
+   puts [.df get]
+ }
+
+ datefield .df -command returnCmd
+ pack .df -fill x -expand yes -padx 10 -pady 10
+
+

AUTHOR

+Mark L. Ulferts +

+

KEYWORDS

+datefield, widget diff --git a/itcl/iwidgets/demos/html/dialog.n.html b/itcl/iwidgets/demos/html/dialog.n.html new file mode 100644 index 0000000000..8a0ab07997 --- /dev/null +++ b/itcl/iwidgets/demos/html/dialog.n.html @@ -0,0 +1,199 @@ +dialog - Create and manipulate a dialog widget +

dialog - Create and manipulate a dialog widget

+ +

SYNOPSIS

+dialog pathName ?options? +

INHERITANCE

+itk::Toplevel <- Shell <- Dialogshell <- Dialog +

STANDARD OPTIONS

+

+ + + + + +
+background
+
+cursor
+
+foreground
+
+
+

+See the "options" manual entry for details on the standard options. +

INHERITED OPTIONS

+

+ + + + + +
+buttonBoxPadX
+padY
+
+buttonBoxPadY
+separator
+
+buttonBoxPos
+thickness
+
+padX
+
+

+See the "dialogshell" manual entry for details on the above inherited options. +

+ + + + + +
+height
+
+master
+
+modality
+
+width
+
+

+See the "shell" manual entry for details on the above inherited options. +

+ + + + + +
+title
+
+ + +
+

+See the "Toplevel" manual entry for details on the above inherited options. +


+ +

DESCRIPTION

+

+The dialog command creates a dialog box providing standard +buttons and a child site for use in derived classes. The buttons +include ok, apply, cancel, and help. Methods and Options exist to +configure the buttons and their containing box. + +

METHODS

+

+The dialog command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for dialog widgets: +

INHERITED METHODS

+

+ + + + + +
+add
+index
+
+buttonconfigure
+insert
+
+default
+invoke
+
+hide
+show
+
+

+See the "buttonbox" manual entry for details on the above inherited methods. +

+ + + + + +
+childsite
+
+ + +
+

+See the "dialogshell" manual entry for details on the above inherited methods. +

+ + + + + +
+activate
+
+center
+
+deactivate
+
+
+

+See the "shell" manual entry for details on the above inherited methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the dialog +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the dialog +command. + +
+

EXAMPLE

+
+ dialog .d -modality global
+ .d buttonconfigure OK -command {puts OK; .d deactivate 1}
+ .d buttonconfigure Apply -command {puts Apply}
+ .d buttonconfigure Cancel -command {puts Cancel; .d deactivate 0}
+ .d buttonconfigure Help -command {puts Help}
+ 
+ listbox [.d childsite].lb -relief sunken
+ pack [.d childsite].lb -expand yes -fill both
+
+ if {[.d activate]} {
+     puts "Exit via OK button"
+ } else {
+     puts "Exit via Cancel button"
+ }
+
+

AUTHORS

+Mark L. Ulferts +

+Bret A. Schuhmacher +

KEYWORDS

+dialog, dialogshell, shell, widget diff --git a/itcl/iwidgets/demos/html/dialogshell.n.html b/itcl/iwidgets/demos/html/dialogshell.n.html new file mode 100644 index 0000000000..8996e2d62d --- /dev/null +++ b/itcl/iwidgets/demos/html/dialogshell.n.html @@ -0,0 +1,269 @@ +dialogshell - Create and manipulate a dialog shell widget +

dialogshell - Create and manipulate a dialog shell widget

+ +

SYNOPSIS

+dialogshell pathName ?options? +

INHERITANCE

+itk::Toplevel <- Shell <- Dialogshell +

STANDARD OPTIONS

+

+ + + + + +
+background
+
+cursor
+
+foreground
+
+
+

+See the "options" manual entry for details on the standard options. +

INHERITED OPTIONS

+

+ + + + + +
+height
+
+master
+
+modality
+
+width
+
+

+See the "shell" manual entry for details on the above inherited options. +

+ + + + + +
+title
+
+ + +
+

+See the "Toplevel" manual entry for details on the above inherited options. + +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   buttonBoxPadX
+Class:                  Pad
+Command-Line Switch:	-buttonboxpadx
+
+
    +Specifies a non-negative padding distance to leave between the button group and +the outer edge of the button box in the x direction. The value may be +given in any of the forms accpetable to Tk_GetPixels. The default +is 5 pixels. +
+

+

+Name:                   buttonBoxPadY
+Class:                  Pad
+Command-Line Switch:	-buttonboxpady
+
+
    +Specifies a non-negative padding distance to leave between the button group and +the outer edge of the button box in the y direction. The value may be +given in any of the forms accpetable to Tk_GetPixels. The default +is 5 pixels. +
+

+

+Name:                   buttonBoxPos
+Class:                  Position
+Command-Line Switch:	-buttonboxpos
+
+
    +Attaches buttons to the given side of the dialog: n, s, +e or w. The default is s. +
+

+

+Name:                   padX
+Class:                  Pad
+Command-Line Switch:	-padx
+
+
    +Specifies a padding distance for the childsite in the X-direction in +any of the forms acceptable to Tk_GetPixels. The default is 10. +
+

+

+Name:                   padY
+Class:                  Pad
+Command-Line Switch:	-pady
+
+
    +Specifies a padding distance for the childsite in the Y-direction in +any of the forms acceptable to Tk_GetPixels. The default is 10. +
+

+

+Name:                   separator
+Class:                  Separator
+Command-Line Switch:	-separator
+
+
    +Specifies whether a line is drawn to separate the +buttons from the dialog box contents in any of the forms +acceptable to Tcl_GetBoolean. The default is true. +
+

+

+Name:                   thickness
+Class:                  Thickness
+Command-Line Switch:	-thickness
+
+
    +Specifies the thickness of the separator in any of the forms acceptable +to Tk_GetPixels. The default is 3 pixels. +
+
+ +

DESCRIPTION

+

+The dialogshell command creates a dialog shell which is a top +level widget composed of a button box, separator, and child site area. +The class also has methods to control button construction. + +

METHODS

+

+The dialogshell command create a new Tcl command whose +name is pathName. This command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for dialogshell widgets: +

INHERITED METHODS

+

+ + + + + +
+activate
+
+center
+
+deactivate
+
+
+

+See the "shell" manual entry for details on the above inherited methods. +

ASSOCIATED METHODS

+

+ + + + + +
+add
+hide
+show
+
+buttonconfigure
+index
+
+default
+insert
+
+delete
+invoke
+
+

+See the "buttonbox" manual entry for details on the associated methods. +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the dialogshell +command. +
+
+
pathName childsite + +
Returns the pathname of the child site widget. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the dialogshell +command. + +
+

COMPONENTS

+

+

+Name:                   dschildsite
+Class:                  frame
+
+
    +The dschildsite component is the user child site for the dialog shell. See +the "frame" widget manual entry for details on the dschildsite component item. +
+

+

+Name:                   separator
+Class:                  frame
+
+
    +The separator component devides the area between the user child site and +the button box. See the "frame" widget manual entry for details on the +separator component item. +
+

+

+Name:                   bbox
+Class:                  ButtonBox
+
+
    +The bbox component is the button box containing the buttons for the dialog +shell. See the "ButtonBox" widget manual entry for details on the +bbox component item. +
+ + +

EXAMPLE

+
+ dialogshell .ds -modality none
+ 
+ .ds add OK -text "OK" 
+ .ds add Cancel -text "Cancel"
+ .ds default OK
+ 
+ .ds activate
+
+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+dialogshell, dialog, shell, widget diff --git a/itcl/iwidgets/demos/html/disjointlistbox.n.html b/itcl/iwidgets/demos/html/disjointlistbox.n.html new file mode 100644 index 0000000000..d860aec246 --- /dev/null +++ b/itcl/iwidgets/demos/html/disjointlistbox.n.html @@ -0,0 +1,361 @@ +iwidgets::disjointlistbox - Create and manipulate a disjointlistbox widget +

iwidgets::disjointlistbox - Create and manipulate a disjointlistbox widget

+ +

SYNOPSIS

+iwidgets::disjointlistbox pathName ?options? +

INHERITANCE

+itk::Widget <- iwidgets::Disjointlistbox +

STANDARD OPTIONS

+

+ + + + + +
+
+activeForeground
+buttonPlacement
+highlightColor
+
+activeBackground
+activeRelief
+clientData
+highlightThickness
+
+selectBorderWidth
+background
+cursor
+disabledForeground
+
+selectForeground
+borderWidth
+foreground
+elementBorderWidth
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+lhsButtonLabel
+
+rhsButtonLabel
+
+ +
+

+See the "button" widget manual entry for details on the above +associated options. +

+ + + + + +
+labelFont
+
+lhsLabelText
+
+rhsLabelText
+
+
+

+See the "label" widget manual entry for details on the above +associated options. +

+ + + + + +
+jump
+
+troughColor
+
+ +
+

+See the "scrollbar" widget class manual entry for details on the above +associated options. +

+ + + + + +
+textBackground
+
+textFont
+
+lhsItems
+
+rhsItems
+
+

+See the "scrolledlistbox" widget manual entry for details on the above +associated options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   buttonPlacement
+Class:                  ButtonPlacement
+Command-Line Switch:	-buttonplacement
+
+
    +Specifies the placement of the insertion and removal buttons relative to the +scrolledlistbox widgetsn, +bottom, or center. The default is bottom. +
+

+

+Name:                   lhsLabelText
+Class:                  LabelText
+Command-Line Switch:	-lhslabeltext
+
+
    +Specifies the text for the label of the lhs scrolledlistbox. +The default is "Available". +
+

+

+Name:                   rhsLabelText
+Class:                  LabelText
+Command-Line Switch:	-rhslabeltext
+
+
    +Specifies the text for the label of the rhs scrolledlistbox. +The default is "Available". +
+

+

+Name:                   lhsButtonLabel
+Class:                  LabelText
+Command-Line Switch:	-lhsbuttonlabel
+
+
    +Specifies the text for the button of the lhs scrolledlistbox. +The default is "Insert >>". +
+

+

+Name:                   rhsButtonLabel
+Class:                  LabelText
+Command-Line Switch:	-rhsbuttonlabel
+
+
    +Specifies the text for the button of the rhs scrolledlistbox. +The default is "<< Remove". +
+

+

+Name:                   lhsSortOption
+Class:                  LhsSortOption
+Command-Line Switch:	-lhssortoption
+
+
    +Specifies the sort function to be applied to the lhs scrolledlistbox +after items are inserted. Accepts the same sort options as the scrolledlistbox +sort method (Tcl's lsort command). If "none" is specified, the inserted +items are appended to the end of the list, and no sorting is performed. +The default is "increasing". +
+

+

+Name:                   rhsSortOption
+Class:                  RhsSortOption
+Command-Line Switch:	-rhssortoption
+
+
    +Specifies the sort function to be applied to the rhs scrolledlistbox +after items are inserted. Accepts the same sort options as the scrolledlistbox +sort method (Tcl's lsort command). If "none" is specified, the inserted +items are appended to the end of the list, and no sorting is performed. +The default is "increasing". +
+

+


+

DESCRIPTION

+

+The iwidgets::disjointlistbox command creates a disjoint pair of listboxs +similar to the OSF/Motif "Book" printing dialog of the "FrameMaker" +program. It is implementation constists of a two Scrolledlistboxs, +2 buttons, and 2 labels. + +The disjoint behavior of this widget exists between the interaction of +the two Scrolledlistboxes with one another. That is, a given instance +of a Disjointlistbox will never exist, without the aid of a hack magician, +which has Scrolledlistbox widgets with items in common. That means the +relationship between the two is maintained similar to that of disjoint sets. + +Users may transfer items between the two Listbox widgets using the +the two buttons. + +Options exists which include the ability to configure the "items" displayed by +the 2 Scrolledlistboxes and to control the placement of the insertion and +removal buttons. +

METHODS

+

+The iwidgets::disjointlistbox command creates a new Tcl command whose +name is pathName. This command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for disjointlistbox widgets: + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the iwidgets::disjointlistbox +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the iwidgets::disjointlistbox +command. +
+
+
pathName setlhs + +
Set the current contents of the left-most Scrolledlistbox with the input list +of items. Removes all (if any) items from the right-most Scrolledlistbox +which exist in the input list option to maintain the disjoint property +between the two +
+
+
pathName setrhs + +
Set the current contents of the right-most Scrolledlistbox with the input list +of items. Removes all (if any) items from the left-most Scrolledlistbox +which exist in the input list option to maintain the disjoint property +between the two +
+
+
pathName getlhs + +
Returns the current contents of the left-most Scrolledlistbox +
+
+
pathName getrhs + +
Returns the current contents of the right-most Scrolledlistbox +
+
+
pathName insertlhs + +
Add the input list of items to the current contents of the left-most +Scrolledlistbox. Removes all (if any) items from the right-most Scrolledlistbox +which exist in the input list option to maintain the disjoint property +between the two +
+
+
pathName insertrhs + +
Add the input list of items to the current contents of the right-most +Scrolledlistbox. Removes all (if any) items from the left-most Scrolledlistbox +which exist in the input list option to maintain the disjoint property +between the two. +
+
+
+

COMPONENTS

+

+

+Name:                   lhs
+Class:                  Scrolledlistbox
+
+
    +The lhs component is the scrolledlistbox for the rhs button. +See the "scrolledlistbox" widget manual entry for details on the lhs +component item. +
+

+

+Name:                   rhs
+Class:                  Scrolledlistbox
+
+
    +The rhs component is the scrolledlistbox for the rhs button. +See the "scrolledlistbox" widget manual entry for details on the rhs +component item. +
+

+

+Name:                   lhsbutton
+Class:                  utton
+
+
    +The lhsbutton component is the button for users to remove selected items +from the lhs Scrolledlistbox. +See the "button" widget manual entry for details on the lhs button component. +
+

+

+Name:                   rhsbutton
+Class:                  Button
+
+
    +The rhsbutton component is the button for users to remove selected items +from the rhs Scrolledlistbox. +See the "button" widget manual entry for details on the rhs button component. +
+

+

+Name:                   lhsCount
+Class:                  Label
+
+
    +The lhsCount component is the label for displaying a count of the current items in +the Scrolledlistbox. +See the "Label" widget manual entry for details on the lhsCount label component. +
+

+

+Name:                   rhsCount
+Class:                  Label
+
+
    +The rhsCount component is the label for displaying a count of the current items in +the Scrolledlistbox. +See the "Label" widget manual entry for details on the rhsCount label component. +
+ +
    +
+

EXAMPLE

+
+package require Iwidgets 4.0
+iwidgets::disjointlistbox .dlb
+pack .dlb -padx 10 -pady 10 -fill both -expand yes 
+
+

AUTHOR(S)

+John A. Tucker + +Anthony Parent +

KEYWORDS

+disjointlistbox, widget diff --git a/itcl/iwidgets/demos/html/entryfield.n.html b/itcl/iwidgets/demos/html/entryfield.n.html new file mode 100644 index 0000000000..ac46172e1f --- /dev/null +++ b/itcl/iwidgets/demos/html/entryfield.n.html @@ -0,0 +1,340 @@ +entryfield - Create and manipulate a entry field widget +

entryfield - Create and manipulate a entry field widget

+ +

SYNOPSIS

+entryfield pathName ?options? +

INHERITANCE

+itk::Widget <- LabeledWidget <- entryfield +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+insertBorderWidth
+justify
+selectForeground
+
+borderWidth
+highlightColor
+insertOffTime
+relief
+textVariable
+
+cursor
+highlightThickness
+insertOnTime
+selectBackground
+width
+
+exportSelection
+insertBackground
+insertWidth
+selectBorderWidth
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+show
+
+state
+
+ +
+

+See the "entry" manual entry for details on the associated options. +

INHERITED OPTIONS

+

+ + + + + +
+disabledForeground
+labelMargin
+state
+
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+

+See the "labeledwidget" class manual entry for details on the +inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   childSitePos
+Class:                  Position
+Command-Line Switch:	-childsitepos
+
+
    +Specifies the position of the child site in the entry field: n, +s, e, or w. The default is e. +
+

+

+Name:                   command
+Class:                  Command
+Command-Line Switch:	-command
+
+
    +Specifies a Tcl command to be executed upon detection of a Return key +press event. +
+

+

+Name:                   fixed
+Class:                  Fixed
+Command-Line Switch:	-fixed
+
+
    +Restrict entry to the specified number of chars. A value of 0, which is the +default, denotes no limit. The value is the maximum number of chars the +user may type into the field, regardles of field width. For example, +if the field width is set to 20 and the fixed value is 10, the user will +only be able to type 10 characters into the field which is 20 characters long. +
+

+

+Name:                   focusCommand
+Class:                  Command
+Command-Line Switch:	-focuscommand
+
+
    +Specifies a Tcl command to be executed upon reception of focus. +
+

+

+Name:                   invalid
+Class:                  Command
+Command-Line Switch:	-invalid
+
+
    +Specifies a Tcl command to be executed upon determination of invalid input. +The default is bell. +
+

+

+Name:                   textBackground
+Class:                  Background
+Command-Line Switch:	-textbackground
+
+
    +Background color for inside textual portion of the entry field. The value +may be given in any of the forms acceptable to Tk_GetColor. +
+

+

+Name:                   textFont
+Class:                  Font
+Command-Line Switch:	-textfont
+
+
    +Name of font to use for display of text in entryfield. The value +may be given in any of the forms acceptable to Tk_GetFont. +
+

+

+Name:                   validate
+Class:                  Command
+Command-Line Switch:	-validate
+
+
    +The validate option allows specification of a validation mechanism. Standard +character validation such as numeric, alphabetic, integer, +hexidecimal, real, and alphanumeric can be handled through +the use of keywords. Should more +extensive validation be necessary, the value may contain the name of +a command script. The script should return a boolean value. True for +valid, false for invalid. If false is returned, then the procedure +associated with the invalid option will be invoked. +If the validation script contains +any % characters, then the script will not be +executed directly. Instead, a new script will be +generated by replacing each %, and the character following +it, with information from the entryfield. The replacement +depends on the character following the %, as defined in the +list below. +
+
+
%c + +
Replaced with the current input character. +
+
+
%P + +
Replaced with the contents of the entryfield modified to include the latest +keystoke. This is equivalent to peeking at the future contents, enabling +rejection prior to the update. +
+
+
%S + +
Replaced with the current contents of the entryfield prior to the latest +keystroke being added. +
+
+
%W + +
Replaced with the entryfield widget pathname. +
+

+


+ +

DESCRIPTION

+

+The entryfield command creates an enhanced text entry widget with an +optional associated label. Addtional options support validation and +establishing a upper limit on the number of characters which may be +entered in the field. + + +

METHODS

+

+The entryfield command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for entryfield widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+delete
+insert
+
+get
+scan
+
+icursor
+selection
+
+index
+xview
+
+

+See the "entry" manual entry for details on the associated methods. +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the entryfield +command. +
+
+
pathName childsite + +
Returns the path name of the child site. +
+
+
pathName clear + +
Clear entry widget +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the entryfield +command. + +
+

COMPONENTS

+

+

+Name:                   efchildsite
+Class:                  frame
+
+
    +The efchildsite component is the user child site for the entry field. See +the "frame" widget manual entry for details on the efchildsite component item. +
+

+

+Name:                   entry
+Class:                  entry
+
+
    +The entry component provides the entry field for user text input and display. +See the "entry" widget manual entry for details on the entry component item. +
+ + +

EXAMPLE

+
+ option add *textBackground white
+ 
+ proc returnCmd {} {
+     puts stdout "Return Pressed"
+ }
+ 
+ proc invalidCmd {} {
+     puts stdout "Alphabetic contents invalid"
+ }
+ 
+ entryfield .ef -command returnCmd
+ 
+ entryfield .fef -labeltext "Fixed:" -fixed 10 -width 12
+ 
+ entryfield .nef -labeltext "Numeric:" -validate numeric -width 12
+ 
+ entryfield .aef -labeltext "Alphabetic:" \\
+    -validate alphabetic -width 12 -invalid invalidCmd
+ 
+ entryfield .pef -labeltext "Password:" \\
+    -show \267 -width 12 -command returnCmd
+ 
+ Labeledwidget::alignlabels .ef .fef .nef .aef .pef
+
+ pack .ef -fill x -expand yes -padx 10 -pady 5
+ pack .fef -fill x -expand yes -padx 10 -pady 5
+ pack .nef -fill x -expand yes -padx 10 -pady 5
+ pack .aef -fill x -expand yes -padx 10 -pady 5
+ pack .pef -fill x -expand yes -padx 10 -pady 5
+
+

AUTHORS

+Sue Yockey +

+Mark L. Ulferts +

+

KEYWORDS

+entryfield, widget diff --git a/itcl/iwidgets/demos/html/extbutton.n.html b/itcl/iwidgets/demos/html/extbutton.n.html new file mode 100644 index 0000000000..99cc59652c --- /dev/null +++ b/itcl/iwidgets/demos/html/extbutton.n.html @@ -0,0 +1,160 @@ +extbutton - Extends the behavior of the Tk button +

extbutton - Extends the behavior of the Tk button

+ +

SYNOPSIS

+extbutton pathName ?options? +

INHERITANCE

+itk::Widget <- extbutton +

STANDARD OPTIONS

+

+ + + + + +
+activebackground
+bd
+foreground
+text
+
+activeforeground
+cursor
+image
+
+bitmap
+disabledforeground
+justify
+
+background
+font
+relief
+
+
+

+See the "options" manual entry for details on the standard options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   bitmapforeground
+Class:                  Foreground
+Command-Line Switch:	-bitmapforeground
+
+
    +Configures the foreground color of the bitmap. +
+

+

+Name:                   command
+Class:                  Command
+Command-Line Switch:	-command
+
+
    +Associate a command with the extbutton. Simulates a Tk button's +-command option. Invoked by either <1> events or by explicitly +calling the public invoke() method. +
+

+

+Name:                   defaultring
+Class:                  DefaultRing
+Command-Line Switch:    -defaultring
+
+
    +Boolean describing whether the extbutton displays its default ring given in +any of the forms acceptable to Tcl_GetBoolean. The default is false. +
+

+

+Name:                   defaultringpad
+Class:                  Pad
+Command-Line Switch:    -defaultringpad
+
+
    +Specifies the amount of space to be allocated to the indentation of the +default ring ring given in any of the forms acceptable to Tcl_GetPixels. +The option has no effect if the defaultring option is set to false. The +default is 4 pixels. +
+

+

+Name:                   imagePos
+Class:                  Position
+Command-Line Switch:    -imagepos
+
+
    +Specifies the image position relative to the message text: n, ne, +nw, s, se, sw, w, wn, ws, e, +en, or es. The default is w. +
+

+

+Name:                   ringBackground
+Class:                  Background
+Command-Line Switch:	-ringbackground
+
+
    +Configures the background color of the default ring frame (if -defaultring +is set to boolean true). +
+

+


+ +

DESCRIPTION

+

+The extbutton extends the behavior of the atomic Tk button by +allowing text and an image or bitmap to coexist. The user may use +the -image or -bitmap options to specify an image as well as the +-imagepos option to specify image position relative to the text. +Note that the extbutton is not intended to be used without an +image/bitmap. There will be an emtpy space next to the text if +no image/bitmap is specified. + +

METHODS

+

+The extbutton command creates a new Tcl command whose +name is pathName. This command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+ +

INHERITED METHODS

+Each of the following methods are inherited from itk::Archetype. See that +man page for details. +
+pathName cget
+pathName component
+pathName config
+pathName configure
+
+ +

WIDGET-SPECIFIC METHODS

+
+
pathName invoke + +
Evaluates the command fragment associated with the -command option. +
+
+
pathName flash + +
Simulates the Tk button's flash command. +
+

EXAMPLES

+
+
+iwidgets::extbutton .eb -text "Bitmap example" -bitmap info \
+  -background bisque -activeforeground red -bitmapforeground blue \
+  -defaultring 1 -command {puts "Bisque is beautiful"}
+pack .eb -expand 1
+
+iwidgets::extbutton .eb -text "Image example" -relief ridge -image \
+  [image create photo -file $itk::library/../iwidgets/demos/images/clear.gif] \
+  -font 9x15bold -background lightgreen -imagepos e \
+  -activebackground lightyellow
+pack .eb -expand 1
+
+

AUTHOR

+Chad Smith +

KEYWORDS

+button, pushbutton diff --git a/itcl/iwidgets/demos/html/extfileselectionbox.n.html b/itcl/iwidgets/demos/html/extfileselectionbox.n.html new file mode 100644 index 0000000000..55d33027bd --- /dev/null +++ b/itcl/iwidgets/demos/html/extfileselectionbox.n.html @@ -0,0 +1,467 @@ +extfileselectionbox - Create and manipulate a file selection box widget +

extfileselectionbox - Create and manipulate a file selection box widget

+ +

SYNOPSIS

+extfileselectionbox pathName ?options? +

INHERITANCE

+itk::Widget <- Extfileselectionbox +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+foreground
+insertBorderWidth
+selectBackground
+
+background
+highlightColor
+insertOffTime
+selectBorderWidth
+
+borderWidth
+highlightThickness
+insertOnTime
+selectForeground
+
+cursor
+insertBackground
+insertWidth
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+popupCursor
+
+textBackground
+
+textFont
+
+
+

+See the "combobox" widget manual entry for details on the above +associated options. +

+ + + + + +
+labelFont
+
+ + +
+

+See the "labeledwidget" widget manual entry for details on the above +associated options. +

+ + + + + +
+sashCursor
+
+ + +
+

+See the "panedwindow" widget manual entry for details on the above +associated options. +

+ + + + + +
+activeRelief
+
+elementBorderWidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" widget class manual entry for details on the above +associated options. +

+ + + + + +
+textBackground
+
+textFont
+
+ +
+

+See the "scrolledlistbox" widget manual entry for details on the above +associated options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   childSitePos
+Class:                  Position
+Command-Line Switch:	-childsitepos
+
+
    +Specifies the position of the child site in the extended fileselection +box: n, s, e, w, top, or bottom. +The default is s. +
+

+

+Name:                   directory
+Class:                  Directory
+Command-Line Switch:	-directory
+
+
    +Specifies the initial default directory. The default is the present +working directory. +
+

+

+Name:                   dirSearchCommand
+Class:                  Command
+Command-Line Switch:	-dirsearchcommand
+
+
    +Specifies a Tcl command to be executed to perform a directory search. +The command will receive the current working directory and filter +mask as arguments. The command should return a list of files which +will be placed into the directory list. +
+

+

+Name:                   dirsLabel
+Class:                  Text
+Command-Line Switch:	-dirslabel
+
+
    +Specifies the text of the label for the directory list. The default is +"Directories". +
+

+

+Name:                   dirsOn
+Class:                  DirsOn
+Command-Line Switch:	-dirson
+
+
    +Specifies whether or not to display the directory list. The +value may be given in any of the forms acceptable to Tcl_GetBoolean. +The default is true. +
+

+

+Name:                   fileSearchCommand
+Class:                  Command
+Command-Line Switch:	-filesearchcommand
+
+
    +Specifies a Tcl command to be executed to perform a file search. +The command will receive the current working directory and filter +mask as arguments. The command should return a list of files which +will be placed into the file list. +
+

+

+Name:                   filesLabel
+Class:                  Text
+Command-Line Switch:	-fileslabel
+
+
    +Specifies the text of the label for the files list. The default is "Files". +
+

+

+Name:                   filesOn
+Class:                  FilesOn
+Command-Line Switch:	-fileson
+
+
    +Specifies whether or not to display the files list. The +value may be given in any of the forms acceptable to Tcl_GetBoolean. +The default is true. +
+

+

+Name:                   fileType
+Class:                  FileType
+Command-Line Switch:	-filetype
+
+
    +Specify the type of files which may appear in the file list: regular, +directory, or any. The default is regular. +
+

+

+Name:                   filterCommand
+Class:                  Command
+Command-Line Switch:	-filtercommand
+
+
    +Specifies a Tcl command to be executed upon hitting the Return key +in the filter combobox widget. +
+

+

+Name:                   filterLabel
+Class:                  Text
+Command-Line Switch:	-filterlabel
+
+
    +Specifies the text of the label for the filter combobox. The default is +"Filter". +
+

+

+Name:                   filterOn
+Class:                  FilterOn
+Command-Line Switch:	-filteron
+
+
    +Specifies whether or not to display the filter combobox. The +value may be given in any of the forms acceptable to Tcl_GetBoolean. +The default is true. +
+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies the height of the selection box. The value may be specified in +any of the forms acceptable to Tk_GetPixels. The default is 300 pixels. +
+

+

+Name:                   invalid
+Class:                  Command
+Command-Line Switch:	-invalid
+
+
    +Command to be executed should the filter contents be proven +invalid. The default is {bell}. +
+

+

+Name:                   mask
+Class:                  Mask
+Command-Line Switch:	-mask
+
+
    +Specifies the initial file mask string. The default is "*". +
+

+

+Name:                   noMatchString
+Class:                  NoMatchString
+Command-Line Switch:	-nomatchstring
+
+
    +Specifies the string to be displayed in the files list should no files +match the mask. The default is "". +
+

+

+Name:                   selectDirCommand
+Class:                  Command
+Command-Line Switch:	-selectdirommand
+
+
    +Specifies a Tcl command to be executed following selection of a +directory in the directory list. +
+

+

+Name:                   selectFileCommand
+Class:                  Command
+Command-Line Switch:	-selectfileommand
+
+
    +Specifies a Tcl command to be executed following selection of a +file in the files list. +
+

+

+Name:                   selectionCommand
+Class:                  Command
+Command-Line Switch:	-selectioncommand
+
+
    +Specifies a Tcl command to be executed upon hitting the Return key +in the selection combobox widget. +
+

+

+Name:                   selectionLabel
+Class:                  Text
+Command-Line Switch:	-selectionlabel
+
+
    +Specifies the text of the label for the selection combobox. The default +is "Selection". +
+

+

+Name:                   selectionOn
+Class:                  SelectionOn
+Command-Line Switch:	-selectionon
+
+
    +Specifies whether or not to display the selection combobox. The +value may be given in any of the forms acceptable to Tcl_GetBoolean. +The default is true. +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies the width of the selection box. The value may be specified in +any of the forms acceptable to Tk_GetPixels. The default is 350 pixels. +
+

+


+ +

DESCRIPTION

+

+The extfileselectionbox command creates an extended file +selection box which is slightly different than the fileselectionbox widget. +The differences are mostly cosmetic in that the listboxes are +within a panedwindow and the entryfields for the filter and selection +have been replaced by comboboxes. Other than that the interface is +practically the same. + +

METHODS

+

+The extfileselectionbox command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for extfileselectionbox widgets: + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the extfileselectionbox +command. +
+
+
pathName childsite + +
Returns the child site widget path name. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the extfileselectionbox +command. +
+
+
pathName filter + +
Update the current contents of the extended file selection box based +on the current filter combobox value. +
+
+
pathName get + +
Returns the current value of the selection combobox widget. + +
+

COMPONENTS

+

+

+Name:                   dirs
+Class:                  Scrolledlistbox
+
+
    +The dirs component is the directory list box for the extended fileselection +box. See the "scrolledlistbox" widget manual entry for details on the dirs +component item. +
+

+

+Name:                   files
+Class:                  Scrolledlistbox
+
+
    +The files component is the file list box for the extended fileselection box. +See the "scrolledlistbox" widget manual entry for details on the files +component item. +
+

+

+Name:                   filter
+Class:                  Combobox
+
+
    +The filter component is the field for user input of the filter value. +See the "combobox" widget manual entry for details on the filter +component item. +
+

+

+Name:                   selection
+Class:                  Combobox
+
+
    +The selection component is the field for user input of the currently +selected file value. See the "combobox" widget manual entry for details +on the selection component item. +
+ + +

EXAMPLE

+
+extfileselectionbox .fsb
+pack .fsb -padx 10 -pady 10 -fill both -expand yes 
+
+

AUTHORS

+Mark L. Ulferts +

+Anthony Parent +

KEYWORDS

+extfileselectionbox, widget diff --git a/itcl/iwidgets/demos/html/extfileselectiondialog.n.html b/itcl/iwidgets/demos/html/extfileselectiondialog.n.html new file mode 100644 index 0000000000..b3b956ace3 --- /dev/null +++ b/itcl/iwidgets/demos/html/extfileselectiondialog.n.html @@ -0,0 +1,375 @@ +extfileselectiondialog - Create and manipulate a file selection dialog widget +

extfileselectiondialog - Create and manipulate a file selection dialog widget

+ +

SYNOPSIS

+extfileselectiondialog pathName ?options? +

INHERITANCE

+itk::Toplevel <- Shell <- Dialogshell <- Dialog <- Extfileselectiondialog +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+foreground
+insertBorderWidth
+selectBackground
+
+background
+highlightColor
+insertOffTime
+selectBorderWidth
+
+borderWidth
+highlightThickness
+insertOnTime
+selectForeground
+
+cursor
+insertBackground
+insertWidth
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+popupCursor
+
+textBackground
+
+textFont
+
+
+

+See the "combobox" widget manual entry for details on the above +associated options. +

+ + + + + +
+childSitePos
+dirsOn
+filesOn
+invalid
+selectionOn
+
+directory
+filesLabel
+fileType
+mask
+
+dirsLabel
+filesLabelOn
+filterLabel
+noMatchString
+
+dirSearchCommand
+fileSearchCommand
+filterOn
+selectionLabel
+
+

+See the "extfileselectionbox" widget manual entry for details on the above +associated options. +

+ + + + + +
+labelFont
+
+ + +
+

+See the "labeledwidget" widget manual entry for details on the above +associated options. +

+ + + + + +
+sashCursor
+
+ + +
+

+See the "panedwindow" widget manual entry for details on the above +associated options. +

+ + + + + +
+labelFont
+
+ + +
+

+See the "labeledwidget" widget manual entry for details on the above +associated options. +

+ + + + + +
+activeRelief
+
+elementBorderWidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" widget class manual entry for details on the above +associated options. +

+ + + + + +
+textBackground
+
+textFont
+
+ +
+

+See the "scrolledlistbox" widget manual entry for details on the above +associated options. + +

INHERITED OPTIONS

+

+ + + + + +
+buttonBoxPadX
+padY
+
+buttonBoxPadY
+separator
+
+buttonBoxPos
+thickness
+
+padX
+
+

+See the "dialogshell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+height
+
+master
+
+modality
+
+width
+
+

+See the "shell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+title
+
+ + +
+

+See the "Toplevel" widget manual entry for details on the above +inherited options. +


+ +

DESCRIPTION

+

+The extfileselectiondialog command creates an extended file +selection dialog which is slightly different than the +fileselectiondialog widget. +The differences are mostly cosmetic in that the listboxes are +within a panedwindow and the entryfields for the filter and selection +have been replaced by comboboxes. Other than that the interface is +practically the same. + +

METHODS

+

+The extfileselectiondialog command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for extfileselectiondialog widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+get
+
+childsite
+
+filter
+
+
+

+See the "fileselectionbox" class manual entry for details on the +associated methods. +

INHERITED METHODS

+

+ + + + + +
+add
+insert
+
+buttonconfigure
+invoke
+
+default
+show
+
+hide
+
+

+See the "buttonbox" widget manual entry for details on the above +inherited methods. +

+ + + + + +
+activate
+
+center
+
+deactivate
+
+
+

+See the "shell" widget manual entry for details on the above +inherited methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by +the extfileselectiondialog command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by +the extfileselectiondialog +command. + +
+

COMPONENTS

+

+

+Name:                   fsb
+Class:                  Fileselectionbox
+
+
    +The fsb component is the extfileselectionbox for the extfileselectiondialog. +See the "extfileselectionbox" widget manual entry for details on the fsb +component item. +
+ + +

EXAMPLE

+
+ #
+ # Non-modal example
+ #
+ proc okCallback {} {
+     puts "You selected [.nmfsd get]"
+     .nmfsd deactivate
+ }
+
+ extfileselectiondialog .nmfsd -title Non-Modal
+ .nmfsd buttonconfigure OK -command okCallback
+
+ .nmfsd activate
+
+ #
+ # Modal example
+ #
+ extfileselectiondialog .mfsd -modality application
+ .mfsd center
+
+ if {[.mfsd activate]} {
+     puts "You selected [.mfsd get]"
+ } else {
+     puts "You cancelled the dialog"
+ }
+
+

AUTHORS

+Mark L. Ulferts +

+Anthony L. Parent +

KEYWORDS

+extfileselectiondialog, extfileselectionbox, dialog, dialogshell, shell, widget diff --git a/itcl/iwidgets/demos/html/feedback.n.html b/itcl/iwidgets/demos/html/feedback.n.html new file mode 100644 index 0000000000..b2d3bca96b --- /dev/null +++ b/itcl/iwidgets/demos/html/feedback.n.html @@ -0,0 +1,168 @@ +feedback - Create and manipulate a feedback widget to display feedback on +

feedback - Create and manipulate a feedback widget to display feedback on

+ +the current status of an ongoing operation to the user. +

SYNOPSIS

+feedback pathName ?options? +

INHERITANCE

+itk::Widget <- Labeledwidget <- Feedback +

STANDARD OPTIONS

+

+ + + + + +
+background
+highlightThickness
+
+cursor
+
+foreground
+
+highlightColor
+
+

+See the "options" manual entry for details on the standard options. +

INHERITED OPTIONS

+

+ + + + + +
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+labelMargin
+
+

+See the "labeledwidget" class manual entry for details on the inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   barcolor
+Class:                  BarColor
+Command-Line Switch:	-barcolor
+
+
    +Specifies the color of the status bar, in any of the forms +acceptable to Tk_GetColor. The default is DodgerBlue. +
+

+

+Name:                   barheight
+Class:                  BarHeight
+Command-Line Switch:	-barheight
+
+
    +Specifies the height of the status bar, in any of the forms +acceptable to Tk_GetPixels. The default is 20. +
+

+

+Name:                   troughColor
+Class:                  TroughColor
+Command-Line Switch:	-troughcolor
+
+
    +Specifies the color of the frame in which the status bar sits, +in any of the forms acceptable to Tk_GetColor. The default is white. +
+

+

+Name:                   steps
+Class:                  Steps
+Command-Line Switch:	-steps
+
+
    +Specifies the total number of steps for the status bar. The default is 10. +
+

+ +

DESCRIPTION

+

+The feedback command creates a widget to display feedback on +the current status of an ongoing operation to the user. Display is given as +a percentage and as a thermometer type bar. Options exist for adding a label +and controlling its position. + +

METHODS

+

+The feedback command creates a new Tcl command whose +name is pathName. This command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for scrolledtext widgets: + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the scrolledhtml +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the feedback +command. +
+
+
pathName reset + +
Reset the current number of steps completed to 0, and configures the +percentage complete label text to 0% +
+
+
pathName step ?inc? + +
Increase the current number of steps completed by the amount specified +by inc. Inc defaults to 1. + +
+

EXAMPLE

+
+ feedback .fb -labeltext "Status" -steps 20
+ pack .fb -padx 10 -pady 10 -fill both -expand yes
+
+ for {set i 0} {$i < 20} {incr i} {
+     .fb step
+     after 500
+ }
+
+

ACKNOWLEDGEMENTS

+Sam Shen +
    +This code is based largely on his feedback.tcl code from tk inspect. The +original feedback code is copyright 1995 Lawrence Berkeley Laboratory. +
+

+

AUTHOR

+Kris Raney +

KEYWORDS

+feedback, widget diff --git a/itcl/iwidgets/demos/html/fileselectionbox.n.html b/itcl/iwidgets/demos/html/fileselectionbox.n.html new file mode 100644 index 0000000000..99a9e4412f --- /dev/null +++ b/itcl/iwidgets/demos/html/fileselectionbox.n.html @@ -0,0 +1,456 @@ +fileselectionbox - Create and manipulate a file selection box widget +

fileselectionbox - Create and manipulate a file selection box widget

+ +

SYNOPSIS

+fileselectionbox pathName ?options? +

INHERITANCE

+itk::Widget <- Fileselectionbox +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+foreground
+insertBorderWidth
+selectBackground
+
+background
+highlightColor
+insertOffTime
+selectBorderWidth
+
+borderWidth
+highlightThickness
+insertOnTime
+selectForeground
+
+cursor
+insertBackground
+insertWidth
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+textBackground
+
+textFont
+
+ +
+

+See the "entryfield" widget manual entry for details on the above +associated options. +

+ + + + + +
+labelFont
+
+ + +
+

+See the "labeledwidget" widget manual entry for details on the above +associated options. +

+ + + + + +
+activeRelief
+
+elementBorderWidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" widget class manual entry for details on the above +associated options. +

+ + + + + +
+textBackground
+
+textFont
+
+ +
+

+See the "scrolledlistbox" widget manual entry for details on the above +associated options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   childSitePos
+Class:                  Position
+Command-Line Switch:	-childsitepos
+
+
    +Specifies the position of the child site in the selection box: n, +s, e, w, top, bottom, or center. The +default is s. +
+ +
    +Specifies a Tcl command procedure which is called when an file list item is +double clicked. Typically this occurs when mouse button 1 is double +clicked over a file name. +
+

+

+Name:                   directory
+Class:                  Directory
+Command-Line Switch:	-directory
+
+
    +Specifies the initial default directory. The default is the present +working directory. +
+

+

+Name:                   dirSearchCommand
+Class:                  Command
+Command-Line Switch:	-dirsearchcommand
+
+
    +Specifies a Tcl command to be executed to perform a directory search. +The command will receive the current working directory and filter +mask as arguments. The command should return a list of files which +will be placed into the directory list. +
+

+

+Name:                   dirsLabel
+Class:                  Text
+Command-Line Switch:	-dirslabel
+
+
    +Specifies the text of the label for the directory list. The default is +"Directories". +
+

+

+Name:                   dirsOn
+Class:                  DirsOn
+Command-Line Switch:	-dirson
+
+
    +Specifies whether or not to display the directory list. The +value may be given in any of the forms acceptable to Tcl_GetBoolean. +The default is true. +
+

+

+Name:                   fileSearchCommand
+Class:                  Command
+Command-Line Switch:	-filesearchcommand
+
+
    +Specifies a Tcl command to be executed to perform a file search. +The command will receive the current working directory and filter +mask as arguments. The command should return a list of files which +will be placed into the file list. +
+

+

+Name:                   filesLabel
+Class:                  Text
+Command-Line Switch:	-fileslabel
+
+
    +Specifies the text of the label for the files list. The default is "Files". +
+

+

+Name:                   filesOn
+Class:                  FilesOn
+Command-Line Switch:	-fileson
+
+
    +Specifies whether or not to display the files list. The +value may be given in any of the forms acceptable to Tcl_GetBoolean. +The default is true. +
+

+

+Name:                   fileType
+Class:                  FileType
+Command-Line Switch:	-filetype
+
+
    +Specify the type of files which may appear in the file list: regular, +directory, or any. The default is regular. +
+

+

+Name:                   filterCommand
+Class:                  Command
+Command-Line Switch:	-filtercommand
+
+
    +Specifies a Tcl command to be executed upon hitting the Return key +in the filter entry widget. +
+

+

+Name:                   filterLabel
+Class:                  Text
+Command-Line Switch:	-filterlabel
+
+
    +Specifies the text of the label for the filter entry field. The default is +"Filter". +
+

+

+Name:                   filterOn
+Class:                  FilterOn
+Command-Line Switch:	-filteron
+
+
    +Specifies whether or not to display the filter entry. The +value may be given in any of the forms acceptable to Tcl_GetBoolean. +The default is true. +
+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies the height of the selection box. The value may be specified in +any of the forms acceptable to Tk_GetPixels. The default is 360 pixels. +
+

+

+Name:                   invalid
+Class:                  Command
+Command-Line Switch:	-invalid
+
+
    +Command to be executed should the filter contents be proven +invalid. The default is {bell}. +
+

+

+Name:                   mask
+Class:                  Mask
+Command-Line Switch:	-mask
+
+
    +Specifies the initial file mask string. The default is "*". +
+

+

+Name:                   noMatchString
+Class:                  NoMatchString
+Command-Line Switch:	-nomatchstring
+
+
    +Specifies the string to be displayed in the files list should no files +match the mask. The default is "". +
+

+

+Name:                   selectDirCommand
+Class:                  Command
+Command-Line Switch:	-selectdirommand
+
+
    +Specifies a Tcl command to be executed following selection of a +directory in the directory list. +
+

+

+Name:                   selectFileCommand
+Class:                  Command
+Command-Line Switch:	-selectfileommand
+
+
    +Specifies a Tcl command to be executed following selection of a +file in the files list. +
+

+

+Name:                   selectionCommand
+Class:                  Command
+Command-Line Switch:	-selectioncommand
+
+
    +Specifies a Tcl command to be executed upon hitting the Return key +in the selection entry widget. +
+

+

+Name:                   selectionLabel
+Class:                  Text
+Command-Line Switch:	-selectionlabel
+
+
    +Specifies the text of the label for the selection entry field. The default +is "Selection". +
+

+

+Name:                   selectionOn
+Class:                  SelectionOn
+Command-Line Switch:	-selectionon
+
+
    +Specifies whether or not to display the selection entry. The +value may be given in any of the forms acceptable to Tcl_GetBoolean. +The default is true. +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies the width of the selection box. The value may be specified in +any of the forms acceptable to Tk_GetPixels. The default is 470 pixels. +
+

+


+ +

DESCRIPTION

+

+The fileselectionbox command creates a file selection box similar +to the OSF/Motif standard Xmfileselectionbox composite widget. The +fileselectionbox is composed of directory and file scrolled lists as +well as filter and selection entry fields. Bindings are in place such that +selection of a directory list item loads the filter entry field and +selection of a file list item loads the selection entry field. Options +exist to control the appearance and actions of the widget. + +

METHODS

+

+The fileselectionbox command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for fileselectionbox widgets: + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the fileselectionbox +command. +
+
+
pathName childsite + +
Returns the child site widget path name. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the fileselectionbox +command. +
+
+
pathName filter + +
Update the current contents of the file selection box based on the current +filter entry field value. +
+
+
pathName get + +
Returns the current value of the selection entry widget. + +
+

COMPONENTS

+

+

+Name:                   dirs
+Class:                  Scrolledlistbox
+
+
    +The dirs component is the directory list box for the file selection box. +See the "scrolledlistbox" widget manual entry for details on the dirs +component item. +
+

+

+Name:                   files
+Class:                  Scrolledlistbox
+
+
    +The files component is the file list box for the file selection box. +See the "scrolledlistbox" widget manual entry for details on the files +component item. +
+

+

+Name:                   filter
+Class:                  Entryfield
+
+
    +The filter component is the entry field for user input of the filter value. +See the "entryfield" widget manual entry for details on the filter +component item. +
+

+

+Name:                   selection
+Class:                  Entryfield
+
+
    +The selection component is the entry field for user input of the currently +selected file value. See the "entryfield" widget manual entry for details +on the selection component item. +
+ + +

EXAMPLE

+
+fileselectionbox .fsb
+pack .fsb -padx 10 -pady 10 -fill both -expand yes 
+
+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+fileselectionbox, widget diff --git a/itcl/iwidgets/demos/html/fileselectiondialog.n.html b/itcl/iwidgets/demos/html/fileselectiondialog.n.html new file mode 100644 index 0000000000..e5553189c1 --- /dev/null +++ b/itcl/iwidgets/demos/html/fileselectiondialog.n.html @@ -0,0 +1,339 @@ +fileselectiondialog - Create and manipulate a file selection dialog widget +

fileselectiondialog - Create and manipulate a file selection dialog widget

+ +

SYNOPSIS

+fileselectiondialog pathName ?options? +

INHERITANCE

+itk::Toplevel <- Shell <- Dialogshell <- Dialog <- Fileselectiondialog +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+foreground
+insertBorderWidth
+selectBackground
+
+background
+highlightColor
+insertOffTime
+selectBorderWidth
+
+borderWidth
+highlightThickness
+insertOnTime
+selectForeground
+
+cursor
+insertBackground
+insertWidth
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+textBackground
+
+textFont
+
+ +
+

+See the "entryfield" widget manual entry for details on the above associated +options. +

+ + + + + +
+childSitePos
+dirsOn
+filesOn
+invalid
+selectionOn
+
+directory
+filesLabel
+fileType
+mask
+
+dirsLabel
+filesLabelOn
+filterLabel
+noMatchString
+
+dirSearchCommand
+fileSearchCommand
+filterOn
+selectionLabel
+
+

+See the "fileselectionbox" widget manual entry for details on the above +associated options. +

+ + + + + +
+labelFont
+
+ + +
+

+See the "labeledwidget" widget manual entry for details on the above +associated options. +

+ + + + + +
+textBackground
+
+textFont
+
+ +
+

+See the "scrolledlistbox" widget manual entry for details on the above +associated options. +

+ + + + + +
+activeRelief
+
+elementBorderWidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" widget class manual entry for details on the above +associated options. + +

INHERITED OPTIONS

+

+ + + + + +
+buttonBoxPadX
+padY
+
+buttonBoxPadY
+separator
+
+buttonBoxPos
+thickness
+
+padX
+
+

+See the "dialogshell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+height
+
+master
+
+modality
+
+width
+
+

+See the "shell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+title
+
+ + +
+

+See the "Toplevel" widget manual entry for details on the above +inherited options. +


+ +

DESCRIPTION

+

+The fileselectiondialog command creates a file selection dialog +similar to the OSF/Motif standard composite widget. The +fileselectiondialog is derived from the Dialog class and is composed of +a FileSelectionBox with attributes set to manipulate the dialog buttons. + +

METHODS

+

+The fileselectiondialog command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for fileselectiondialog widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+get
+
+childsite
+
+filter
+
+
+

+See the "fileselectionbox" class manual entry for details on the +associated methods. +

INHERITED METHODS

+

+ + + + + +
+add
+insert
+
+buttonconfigure
+invoke
+
+default
+show
+
+hide
+
+

+See the "buttonbox" widget manual entry for details on the above +inherited methods. +

+ + + + + +
+activate
+
+center
+
+deactivate
+
+
+

+See the "shell" widget manual entry for details on the above +inherited methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by +the fileselectiondialog command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by +the fileselectiondialog +command. + +
+

COMPONENTS

+

+

+Name:                   fsb
+Class:                  Fileselectionbox
+
+
    +The fsb component is the file selection box for the file selection dialog. +See the "fileselectionbox" widget manual entry for details on the fsb +component item. +
+ + +

EXAMPLE

+
+ #
+ # Non-modal example
+ #
+ proc okCallback {} {
+     puts "You selected [.nmfsd get]"
+     .nmfsd deactivate
+ }
+
+ fileselectiondialog .nmfsd -title Non-Modal
+ .nmfsd buttonconfigure OK -command okCallback
+
+ .nmfsd activate
+
+ #
+ # Modal example
+ #
+ fileselectiondialog .mfsd -modality application
+ .mfsd center
+
+ if {[.mfsd activate]} {
+     puts "You selected [.mfsd get]"
+ } else {
+     puts "You cancelled the dialog"
+ }
+
+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+fileselectiondialog, fileselectionbox, dialog, dialogshell, shell, widget diff --git a/itcl/iwidgets/demos/html/finddialog.n.html b/itcl/iwidgets/demos/html/finddialog.n.html new file mode 100644 index 0000000000..6c578972bd --- /dev/null +++ b/itcl/iwidgets/demos/html/finddialog.n.html @@ -0,0 +1,392 @@ +finddialog - Create and manipulate a find dialog widget +

finddialog - Create and manipulate a find dialog widget

+ +

SYNOPSIS

+finddialog pathName ?options? +

INHERITANCE

+itk::Toplevel <- Shell <- Dialogshell <- Finddialog +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+cursor
+highlightColor
+insertOffTime
+selectBorderWidth
+
+activeForeground
+disabledForeground
+highlightThickness
+insertOnTime
+selectColor
+
+background
+font
+insertBackground
+insertWidth
+selectForeground
+
+borderWidth
+foreground
+insertBorderWidth
+selectBackground
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+selectColor
+
+ + +
+

+See the "checkbutton" widget manual entry for details on the above +associated options. +

+ + + + + +
+selectColor
+
+ + +
+

+See the "entryfield" widget manual entry for details on the above +associated options. +

+ + + + + +
+labelFont
+
+ + +
+

+See the "labeledwidget" widget manual entry for details on the above +associated options. +

INHERITED OPTIONS

+

+ + + + + +
+buttonBoxPadX
+padY
+
+buttonBoxPadY
+separator
+
+buttonBoxPos
+thickness
+
+padX
+
+

+See the "dialogshell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+height
+
+master
+
+modality
+
+width
+
+

+See the "shell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+title
+
+ + +
+

+See the "Toplevel" widget manual entry for details on the above +inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   clearCommand
+Class:                  Command
+Command-Line Switch:	-clearcommand
+
+
    +Specifies a command to be invoked following a clear operation. +The option is meant to be used as means of notification that the +clear has taken place and allow other actions to take place such +as disabling a find again menu. +
+

+

+Name:                   matchCommand
+Class:                  Command
+Command-Line Switch:	-matchcommand
+
+
    +Specifies a command to be invoked following a find operation. +The command is called with a match point as an argument which identifies +where exactly where in the text or scrolledtext widget that the match +is located. Should a match not be found the match point is {}. The +option is meant to be used as a means of notification that the +find operation has completed and allow other actions to take place +such as disabling a find again menu option if the match point was {}. +
+

+

+Name:                   patternBackground
+Class:                  Background
+Command-Line Switch:	-patternbackground
+
+
    +Specifies the background color of the text matching the search +pattern. It may have any of the forms accepted by Tk_GetColor. +The default is gray44. +
+

+

+Name:                   patternForeground
+Class:                  Background
+Command-Line Switch:	-patternforeground
+
+
    +Specifies the foreground color of the text matching the search +pattern. It may have any of the forms accepted by Tk_GetColor. +The default is white. +
+

+

+Name:                   searchBackground
+Class:                  Background
+Command-Line Switch:	-searchbackground
+
+
    +Specifies the background color of the line containing the matching +the search pattern. It may have any of the forms accepted by Tk_GetColor. +The default is gray77. +
+

+

+Name:                   searchForeground
+Class:                  Background
+Command-Line Switch:	-searchforeground
+
+
    +Specifies the foreground color of the line containing the matching +the search pattern. It may have any of the forms accepted by Tk_GetColor. +The default is black. +
+

+

+Name:                   textWidget
+Class:                  TextWidget
+Command-Line Switch:	-textwidget
+
+
    +Specifies the text or scrolledtext widget to be searched. +
+
+ +

DESCRIPTION

+

+The finddialog command creates a find dialog that works in +conjunction with a text or scrolledtext widget to provide a means +of performing search operations. The user is prompted for a text +pattern to be found in the text or scrolledtext widget. The +search can be for all occurances, by regular expression, considerate +of the case, or backwards. + +

METHODS

+

+The finddialog command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for finddialog widgets: +

INHERITED METHODS

+

+ + + + + +
+add
+invoke
+
+buttonconfigure
+show
+
+default
+
+hide
+
+

+See the "buttonbox" widget manual entry for details on the above +inherited methods. +

+ + + + + +
+activate
+
+center
+
+deactivate
+
+
+

+See the "shell" widget manual entry for details on the above +inherited methods. +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the finddialog +command. +
+
+
pathName clear + +
Clears the pattern in the entry field and the pattern matchin +indicators in the text or scrolledtext widget. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the finddialog +command. +
+
+
pathName find + +
Search for a specific text string in the text widget given by +the -textwidget option. This method is the standard callback +for the Find button. It is made available such that it can be +bound to a find again action. + +
+

COMPONENTS

+

+

+Name:                   all
+Class:                  Checkbutton
+
+
    +The all component specifies that all the matches of the pattern should be +found when performing the search. See the "checkbutton" widget manual +entry for details on the all component item. +
+

+

+Name:                   backwards
+Class:                  Checkbutton
+
+
    +The backwards component specifies that the search should continue in +a backwards direction towards the beginning of the text or scrolledtext +widget. See the "checkbutton" widget manual entry for details on the +backwards component item. +
+

+

+Name:                   case
+Class:                  Checkbutton
+
+
    +The case component specifies that the case of the pattern should be +taken into consideration when performing the search. See the +"checkbutton" widget manual entry for details on the case component item. +
+

+

+Name:                   pattern
+Class:                  Entryfield
+
+
    +The pattern component provides the pattern entry field. See the +"entryfield" widget manual entry for details on the pattern component item. +
+

+

+Name:                   regexp
+Class:                  Checkbutton
+
+
    +The regexp component specifies that the pattern is a regular expression. +See the "checkbutton" widget manual entry for details on the regexp +component item. +
+ + +

EXAMPLE

+
+ scrolledtext .st
+ pack .st
+ .st insert end "Now is the time for all good men\\n" 
+ .st insert end "to come to the aid of their country"
+
+ finddialog .fd -textwidget .st
+ .fd center .st
+ .fd activate
+
+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+finddialog, dialogshell, shell, widget + diff --git a/itcl/iwidgets/demos/html/hierarchy.n.html b/itcl/iwidgets/demos/html/hierarchy.n.html new file mode 100644 index 0000000000..2fddd9e703 --- /dev/null +++ b/itcl/iwidgets/demos/html/hierarchy.n.html @@ -0,0 +1,673 @@ +hierarchy - Create and manipulate a hierarchy widget +

hierarchy - Create and manipulate a hierarchy widget

+ +

SYNOPSIS

+hierarchy pathName ?options? +

INHERITANCE

+itk::Widget <- Labeledwidget <- Scrolledwidget <- Hierarchy +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+cursor
+highlightThickness
+
+activeForeground
+disabledForeground
+relief
+
+background
+foreground
+selectBackground
+
+borderWidth
+highlightColor
+selectForeground
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+activeRelief
+
+elementBorderWidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" widget manual entry for details on the above +associated options. +

+ + + + + +
+spacing1
+
+spacing2
+
+spacing3
+
+tabs
+
+

+See the "text" widget manual entry for details on the above +associated options. +

INHERITED OPTIONS

+

+ + + + + +
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+labelMargin
+
+

+See the "labeledwidget" class manual entry for details on the inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   alwaysQuery
+Class:                  AlwaysQuery
+Command-Line Switch:	-alwaysquery
+
+
    +Boolean flag which tells the hierarchy widget weather or not +each refresh of the display should be via a new query using +the command value of the -querycommand option or use the values +previous found the last time the query was made. The default +is no. +
+

+

+Name:                   closedIcon
+Class:                  Icon
+Command-Line Switch:	-closedicon
+
+
    +Specifies the name of an existing closed icon image to be used in the +hierarchy before those nodes that are collapsed. Should one not be +provided, then a folder icon will be generated, pixmap if possible, +bitmap otherwise. +
+

+

+Name:                   expanded
+Class:                  Expanded
+Command-Line Switch:	-expanded
+
+
    +When true, the hierarchy will be completely expanded when it +is first displayed. A fresh display can be triggered by +resetting the -querycommand option. The default is false. +
+

+

+Name:                   filter
+Class:                  Filter
+Command-Line Switch:	-filter
+
+
    +When true only the branch nodes and selected items are displayed. +This gives a compact view of important items. The default is false. +
+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies the height of the hierarchy as an entire unit. +The value may be specified in any of the forms acceptable to +Tk_GetPixels. Any additional space needed to display the other +components such as labels, margins, and scrollbars force the hierarchy +to be compressed. A value of zero along with the same value for +the width causes the value given for the visibleitems option +to be applied which administers geometry constraints in a different +manner. The default height is zero. +
+

+

+Name:                   iconCommand
+Class:                  Command
+Command-Line Switch:	-iconcommand
+
+
    +Specifies a command to be executed upon user selection via mouse button +one of any additional icons given in the values returned by the command +associated with the -querycommand option. If this command contains "%n", +it is replaced with the name of the node the icon belongs to. Should it +contain "%i" then the icon name is substituted. +
+

+

+Name:                   markBackground
+Class:                  Foreground
+Command-Line Switch:	-markbackground
+
+
    +Specifies the background color to use when displaying marked nodes. +
+

+

+Name:                   markForeground
+Class:                  Background
+Command-Line Switch:	-markforeground
+
+
    +Specifies the foreground color to use when displaying marked nodes. +
+

+

+Name:                   menuCursor
+Class:                  Cursor
+Command-Line Switch:	-menucursor
+
+
    +Specifies the mouse cursor to be used for the item and background +menus. The value may have any of the forms accept able to Tk_GetCursor. +
+

+

+Name:                   nodeIcon
+Class:                  Icon
+Command-Line Switch:	-nodeicon
+
+
    +Specifies the name of an existing node icon image to be used in the +hierarchy before those nodes that are leafs. Should one not be provided, +then a dog-eared page icon will be generated, pixmap if possible, bitmap +otherwise. +
+

+

+Name:                   openIcon
+Class:                  Icon
+Command-Line Switch:	-openicon
+
+
    +Specifies the name of an existing open icon image to be used in the +hierarchy before those nodes that are expanded. Should one not be provided, +then an open folder icon will be generated, pixmap if possible, bitmap +otherwise. +
+

+

+Name:                   queryCommand
+Class:                  Command
+Command-Line Switch:	-querycommand
+
+
    +Specifies the command executed to query the contents of each node. If this +command contains "%n", it is replaced with the name of the desired +node. In its simpilest form it should return the children of the +given node as a list which will be depicted in the display. +Since the names of the children are used as tags in the underlying +text widget, each child must be unique in the hierarchy. Due to +the unique requirement, the nodes shall be reffered to as uids +or uid in the singular sense. The format of returned list is +
+
    + {uid [uid ...]} +
+
    + where uid is a unique id and primary key for the hierarchy entry +
+
    +Should the unique requirement pose a problem, the list returned +can take on another more extended form which enables the +association of text to be displayed with the uids. The uid must +still be unique, but the text does not have to obey the unique +rule. In addition, the format also allows the specification of +additional tags to be used on the same entry in the hierarchy +as the uid and additional icons to be displayed just before +the node. The tags and icons are considered to be the property of +the user in that the hierarchy widget will not depend on any of +their values. The extended format is +
+
    + {{uid [text [tags [icons]]]} {uid [text [tags [icons]]]} ...} +
+
    + where uid is a unique id and primary key for the hierarchy entry + text is the text to be displayed for this uid + tags is a list of user tags to be applied to the entry + icons is a list of icons to be displayed in front of the text +
+
    +The hierarchy widget does a look ahead from each node to determine +if the node has a children. This can be cost some performace with +large hierarchies. User's can avoid this by providing a hint in +the user tags. A tag of "leaf" or "branch" tells the hierarchy +widget the information it needs to know thereby avoiding the look +ahead operation. +
+

+

+Name:                   hscrollMode
+Class:                  ScrollMode
+Command-Line Switch:	-hscrollmode
+
+
    +Specifies the the display mode to be used for the horizontal +scrollbar: static, dynamic, or none. In static mode, the +scroll bar is displayed at all times. Dynamic mode displays the +scroll bar as required, and none disables the scroll bar display. The +default is static. +
+

+

+Name:                   sbWidth
+Class:                  Width
+Command-Line Switch:	-sbwidth
+
+
    +Specifies the width of the scrollbar in any of the forms +acceptable to Tk_GetPixels. +
+

+

+Name:                   scrollMargin
+Class:                  Margin
+Command-Line Switch:	-scrollmargin
+
+
    +Specifies the distance between the text portion of the hierarchy and +the scrollbars in any of the forms acceptable to Tk_GetPixels. The +default is 3 pixels. +
+

+

+Name:                   textBackground
+Class:                  Background
+Command-Line Switch:	-textbackground
+
+
    +Specifies the background color for the text portion of the hierarchy in +any of the forms acceptable to Tk_GetColor. +
+

+

+Name:                   textFont
+Class:                  Font
+Command-Line Switch:	-textfont
+
+
    +Specifies the font to be used in the text portion of the hierarchy. +
+

+

+Name:                   visibleitems
+Class:                  VisibleItems
+Command-Line Switch:	-visibleitems
+
+
    +Specifies the widthxheight in characters and lines for the hierarchy. +This option is only administered if the width and height options +are both set to zero, otherwise they take precedence. The default value +is 80x24. With the visibleitems option engaged, geometry constraints +are maintained only on the text portion of the hierarchy. The size of +the other components such as +labels, margins, and scroll bars, are additive and independent, +effecting the overall size of the hierarchy. In contrast, +should the width and height options have non zero values, they +are applied to the hierarchy as a whole. The hierarchy +is compressed or expanded to maintain the geometry constraints. +
+

+

+Name:                   vscrollMode
+Class:                  ScrollMode
+Command-Line Switch:	-vscrollmode
+
+
    +Specifies the the display mode to be used for the vertical +scrollbar: static, dynamic, or none. In static mode, the +scroll bar is displayed at all times. Dynamic mode displays the +scroll bar as required, and none disables the scroll bar display. The +default is static. +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies the width of the hierarchy as an entire unit. +The value may be specified in any of the forms acceptable to +Tk_GetPixels. Any additional space needed to display the other +components such as labels, margins, and scrollbars force the text portion +of the hierarchy +to be compressed. A value of zero along with the same value for +the height causes the value given for the visibleitems option +to be applied which administers geometry constraints in a different +manner. The default width is zero. +
+

+


+ +

DESCRIPTION

+

+The hierarchy command creates a hierarchical data view widget. +It allows the graphical management of a a list of nodes that can be +expanded or collapsed. Individual nodes can be highlighted. +Clicking with the right mouse button on any item brings up a +special item menu. Clicking on the background area brings up +a different popup menu. Options exist to provide user control over +the loading of the nodes and actions associated with node selection. +Since the hierarchy is based on the scrolledtext widget, it includes +options to control the method in which the scrollbars are displayed, +i.e. statically or dynamically. Options also exist for adding a +label to the hierarchy and controlling its position. + +

METHODS

+

+The hierarchy command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for hierarchy widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+bbox
+dlineinfo
+insert
+tag
+
+compare
+dump
+scan
+window
+
+debug
+get
+search
+xview
+
+delete
+index
+see
+yview
+
+

+See the "text" manual entry for details on the standard methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the hierarchy +command. +
+
+
pathName clear + +
Removes all items from the hierarchy display including all tags and icons. +The display will remain empty until the -filter or -querycommand +options are set. +
+
+
pathName collapse uid + +
Collapses the hierarchy beneath the node with the specified unique id by +one level. Since this can take a moment for large hierarchies, the +cursor will be changed to a watch during the collapse. Also, if any +of the nodes beneath the node being collapsed are selected, their +status is changed to unselected. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the hierarchy +command. +
+
+
pathName current + +
Returns the tags for the node that was most recently selected by the +right mouse button when the item menu was posted. Usually used by the code +in the item menu to figure out what item is being manipulated. +
+
+
pathName draw ?when? + +
Performs a complete redraw of the entire hierarchy. When may be either -now +or -eventually where the latter means the draw can be performed after idle. +
+
+
pathName expand uid + +
Expands the hierarchy beneath the node with the specified unique id by +one level. Since this can take a moment for large hierarchies, the cursor +will be changed to a watch during the expansion. +
+
+
pathName mark option ?arg arg ...? + +
This command is used to manipulate marks which is quite similar to +selection, adding a secondary means of hilighting an item in the +hierarchy. The exact behavior of the command depends on the +option argument that follows the mark argument. The +following forms of the command are currently supported: +
+
    +
    +
    pathName mark clear + +
    Clears all the currently marked nodes in the hierarchy. +
    +
    +
    pathName mark add uid ?uid uid ...? + +
    Marks the nodes with the specified uids in the hierarchy using the +-markbackground and -markforeground options and without +affecting the mark state of any other nodes that were already +marked. +
    +
    +
    pathName mark remove uid ?uid uid ...? + +
    Unmarks the nodes with the specified uids in the hierarchy without +affecting the mark state of any other nodes that were already +marked. +
    +
    +
    pathName mark get + +
    Returns a list of the unique ids that are currently marked. +
    +
+
+
pathName refresh uid + +
Performs a redraw of a specific node that has the given uid. If the node +is not currently visible or in other words already drawn on the text, +then no action is taken. +
+
+
pathName prune uid + +
Removes the node specified by the given uid from the hierarchy. Should +the node have children, then all of its children will be removed as well. +
+
+
pathName selection option ?arg arg ...? + +
This command is used to manipulate the selection of nodes in the +hierarchy. The exact behavior of the command depends on the +option argument that follows the selection argument. The +following forms of the command are currently supported: +
+
    +
    +
    pathName selection clear + +
    Clears all the currently selected nodes in the hierarchy. +
    +
    +
    pathName selection add uid ?uid uid ...? + +
    Selects the nodes with the specified uids in the hierarchy using the +-selectionbackground and -selectionforeground options and without +affecting the selection state of any other nodes that were already +selected. +
    +
    +
    pathName selection remove uid ?uid uid ...? + +
    Deselects the nodes with the specified uids in the hierarchy without +affecting the selection state of any other nodes that were already +selected. +
    +
    +
    pathName selection get + +
    Returns a list of the unique ids that are currently selected. +
    +
+A nodes selection status is also dependent on it being visible. If a +node is selected and its parent is then collapsed making the selected +node not visible, then its selection status is changed to unselected. +
+
pathName toggle uid + +
Toggles the hierarchy beneath the node with the specified unique id. If +the hierarchy is currently expanded, then it is collapsed, and vice-versa. + +
+

COMPONENTS

+

+

+Name:                   list
+Class:                  Text
+
+
    +The list component is the text widget in which the hierarchy is displayed. +See the "text" widget manual entry for details on the text component item. +
+

+

+Name:                   bgMenu
+Class:                  Menu
+
+
    +The bgMenu component is the popup menu which is displayed upon pressing +the right mouse button in the background, i.e. not over a specific node. Menu +items can be added along with their commands via the component command. +See the "menu" widget manual entry for details on the bgMenu component item. +
+

+

+Name:                   horizsb
+Class:                  Scrollbar
+
+
    +The horizsb component is the horizontal scroll bar. See the "scrollbar" +widget manual entry for details on the horizsb component item. +
+

+

+Name:                   itemMenu
+Class:                  Menu
+
+
    +The itemMenu component is the popup menu which is displayed upon selection +of a hierarchy node with the right mouse button. Menu items can be +added along with their commands via the component command. See the "menu" +widget manual entry for details on the itemMenu component item. +
+

+

+Name:                   vertsb
+Class:                  Scrollbar
+
+
    +The vertsb component is the vertical scroll bar. See the "scrollbar" widget +manual entry for details on the vertsb component item. +
+ + +

EXAMPLE

+
+proc get_files {file} {
+    global env
+
+    if {$file == ""} {
+        set dir $env(HOME)
+    } else {
+        set dir $file
+    }
+
+    if {[catch {cd $dir}] != 0} {
+        return ""
+    }
+
+    set rlist ""
+
+    foreach file [lsort [glob -nocomplain *]] {
+        lappend rlist [list [file join $dir $file] $file]
+    }
+
+    return $rlist
+}
+
+hierarchy .h -querycommand "get_files %n" -visibleitems 30x15 \
+    -labeltext $env(HOME)
+pack .h -side left -expand yes -fill both
+
+

AUTHORS

+Mark L. Ulferts +

+Michael J. McLennan +

KEYWORDS

+hierarchy, text, widget diff --git a/itcl/iwidgets/demos/html/hyperhelp.n.html b/itcl/iwidgets/demos/html/hyperhelp.n.html new file mode 100644 index 0000000000..8be35c4aa1 --- /dev/null +++ b/itcl/iwidgets/demos/html/hyperhelp.n.html @@ -0,0 +1,258 @@ +hyperhelp - Create and manipulate a hyperhelp widget +

hyperhelp - Create and manipulate a hyperhelp widget

+ +

SYNOPSIS

+hyperhelp pathName ?options? +

INHERITANCE

+itk::Toplevel <- shell <- hyperhelp +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+cursor
+highlightThickness
+insertOnTime
+relief
+selectBorderWidth
+
+background
+exportSelection
+insertBackground
+insertWidth
+repeatDelay
+selectForeground
+
+borderWidth
+foreground
+insertBorderWidth
+padX
+repeatInterval
+setGrid
+
+closecmd
+highlightColor
+insertOffTime
+padY
+selectBackground
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+hscrollmode
+fontsize
+width
+unknownimage
+
+vscrollmode
+fixedfont
+height
+
+textbackground
+link
+state
+
+fontname
+linkhighlight
+wrap
+
+

+See the "scrolledhtml" widget manual entry for details on the above +associated options. +

INHERITED OPTIONS

+

+ + + + + +
+modality
+
+title
+
+ +
+

+See the "shell" manual entry for details on the above inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   topics
+Class:                  Topics
+Command-Line Switch:    -topics
+
+
    +Specifies a list of help topics in the form {?topic? ... }. Topic +may either be a topic name, in which case the +document associated with the topic should be in the file +helpdir/topic.html, or it may be of the form +{name file}. In the latter case, name is displayed in the +topic menu, and selecting the name loads file. If file has a relative +path, it is assumed to be relative to helpdir. +
+

+

+Name:                   helpdir
+Class:                  Directory
+Command-Line Switch:    -helpdir
+
+
    +Specifies the directory where help files are located. +
+

+

+Name:                   closeCmd
+Class:                  CloseCmd
+Command-Line Switch:    -closecmd
+
+
    +Specifies the tcl command to be executed when the close option is selected +from the topics menu. +
+

+

+Name:                   maxHistory
+Class:                  MaxHistory
+Command-Line Switch:    -maxhistory
+
+
    +Specifies the maximum number of entries stored in the history list +
+

+

+Name:                   beforelink
+Class:                  BeforeLink
+Command-Line Switch:    -beforelink
+
+
    +Specifies a command to be eval'ed before a new link is displayed. The path +of the link to be displayed is appended before evaling the command. A suggested +use might be to busy the widget while a new page is being displayed. +
+

+

+Name:                   afterlink
+Class:                  AfterLink
+Command-Line Switch:    -afterlink
+
+
    +Specifies a command to be eval'ed after a new link is completely displayed. +The path of the link that was displayed is appended before evaling the command. +
+

+


+ +

DESCRIPTION

+

+The hyperhelp command creates a shell window with a pulldown menu +showing a list of topics. The topics are displayed by importing a HTML +formatted file named helpdir/topic.html. For a list of +supported HTML tags, see scrolledhtml(n). + +

METHODS

+

+The hyperhelp command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for dialog widgets: +

INHERITED METHODS

+

+ + + + + +
+activate
+
+center
+
+childsite
+
+deactivate
+
+

+See the "shell" manual entry for details on the above inherited methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the hyperhelp +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the hyperhelp +command. +
+
+
pathName showtopic topic + +
Display html file helpdir/topic.html. Topic may +optionally be of the form topicname#anchorname. In +this form, either topicname or anchorname or both may be empty. If +topicname is empty, the current topic is assumed. If anchorname +is empty, the top of the document is assumed +
+
+
pathName followlink href + +
Display html file href. Href may +be optionally be of the form filename#anchorname. In +this form, either filename or anchorname or both may be empty. If +filename is empty, the current document is assumed. If anchorname +is empty, the top of the document is assumed. +
+
+
pathName forward + +
Display html file one forward in history list, if applicable. +
+
+
pathName back + +
Display html file one back in history list, if applicable. + +
+

EXAMPLE

+
+ hyperhelp .h -topics { Intro Help } -helpdir ~/help
+ .h showtopic Intro
+ 
+
+

AUTHOR

+Kris Raney +

KEYWORDS

+hyperhelp, html, help, shell, widget diff --git a/itcl/iwidgets/demos/html/iwidgets4.0.0UserCmds.html b/itcl/iwidgets/demos/html/iwidgets4.0.0UserCmds.html new file mode 100644 index 0000000000..8288c289e2 --- /dev/null +++ b/itcl/iwidgets/demos/html/iwidgets4.0.0UserCmds.html @@ -0,0 +1,66 @@ + +
+ iwidgets4.0.0 User Commands +
+ +
+
iwidgets4.0.0 User Commands
+
+
+ + + + diff --git a/itcl/iwidgets/demos/html/labeledframe.n.html b/itcl/iwidgets/demos/html/labeledframe.n.html new file mode 100644 index 0000000000..3fa283bc11 --- /dev/null +++ b/itcl/iwidgets/demos/html/labeledframe.n.html @@ -0,0 +1,210 @@ +labeledframe - Create and manipulate a labeled frame widget +

labeledframe - Create and manipulate a labeled frame widget

+ +

SYNOPSIS

+labeledframe pathName ?options? +

INHERITANCE

+itk::Archetype <- labeledframe +

STANDARD OPTIONS

+

+ + + + + +
+background
+relief
+
+borderwidth
+
+cursor
+
+foreground
+
+

+See the "options" manual entry for details on the standard options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   iPadX
+Class:                  IPad
+Command-Line Switch:	-ipadx
+
+
    +Specifies horizontal padding space between the border and the childsite. +The value may have any of the forms acceptable to Tk_GetPixels. +The default is 0. +
+

+

+Name:                   iPadY
+Class:                  IPad
+Command-Line Switch:	-ipady
+
+
    +Specifies vertical padding space between the border and the childsite. +The value may have any of the forms acceptable to Tk_GetPixels. +The default is 0. +
+

+

+Name:                   labelBitmap
+Class:                  Bitmap
+Command-Line Switch:	-labelbitmap
+
+
    +Specifies a bitmap to display in the label, in any of the forms +acceptable to Tk_GetBitmap. This option overrides the labeltext +option. +
+

+

+Name:                   labelImage
+Class:                  Image
+Command-Line Switch:	-labelimage
+
+
    +Specifies a image to be used as the label. The image may be any of the +values created by the image create command. This option overrides +both the labelbitmap and labeletext options. +
+

+

+Name:                   labelMargin
+Class:                  Margin
+Command-Line Switch:	-labelmargin
+
+
    +Specifies the distance between the inner ede of the hull frames relief, +and the label in any of the forms acceptable to Tk_GetPixels. +The default is 10 pixels. +
+

+

+Name:                   labelText
+Class:                  Text
+Command-Line Switch:	-labeltext
+
+
    +Specifies the text of the label around the childsite. +
+

+

+Name:                   labelVariable
+Class:                  Variable
+Command-Line Switch:	-labelvariable
+
+
    +Specifies the text variable of the label around the childsite. +
+

+

+Name:                   labelFont
+Class:                  Font
+Command-Line Switch:	-labelfont
+
+
    +Specifies the font of the label around the childsite. +
+

+

+Name:                   labelPos
+Class:                  Position
+Command-Line Switch:	-labelpos
+
+
    +Specifies the position of the label within the grooved relief of the hull widget. + ne, n, nw, se, s, sw, en, e, es, wn, w, ws Default is n. +
+

+


+ +

DESCRIPTION

+

+The labeledframe command creates a hull frame with a +grooved relief, a label positioned within the grooved relief of +the hull frame, and a frame childsite. The frame childsite can filled with any +widget via a derived class or though the use of the childsite method. +This class was designed to be a general purpose base class for supporting the +combination of labeled frame and a childsite. The options include the +ability to position the label at configurable locations within the +grooved relief of the hull frame, and control the display of the label. +

METHODS

+

+The labeledframe command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for labeledframe widgets: +

WIDGET-SPECIFIC METHODS

+
+
pathName childsite + +
Return the path name of the child site. +
+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the labeledframe +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the labeledframe +command. + +
+

COMPONENTS

+

+

+Name:                   label
+Class:                  label
+
+
    +The label component provides the label for the labeled widget. See the +"label" widget manual entry for details on the label component item. +
+ +

+ +

EXAMPLE

+
    +The labeledframe was primarily meant to be a base class. The +Radiobox is a good example of a derived classe of the labeledframe class. +In order to provide equal support for composite classes, the 'childsite' methods +also exists. The following is an example of 'childsite' method usage. +
+

+

+ labeledframe .lw -labeltext "Entry Frame" -labelpos n
+ pack .lw -fill both -expand yes -padx 10 -pady 10
+ set cs [.lw childsite]
+
+ pack [Entryfield $cs.entry1 -labeltext "Name:"] -side top -fill x
+ pack [Spinint $cs.entry2 -labeltext "Number:"] -side top -fill x
+ pack [Pushbutton $cs.entry3 -text "Details:"] -side top -fill x
+
+
+

AUTHOR

+John A. Tucker +

KEYWORDS

+labeledframe, widget diff --git a/itcl/iwidgets/demos/html/labeledwidget.n.html b/itcl/iwidgets/demos/html/labeledwidget.n.html new file mode 100644 index 0000000000..9a01a815b2 --- /dev/null +++ b/itcl/iwidgets/demos/html/labeledwidget.n.html @@ -0,0 +1,224 @@ +labeledwidget - Create and manipulate a labeled widget +

labeledwidget - Create and manipulate a labeled widget

+ +

SYNOPSIS

+labeledwidget pathName ?options? +

INHERITANCE

+itk::Widget <- labeledwidget +

STANDARD OPTIONS

+

+ + + + + +
+background
+
+cursor
+
+foreground
+
+
+

+See the "options" manual entry for details on the standard options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   disabledForeground
+Class:                  DisabledForeground
+Command-Line Switch:	-disabledforeground
+
+
    +Specifies the foreground to be used when the state is disabled. +
+

+

+Name:                   labelBitmap
+Class:                  Bitmap
+Command-Line Switch:	-labelbitmap
+
+
    +Specifies a bitmap to display in the widget, in any of the forms +acceptable to Tk_GetBitmap. This option overrides the labeltext +option. +
+

+

+Name:                   labelFont
+Class:                  Font
+Command-Line Switch:	-labelfont
+
+
    +Specifies the font to be used for the label. +
+

+

+Name:                   labelImage
+Class:                  Image
+Command-Line Switch:	-labelimage
+
+
    +Specifies a image to be used as the label. The image may be any of the +values created by the image create command. This option overrides +both the labelbitmap and labeletext options. +
+

+

+Name:                   labelMargin
+Class:                  Margin
+Command-Line Switch:	-labelmargin
+
+
    +Specifies the distance between the childsite and label in any of the forms +acceptable to Tk_GetPixels. The default is 2 pixel. +
+

+

+Name:                   labelPos
+Class:                  Position
+Command-Line Switch:	-labelpos
+
+
    +Specifies the position of the label along the side of the childsite: +nw, n, ne, sw, s, se, en, e, +es, wn, w, or ws. The default is w. +
+

+

+Name:                   labelText
+Class:                  Text
+Command-Line Switch:	-labeltext
+
+
    +Specifies the text of the label around the childsite. +
+

+

+Name:                   labelVariable
+Class:                  Variable
+Command-Line Switch:	-labelvariable
+
+
    +Specifies the text variable of the label around the childsite. +
+

+

+Name:                   state
+Class:                  State
+Command-Line Switch:	-state
+
+
    +Specifies one of two states for the label: normal or disabled. +If the label is disabled then it is displayed in a disabled foreground +color. The default is normal. +
+

+


+ +

DESCRIPTION

+

+The labeledwidget command creates a labeled widget which contains +a label and child site. The child site is a frame +which can filled with any widget via a derived class or though the use +of the childsite method. This class +was designed to be a general purpose base class for supporting the +combination of label widget and a childsite. The options include the +ability to position the label around the childsite widget, modify the +font and margin, and control the display of the labels. + +

METHODS

+

+The labeledwidget command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for labeledwidget widgets: +

WIDGET-SPECIFIC METHODS

+
+
pathName childsite + +
Return the path name of the child site. +
+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the labeledwidget +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the labeledwidget +command. + +
+

STATIC METHODS

+
+
Labeledwidget::alignlabels widget ?widget ...? + +
The alignlabels procedure takes a list of widgets derived from +the Labeledwidget class and uses the label margin to make each widget +have the same total space for the combination of label and margin. The +net effect is to left align the labels. Generally, this method is only +useful with a label position of w, which is the default. + +
+

COMPONENTS

+

+

+Name:                   label
+Class:                  label
+
+
    +The label component provides the label for the labeled widget. See the +"label" widget manual entry for details on the label component item. +
+

+

+Name:                   lwchildsite
+Class:                  frame
+
+
    +The lwchildsite component is the user child site for the labeled widget. See +the "frame" widget manual entry for details on the lwchildsite component item. +
+ + +

EXAMPLE

+
    +The labeledwidget was primarily meant to be a base class. The +ScrolledListBox and EntryField are good examples of derived +classes of the labeledwidget class. In order to provide equal +support for composite classes, the 'childsite' methods also exists. +The following is an example of 'childsite' method usage. +
+

+

+ labeledwidget .lw -labeltext "Canvas Widget" -labelpos s
+ pack .lw -fill both -expand yes -padx 10 -pady 10
+
+ set cw [canvas [.lw childsite].c -relief raised -width 200 -height 200]
+ pack $cw -padx 10 -pady 10
+
+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+labeledwidget, widget diff --git a/itcl/iwidgets/demos/html/mainwindow.n.html b/itcl/iwidgets/demos/html/mainwindow.n.html new file mode 100644 index 0000000000..d9d52881b3 --- /dev/null +++ b/itcl/iwidgets/demos/html/mainwindow.n.html @@ -0,0 +1,373 @@ +mainwindow - Create and manipulate a mainwindow widget +

mainwindow - Create and manipulate a mainwindow widget

+ +

SYNOPSIS

+mainwindow pathName ?options? +

INHERITANCE

+itk::Toplevel <- shell <- mainwindow +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+
+cursor
+highlightBackground
+
+disabledForeground
+highlightColor
+
+font
+highlightThickness
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+balloonBackground
+balloonForeground
+
+balloonDelay1
+
+balloonDelay2
+
+ballonFont
+
+

+See the "toolbar" manual entry for details on the above associated options. +

INHERITED OPTIONS

+

+ + + + + +
+title
+
+ + +
+

+See the "Toplevel" manual entry for details on the above inherited options. +

+ + + + + +
+height
+padY
+
+master
+width
+
+modality
+
+padX
+
+

+See the "shell" manual entry for details on the above inherited options. + +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   helpLine
+Class:                  HelpLine
+Command-Line Switch:	-helpline
+
+
    +Specifies whether or not to display the help line. The value +may be given in any of the forms acceptable to Tk_GetBoolean. +The default is yes. +
+

+

+Name:                   menuBarBackground
+Class:                  Background
+Command-Line Switch:	-menubarbackground
+
+
    +Specifies the normal background color for the menubar. +
+

+

+Name:                   menuBarFont
+Class:                  Font
+Command-Line Switch:	-menubarfont
+
+
    +Specifies the font to use when drawing text inside the menubar. +
+

+

+Name:                   menuBarForeround
+Class:                  Foreground
+Command-Line Switch:	-menubarforeground
+
+
    +Specifies the normal foreground color for the menubar. +
+

+

+Name:                   statusLine
+Class:                  StatusLine
+Command-Line Switch:	-statusline
+
+
    +Specifies whether or not to display the status line. The value +may be given in any of the forms acceptable to Tk_GetBoolean. +The default is yes. +
+

+

+Name:                   toolBarBackground
+Class:                  Background
+Command-Line Switch:	-toolbarbackground
+
+
    +Specifies the normal background color for the toolbar. +
+

+

+Name:                   toolBarFont
+Class:                  Font
+Command-Line Switch:	-toolbarfont
+
+
    +Specifies the font to use when drawing text inside the toolbar. +
+

+

+Name:                   toolBarForeround
+Class:                  Foreground
+Command-Line Switch:	-toolbarforeground
+
+
    +Specifies the normal foreground color for the toolbar. +
+
+ +

DESCRIPTION

+

+The mainwindow command creates a mainwindow shell which contains +a menubar, toolbar, mousebar, childsite, status line, and help line. +Each item may be filled and configured to suit individual needs. + +

METHODS

+

+The mainwindow command create a new Tcl command whose +name is pathName. This command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for mainwindow widgets: +

INHERITED METHODS

+

+ + + + + +
+activate
+
+center
+
+deactivate
+
+
+

+See the "shell" manual entry for details on the above inherited methods. +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the mainwindow +command. +
+
+
pathName childsite + +
Returns the pathname of the child site widget. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the mainwindow +command. +
+
+
pathName menubar ?args? + +
The menubar method provides access to the menubar. Invoked with +no arguments it returns the pathname of the menubar. With arguments, +they are evaluated against the menubar which in effect provides +access to the entire API of the menubar. See the "menubar" manual +entry for details on the commands available in the menubar. +
+
+
pathName mousebar ?args? + +
The mousebar method provides access to the mousebar which is a +vertical toolbar. Invoked with no arguments it returns the pathname +of the mousebar. With arguments, they are evaluated against the mousebar +which in effect provides access to the entire API of the underlying +toolbar. See the "toolbar" manual entry for details on the commands +available in the mousebar. +
+
+
pathName msgd ?args? + +
The msgd method provides access to the messagedialog contained +in the mainwindow. Invoked with no arguments it returns the pathname +of the messagedialog. With arguments, they are evaluated against the +messagedialog which in effect provides access to the entire API of the +messagedialog. See the "messagedialog" manual +entry for details on the commands available in the messagedialog. +
+
+
pathName toolbar ?args? + +
The toolbar method provides access to the toolbar. Invoked with +no arguments it returns the pathname of the toolbar. With arguments, +they are evaluated against the toolbar which in effect provides +access to the entire API of the toolbar. See the "toolbar" manual +entry for details on the commands available in the toolbar. + +
+

COMPONENTS

+

+

+Name:                   help
+Class:                  Label
+
+
    +The help component provides a location for displaying any help +strings provided in the menubar, toolbar, or mousebar. See the "label" +widget manual entry for details on the help component item. +
+

+

+Name:                   menubar
+Class:                  Menubar
+
+
    +The menubar component is the menubar located at the top of the window. +See the "menubar" widget manual entry for details on the menubar +component item. +
+

+

+Name:                   mousebar
+Class:                  Toolbar
+
+
    +The mousebar component is the vertical toolbar located on the right side +of the window. See the "toolbar" widget manual entry for details on +the mousebar component item. +
+

+

+Name:                   msgd
+Class:                  Messagedialog
+
+
    +The msgd component is a messagedialog which may be reconfigured as needed +and used repeatedly throughout the application. See the "messagedialog" +widget manual entry for details on the messagedialog component item. +
+

+

+Name:                   status
+Class:                  Label
+
+
    +The status component provides a location for displaying application +status information. See the "label" widget manual entry for details +on the status component item. +
+

+

+Name:                   toolbar
+Class:                  Toolbar
+
+
    +The toolbar component is the horizontal toolbar located on the top +of the window. See the "toolbar" widget manual entry for details on +the toolbar component item. +
+ + +

EXAMPLE

+
+ mainwindow .mw
+
+ #
+ # Add a File menubutton
+ #
+ .mw menubar add menubutton file -text "File" -underline 0 -padx 8 -pady 2 \\
+    -menu {options -tearoff no
+	   command new -label "New" -underline 0 \\
+	       -helpstr "Create a new file"
+	   command open -label "Open ..." -underline 0 \\
+	       -helpstr "Open an existing file"
+	   command save -label "Save" -underline 0 \\
+	       -helpstr "Save the current file"
+	   command saveas -label "Save As ..." -underline 5 \\
+	       -helpstr "Save the file as a differnet name"
+	   command print -label "Print" -underline 0 \\
+	       -helpstr "Print the file"
+           separator sep1
+	   command close -label "Close" -underline 0 \\
+	       -helpstr "Close the file"
+	   separator sep2
+	   command exit -label "Exit" -underline 1 \\
+	       -helpstr "Exit this application" 
+    }
+
+ #
+ # Install a scrolledtext widget in the childsite.
+ #
+ scrolledtext [.mw childsite].st
+ pack [.mw childsite].st -fill both -expand yes
+
+ #
+ # Activate the main window.
+ #
+ .mw activate
+
+

AUTHORS

+Mark L. Ulferts +

+John A. Tucker +

+

KEYWORDS

+mainwindow, shell, widget diff --git a/itcl/iwidgets/demos/html/menubar.n.html b/itcl/iwidgets/demos/html/menubar.n.html new file mode 100644 index 0000000000..b045f03b44 --- /dev/null +++ b/itcl/iwidgets/demos/html/menubar.n.html @@ -0,0 +1,686 @@ +menubar - Create and manipulate menubar menu widgets +

menubar - Create and manipulate menubar menu widgets

+ +

SYNOPSIS

+menubar pathName ?options? +

INHERITANCE

+itk::Widget <- menubar +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+activeBorderWidth
+activeForeground
+anchor
+foreground
+
+borderWidth
+cursor
+disabledForeground
+font
+padX
+
+highlightBackground
+highligthThickness
+highlightColor
+justify
+
+padY
+relief
+wrapLength
+background
+
+

+See the "options" manual entry for details on the standard options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   helpVariable
+Class:                  HelpVariable
+Command-Line Switch:	-helpvariable
+
+
    +Specifies the global variable to update whenever the mouse is in motion over a menu entry. This global variable is updated with the current value of the active menu entry's helpStr. Other widgets can "watch" this variable with the trace command, or as is the case with entry or label widgets, they can set their textVariable to the same global variable. This allows for a simple implementation of a help status bar. Whenever the mouse leaves a menu entry, the helpVariable is set to the empty string {}. The mainwindow(1) associates its helpstatus and its menubar in this fashion. +
+

+

+Name:                   menuButtons
+Class:                  MenuButtons
+Command-Line Switch:	-menubuttons
+
+
    +The menuButton option is a string which specifies the arrangement of menubuttons on the menubar frame. Each menubutton entry is delimited by the newline character. +
+ + + + + +
+

    +-menubuttons
    +-text
    +-text
    +-text
    +
+
+{
+File
+Edit
+Options
+
+menubar
+menubutton
+menubutton
+menubutton
+}
+
+.mb
+file
+edit
+options
+
+
    +specifies that three menubuttons will be added to the menubar (file, edit, options). Each entry is translated into an add command call. +
+
    +The menuButtons option can accept embedded variables, commands, and +backslash quoting. Embedded variables and commands must be enclosed in +curly braces ({}) to ensure proper parsing of the substituted values. +
+
+

DESCRIPTION

+

+The menubar command creates a new window (given by the pathName argument) and makes it into a menubar menu widget. Additional options, described above may be specified on the command line or in the option database to configure aspects of the menubar such as its colors and font. The menubar command returns its pathName argument. At the time this command is invoked, there must not exist a window named pathName, but pathName's parent must exist. +

+A menubar is a widget that simplifies the task of creating menu hierarchies. It encapsulates a frame widget, as well as menubuttons, menus, and menu entries. The menubar allows menus to be specified and referenced in a more consistent manner than using Tk to build menus directly. + +Menubar allows a menu tree to be expressed in a hierachical "language". The menubar accepts a menuButtons option that allows a list of menubuttons to be added to the menubar. In turn, each menubutton accepts a menu option that specifies a list of menu entries to be added to the menubutton's menu. Cascade entries also accept the menu option for specifying a list of menu entries to be added to the cascade's menu. + +Additionally, the menubar allows each component of the menubar system to be referenced by a simple menuPathName syntax. The menubar also extends the set of options for menu entries to include a helpStr option. +

MENU PATH NAMES

+

+A menuPathName is a series of component names separated by the `.' character. Each menubar component can be referenced via these menuPathNames. menuPathNames are similar to widget pathNames in Tk. Some correspond directly to a widget pathName (components of type menu or menubutton), others correspond to a menu entry type. Every widget and entry in a menubar can be referenced with the menuPathName naming convention. A menubar can have four types of components: +

    +frame. A menubar holds exactly one frame which manages menubuttons. The frame is always signified by the `.' character as the path name. +
+
    +menubutton. A menubutton corresponds directly to a Tk menubutton. See menubutton(n). +
+
    +menu. A menu is attached to a menubutton and corresponds directly to Tk's menu widget. A menu is always signified by the menuPathName ending with the keyword menu. See menu(n). +
+
    +entry. An entry corresponds directly to Tk's menu widget entries. Menus consist of a column of one line entries. Entries may be of type: command, checkbutton, radiobutton, separator, or cascade. For a complete description of these types see the discussion on ENTRIES in menu(n). +
+

+The suffix of a menuPathName may have the form of: +

+
tkWidgetName + +
Specifies the name of the component, either a frame, menubutton, menu, or an entry. This is the normal naming of widgets. For example, .file references a menubutton named file. +
+

+The menuPathName is a series of segment names, each separated by the '.' character. Segment names may be one of the following forms: +

+
number + +
Specifies the index of the the component. For menubuttons, 0 corresponds to the left-most menubutton of the menu bar frame. As an example, .1 would correspond to the second menubutton on the menu bar frame. +
    +For entries, 0 corresponds to the top-most entry of the menu. For example, .file.0 would correspond to the first entry on the menu attached to the menubutton named file. +
+
+
+
end + +
Specifes the last component. For menubuttons, it specifies the right-most entry of the menu bar frame. For menu entries, it specifies the bottom-most entry of the menu. +
+
+
last + +
Same as end. +
+

+Finally, menu components always end with the menu keyword. These components are automatically created via the -menu option on menubuttons and cascades or via the add or insert commands. +

+
menu + +
Specifes the menu pane that is associated with the given menubutton prefix. For example, .file.menu specifies the menu pane attached to the .file menubutton. +
+

+For example, the path .file.new specifies the entry named new on the menu associated with the file menubutton located on the menu bar. The path .file.menu specifies the menu pane associated with the menubutton .file. The path .last specifies the last menu on the menu bar. The path .0.last would specify the first menu (file) and the last entry on that menu (quit), yielding .file.quit. + +As a restriction, the last name segment of menuPathName cannot be one of the keywords last, menu, end, nor may it be a numeric value (integer). +

WIDGET-SPECIFIC METHODS

+

+The menubar command creates a new Tcl command whose name is pathName. +This command may be used to invoke various operations on the widget. It has +the following general form: +

+pathName option ?arg arg ...?
+
+option and the args +determine the exact behavior of the command. +

+In addition, many of the widget commands for menubar take as one argument a path name to a menu component. These path names are called menuPathNames. See the discussion on MENUBAR PATH NAMES above. +

+The following commands are possible for menubar widgets: +

+
pathName add type menuPathName ?option value option value? + +
Adds either a menu to the menu bar or a menu entry to a menu pane. +
    +If additional arguments are present, they specify options available to component type entry. See the man pages for menu(1) in the section on ENTRIES. + +If type is one of cascade, checkbutton, command, radiobutton, or separator it adds a new entry to the bottom of the menu denoted by the prefix of menuPathName. If additonal arguments are present, they specify options available to menu entry widgets. In addition, the helpStr option is added by the menubar widget to all components of type entry. +
+
+
    +
    +
    -helpstr value + +
    Specifes the string to associate with the entry. When the mouse moves over the associated entry, the variable denoted by helpVariable is set. Another widget can bind to the helpVariable and thus display status help. +
    +
+
    +If the type of the component added is menubutton or cascade, a menubutton or cascade is added to the menubar. If additional arguments are present, they specify options available to menubutton or cascade widgets. In addition, the menu option is added by the menubar widget to all menubutton and cascade widgets. +
+
    +
    +
    -menu menuSpec + +
    This is only valid for menuPathNames of type menubutton or cascade. Specifes an option set and/or a set of entries to place on a menu and associate with the menubutton or cascade. The option keyword allows the menu widget to be configured. Each item in the menuSpec is treated as add commands (each with the possibility of having other -menu options). In this way a menu can be recursively built. +
      +The last segment of menuPathName cannot be one of the keywords last, menu, end. Additionally, it may not be a number. However the menuPathName may be referenced in this manner (see discussion of COMPONENT PATH NAMES). +
    +
      +Note that the same curly brace quoting rules apply to -menu option strings as did to -menubuttons option strings. See the earlier discussion on umenubuttons in the "WIDGET-SPECIFIC OPTIONS" section. +
    +
    +
+
+
pathName cget option + +
Returns the current value of the configuration option given by option. +
+
+
pathName configure ?options value option value? + +
Query or modify the configuration options of the widget. If no option is specified, returns a list describing all of the available options for pathName (see Tk_ConfigureInfo for information on the format of this list). If option is specified with no value, then the command returns a list describing the one named option (this list will be identical to the corresponding sublist of the value returned if no option is specified). If one or more option-value pairs are specified, then the command modifies the given widget option(s) to have the given value(s); in this case the command returns an empty string. +
+
+
pathName delete menuPathName ?menuPathName2? + +
If menuPathName is of component type Menubutton or Menu, delete operates on menus. If menuPathName is of component type Entry, delete operates on menu entries. + +This command deletes all components between menuPathName and menuPathName2 inclusive. If menuPathName2 is omitted then it defaults to menuPathName. Returns an empty string. + +If menuPathName is of type menubar, then all menus and the menu bar frame will be destroyed. In this case menuPathName2 is ignored. +
+
+
pathName index menuPathName + +
If menuPathName is of type menubutton or menu, it returns the position of the menu/menubutton on the menubar frame. + +If menuPathName is of type command, separator, radiobutton, checkbutton, or cascade, it returns the menu widget's numerical index for the entry corresponding to menuPathName. If path is not found or the path is equal to ".", a value of -1 is returned. +
+
+
pathName insert menuPathName type name ?option value? + +
Insert a new component named name before the component specified by menuPathName. +
    +If menuPathName is of type Menubutton or Menu, the new component inserted is of type Menu and given the name name. In this case valid option value pairs are those accepted by menubuttons. +
+
    +If menuPathName is of type Entry, the new component inserted is of type entry and given the name name. In this case, valid option value pairs are those accepted by menu entries. +Name cannot be one of the keywords last, menu, end. Additionally, it may not be a number. However the menuPathName may be referenced in this manner (see discussion of COMPONENT PATH NAMES). +
+
+
+
pathName invoke menuPathName + +
Invoke the action of the menu entry denoted by menuPathName. See the sections on the individual entries in the menu(1) man pages. If the menu entry is disabled then nothing happens. If the entry has a command associated with it then the result of that command is returned as the result of the invoke widget command. Otherwise the result is an empty string. + +If menuPathName is not a menu entry, an error is issued. +
+
+
pathName menucget menuPathName option + +
Returns the current value of the configuration option given by option. The component type of menuPathName determines the valid available options. +
+
+
pathName menuconfigure menuPathName ?option value? + +
Query or modify the configuration options of the componet of the menubar specified by menuPathName. If no option is specified, returns a list describing all of the available options for menuPathName (see Tk_ConfigureInfo for information on the format of this list). If option is specified with no value, then the command returns a list describing the one named option (this list will be identical to the corresponding sublist of the value returned if no option is specified). If one or more option-value pairs are specified, then the command modifies the given widget option(s) to have the given value(s); in this case the command returns an empty string. The component type of menuPathName determines the valid available options. +
+
+
pathName path ?mode? pattern + +
Returns a fully formed menuPathName that matches pattern. If no match is found it returns -1. The mode argument indicates how the search is to be matched against pattern and it must have one of the following values: +
+
    +
    +
    -glob + +
    Pattern is a glob-style pattern which is matched against each component path using the same rules as the string match command. +
    +
    +
    -regexp + +
    Pattern is treated as a regular expression and matched against each component of the menuPathName using the same rules as the regexp command. +The default mode is -glob. +
    +
+
+
pathName type menuPathName + +
Returns the type of the component specified by menuPathName. For menu entries, this is the type argument passed to the add/insert widget command when the entry was created, such as command or separator. Othewise it is either a menubutton or a menu. +
+
+
pathName yposition menuPathName + +
Returns a decimal string giving the y-coordinate within the menu window of the topmost pixel in the entry specified by menuPathName. If the menuPathName is not an entry, an error is issued. +
+

EXAMPLE ONE: USING GRAMMAR

+

+The following example creates a menubar with "File", "Edit", "Options" menubuttons. Each of these menubuttons has an associated menu. +In turn the File menu has menu entries, as well as the Edit +menu and the Options menu. The Options menu is a tearoff menu +with selectColor (for radiobuttons) set to blue. +In addition, the Options menu has a cascade titled More, +with several menu entries attached to it as well. An entry widget is +provided to display help status. +

+menubar .mb -helpvariable helpVar -menubuttons { + menubutton file -text File -menu { + options -tearoff false + command new -label New \\ + -helpstr "Open new document" \\ + -command {puts NEW} + command close -label Close \\ + -helpstr "Close current document" \\ + -command {puts CLOSE} + separator sep1 + command exit -label Exit -command {exit} \\ + -helpstr "Exit application" + } + menubutton edit -text Edit -menu { + options -tearoff false + command undo -label Undo -underline 0 \\ + -helpstr "Undo last command" \\ + -command {puts UNDO} + separator sep2 + command cut -label Cut -underline 1 \\ + -helpstr "Cut selection to clipboard" \\ + -command {puts CUT} + command copy -label Copy -underline 1 \\ + -helpstr "Copy selection to clipboard" \\ + -command {puts COPY} + command paste -label Paste -underline 0 \\ + -helpstr "Paste clipboard contents" \\ + -command {puts PASTE} + } + menubutton options -text Options -menu { + options -tearoff false -selectcolor blue + radiobutton byName -variable viewMode \\ + -value NAME -label "by Name" \\ + -helpstr "View files by name order" \\ + -command {puts NAME} + radiobutton byDate -variable viewMode \\ + -value DATE -label "by Date" \\ + -helpstr "View files by date order" \\ + -command {puts DATE} + cascade prefs -label Preferences -menu { + command colors -label Colors... \\ + -helpstr "Change text colors" \\ + -command {puts COLORS} + command fonts -label Fonts... \\ + -helpstr "Change text font" \\ + -command {puts FONT} + } + } + +} + + + + +
+frame
+-height
+-textvariable
+-anchor
+-expand
+-fill
+pack
+-fill
+

EXAMPLE
+Alternatively
+could
+using
+configure
+menubar
+-menubuttons
+-text
+command
+command
+separator
+-label
+edit
+


+.edit.undo
+0
+.edit.sep2
+.edit.cut
+1
+.edit.copy
+1
+.edit.paste
+0
+.options
+{
+viewMode
+-label
+byDate
+-value
+Date"
+cascade
+-menu
+-label
+-label
+.mb
+nw
+yes
+option
+the
+evaluated
+the
+positive
+is
+string
+commands,
+However,
+into
+single
+can
+enclosing
+curly
+ensures,
+value
+will
+as
+and
+The
+this
+
+Menu"
+menubar
+menubutton
+menubutton
+-menu
+\\
+-variable
+-onvalue
+0
+-text
+

+.fr
+300
+helpVar
+nw
+yes
+both
+.ef
+x
+TWO:
+the
+be
+the
+methods:
+.mb
+{
+File
+new
+close
+sep1
+Quit
+-text
+.mb
+-label
+.mb
+.mb
+-label
+.mb
+-label
+.mb
+-label
+.mb
+-text
+radiobutton
+\\
+"by
+-variable
+DATE
+}
+.options.prefs
+{
+Colors...
+Fonts...
+-side
+-fill
+

CAVEATS


+as
+-menu
+by
+subst
+side
+that
+may
+and/or
+substitutions
+more
+word.
+be
+candidate
+braces
+for
+for
+still
+a
+not
+following
+case:
+set
+set
+.mb
+file
+edit
+{
+-label
+{[scope
+1
+}
+Options
+
+-width
+entry
+pack
+-fill
+pack
+-expand
+-anchor
+-expand
+USING
+same
+created
+add
+


+.mb
+menubutton
+-menu
+-label
+-label
+command
+}
+Edit
+add
+Undo
+add
+add
+Cut
+add
+Copy
+add
+Paste
+add
+Options
+byName
+-value
+Name"
+viewMode
+-label
+.mb
+-label
+command
+command
+}
+left
+x
+The
+well
+option
+menubar
+command.
+of
+the
+contain
+backslash
+might
+than
+These
+protected
+substitutions
+({}).
+example,
+an
+be
+single
+multiple
+example
+
+fileMenuName
+var
+-menubuttons
+-text
+-text
+checkbutton
+Check
+var]}
+\\
+menubutton
+}
+ +
+300
+.ef
+.mb
+x
+.fr
+yes
+sw
+yes
+METHODS
+menu
+by
+and
+
+configure
+file
+{
+New
+Close
+quit
+menubutton
+}
+command
+-underline
+separator
+command
+-underline
+command
+-underline
+command
+-underline
+menubutton
+-menu
+-variable
+NAME
+radiobutton
+\\
+"by
+add
+Preferences
+colors
+fonts
+pack
+-anchor
+-expand
+-menubuttons
+as
+is
+with
+The
+this
+option
+variables,
+substitutions.
+expand
+a
+expansions
+by
+in
+This
+a
+option
+treated
+value
+values.
+illustrates
+

    +"File
    +{}
    +{
    +{$fileMenuName}
    +Edit
    +check
    +\\
    +\\
    +-offvalue
    +options
    + +
+
    +The variable fileMenuName will expand to "File Menu" when the subst command is used on the menubutton specification. In addition, the [scope...] command will expand to @scope :: var. By enclosing these inside {} they stay as a single value. Note that only {} work for this. [list...], "" etc. will not protect these from the subst command. +
+

ACKNOWLEDGMENTS

+

+Bret Schumaker +

    +1994 - Early work on a menubar widget. +
+

+Mark Ulferts, Mark Harrison, John Sigler +

    +Invaluable feedback on grammar and usability of the menubar widget +
+

+

AUTHOR

+Bill W. Scott +

KEYWORDS

+frame, menu, menubutton, entries, help + diff --git a/itcl/iwidgets/demos/html/messagebox.n.html b/itcl/iwidgets/demos/html/messagebox.n.html new file mode 100644 index 0000000000..98b000e9ae --- /dev/null +++ b/itcl/iwidgets/demos/html/messagebox.n.html @@ -0,0 +1,358 @@ +messagebox - Create and manipulate a messagebox text widget +

messagebox - Create and manipulate a messagebox text widget

+ +

SYNOPSIS

+messagebox pathName ?options? +

INHERITANCE

+itk::Widget <- Labeledwidget <- Scrolledwidget <- Messagebox +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+cursor
+highlightColor
+relief
+
+activeForeground
+exportSelection
+highlightThickness
+setGrid
+
+background
+font
+padX
+
+borderWidth
+foreground
+padY
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+labelMargin
+
+

+See the "labeledwidget" class manual entry for details on the above +associated options. +

+ + + + + +
+activeRelief
+
+elementBorderWidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" widget manual entry for details on the above +associated options. +

+ + + + + +
+height
+textBackground
+
+hscrollMode
+visibleItems
+
+sbWidth
+vscrollMode
+
+scrollMargin
+width
+
+

+See the "scrolledtext" widget manual entry for details on the above +associated options. +

+ + + + + +
+spacing1
+
+spacing2
+
+spacing3
+
+
+

+See the "text" widget manual entry for details on the above +associated options. + +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   fileName
+Class:                  FileName
+Command-Line Switch:	-filename
+
+
    +Specifies the filename to be displayed in the file selection dialog when +it pops up during a save of the messagebox contents operation. +
+

+

+Name:                   maxLines
+Class:                  MaxLines
+Command-Line Switch:	-maxlines
+
+
    +Specifies the maximum number of lines allowed in the text area of the +messagebox. When this limit is reached, the oldest line will be deleted +such that the total number of lines remains maxlines. +
+

+

+Name:                   saveDir
+Class:                  SaveDir
+Command-Line Switch:	-savedir
+
+
    +Specifies the default directory to display when the file selection dialog +pops up during a save of the messagebox contents operation. If this +parameter is not specified, then the files in the current working directory +are displayed. +
+

+


+ +

DESCRIPTION

+

+The messagebox command creates +a scrolled information messages area widget. +Message types can be user defined and configured. Their options +include foreground, background, font, bell, and their display +mode of on or off. This allows message types to defined as needed, +removed when no longer so, and modified when necessary. An export +method is provided for file I/O. + +

+The number of lines displayed may be limited with +the default being 1000. When this limit is reached, the oldest line +is removed. A popup menu which appears when the right mouse button +has been pressed in the message area has been predefined. The contents +of the popup menu by default support clearing the area and saving its +contents to a file. Additional operations may be defined or existing +operations removed by using the component command to access the +popup menu. + +

MESSAGE TYPES

+

+The display characteristics of messages issued to the messagebox vary +with the message type. Types are defined by the user and they may +be added, removed, and configured. The options of the message type +control the display include the following: +

+
-background color + +
Color specifies the background color to use for characters +associated with the message type. +It may have any of the forms accepted by Tk_GetColor. +
+
+
-bell boolean + +
Specifies whether or not to ring the bell whenenver a message of this +type is issued. Boolean may have any of the forms accepted by +Tk_GetBoolean. The default is 0. +
+
+
-font\ fontName + +
FontName is the name of a font to use for drawing +characters. It may have any of the forms accepted +by Tk_GetFontStruct. +
+
+
-foreground color + +
Color specifies the foreground color to use for characters +associated with the message type. +It may have any of the forms accepted by Tk_GetColor. +
+
+
-show boolean + +
Specifies whether of not to display this message type when issued. +Boolean may have any of the forms accepted by +Tk_GetBoolean. The default is 1. + +
+

METHODS

+

+The messagebox command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for messagebox widgets: + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the messagebox +command. +
+
+
pathName clear + +
Clear the messagebox of all messages. +
+
+
pathName export filename + +
Write text to a file. If filename exists then +contents are replaced with text widget contents. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the messagebox +command. +
+
+
pathName type option msgtype ?arg arg ...? + +
This command is used to manipulate message types. The behavior of +the command depends on the option argument that follows the type keyword. +The following forms of the command are supported: +
+
    +
    +
    +
    +
    pathName type add msgtype ?option value ...? + +
    Adds a new message type given by msgtype with the display +properties defined by the option value pairs. +See MESSAGE TYPES for information on the options that +are supported. +
    +
    +
    pathName type cget msgtype option + +
    Returns the value of a configuration option for a message type. +Msgtype identifies the message type, and option +specifies a particular configuration option, which must be one of +the ones listed in the section MESSAGE TYPES. +
    +
    +
    pathName type configure msgtype ?option value ...? + +
    Query or modify the configuration options for a message type. +If no option is specified, returns a list describing all of +the available options for the message type msgtype. +If option is specified with no value, then the command +returns a list describing the one named option. +If one or more option-value pairs are specified, then the command +modifies the given option(s) to have the given value(s); in +this case the command returns an empty string. +See MESSAGE TYPES for information on the options that +are supported. +pathName type remove msgtype +Removes an existing message type given by msgtype. +
    +
+
+
pathName issue string ?level? ?tags? + +
Print a string to the text area at the given level and with +any additional tags specified. + +
+

COMPONENTS

+

+

+Name:                   itemMenu
+Class:                  Menu
+
+
    +This is the popup menu that gets displayed when you right-click in the +text area of the messagebox. Its contents may be modified via the component +command. +
+

+

+Name:                   text
+Class:                  Scrolledtext
+
+
    +The text component is the scrolledtext widget. See the "scrolledtext" widget +manual entry for details on the text component item. +
+
+ +

EXAMPLE

+
+ messagebox .mb -hscrollmode dynamic -labeltext "Messages" -labelpos n \\
+	-height 120 -width 550 -savedir "/tmp" -textbackground #d9d9d9
+
+ pack .mb -padx 5 -pady 5 -fill both -expand yes
+
+ .mb type add ERROR -background red -foreground white -bell 1
+ .mb type add WARNING -background yellow -foreground black
+ .mb type add INFO -background white -foreground black
+
+ .mb issue "This is an error message in red with a beep" ERROR
+ .mb issue "This warning message in yellow" WARNING
+ .mb issue "This is an informational message" INFO
+
+

AUTHORS

+Alfredo Jahn V +

+Mark L. Ulferts +

+

KEYWORDS

+messagebox, scrolledtext, text, widget + diff --git a/itcl/iwidgets/demos/html/messagedialog.n.html b/itcl/iwidgets/demos/html/messagedialog.n.html new file mode 100644 index 0000000000..c4a32cf8b8 --- /dev/null +++ b/itcl/iwidgets/demos/html/messagedialog.n.html @@ -0,0 +1,279 @@ +messagedialog - Create and manipulate a message dialog widget +

messagedialog - Create and manipulate a message dialog widget

+ +

SYNOPSIS

+messagedialog pathName ?options? +

INHERITANCE

+itk::Toplevel <- Shell <- Dialogshell <- Dialog <- Messagedialog +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+
+bitmap
+image
+
+cursor
+text
+
+font
+
+

+See the "options" manual entry for details on the standard options. +

INHERITED OPTIONS

+

+ + + + + +
+buttonBoxPadX
+padY
+
+buttonBoxPadY
+separator
+
+buttonBoxPos
+thickness
+
+padX
+
+

+See the "dialogshell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+master
+
+modality
+
+ +
+

+See the "shell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+title
+
+ + +
+

+See the "Toplevel" widget manual entry for details on the above +inherited options. +

+

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   imagePos
+Class:                  Position
+Command-Line Switch:	-imagepos
+
+
    +Specifies the image position relative to the message text: n, s, +e, or w. The default is w. +
+

+

+Name:                   textPadX
+Class:                  Pad
+Command-Line Switch:	-textpadx
+
+
    +Specifies a non-negative value indicating how much extra space to request for +the message text in the X direction. The value may have any of the forms +acceptable to Tk_GetPixels. +
+

+

+Name:                   textPadY
+Class:                  Pad
+Command-Line Switch:	-textpady
+
+
    +Specifies a non-negative value indicating how much extra space to request for +the message text in the X direction. The value may have any of the forms +acceptable to Tk_GetPixels. +
+

+


+ +

DESCRIPTION

+

+The messagedialog command creates a message dialog composite widget. +The messagedialog is derived from the Dialog class and is composed of +an image and associated message text with commands to manipulate the +dialog buttons. + +

METHODS

+

+The messagedialog command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for messagedialog widgets: + +

INHERITED METHODS

+

+ + + + + +
+add
+insert
+
+buttonconfigure
+invoke
+
+default
+show
+
+hide
+
+

+See the "buttonbox" widget manual entry for details on the above +inherited methods. +

+ + + + + +
+childsite
+
+ + +
+

+See the "dialogshell" widget manual entry for details on the above +inherited methods. +

+ + + + + +
+activate
+
+center
+
+deactivate
+
+
+

+See the "dialogshell" widget manual entry for details on the above +inherited methods. +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the messagedialog +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the messagedialog +command. + +
+

COMPONENTS

+

+

+Name:                   image
+Class:                  Label
+
+
    +The image component is the bitmap or image of the message dialog. See +the "label" widget manual entry for details on the image component item. +
+

+

+Name:                   message
+Class:                  Label
+
+
    +The message component provides the textual portion of the message dialog. +See the "label" widget manual entry for details on the message component item. +
+
+ +

EXAMPLE

+
+ #
+ # Standard question message dialog used for confirmation.
+ #
+ messagedialog .md -title "Message Dialog" -text "Are you sure ?" \\
+	-bitmap questhead -modality global
+
+ .md buttonconfigure OK -text Yes
+ .md buttonconfigure Cancel -text No
+
+ if {[.md activate]} {
+    .md configure -text "Are you really sure ?"
+    if {[.md activate]} {
+	puts stdout "Yes"
+    } else {
+	puts stdout "No"
+    }
+ } else {
+    puts stdout "No"
+ }
+
+ destroy .md
+
+ #
+ # Copyright notice with automatic deactivation.
+ #
+ messagedialog .cr -title "Copyright" -bitmap @dsc.xbm -imagepos n \\
+     -text "Copyright 1995 DSC Communications Corporation\\n \\
+	    All rights reserved"
+ 
+ .cr hide Cancel
+
+ .cr activate
+ after 10000 ".cr deactivate"
+
+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+messagedialog, dialog, dialogshell, shell, widget diff --git a/itcl/iwidgets/demos/html/notebook.n.html b/itcl/iwidgets/demos/html/notebook.n.html new file mode 100644 index 0000000000..62c90dced1 --- /dev/null +++ b/itcl/iwidgets/demos/html/notebook.n.html @@ -0,0 +1,509 @@ +notebook - create and manipulate notebook widgets +

notebook - create and manipulate notebook widgets

+ +

SYNOPSIS

+notebook pathName ?options? +

INHERITANCE

+itk::Widget <- notebook +

STANDARD OPTIONS

+

+ + + + + +
+background
+cursor
+
+foreground
+height
+
+scrollCommand
+
+width
+
+

+See the "options" manual entry for details on the standard options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   auto
+Class:                  Auto
+Command-Line Switch:	-auto
+
+
    +Specifies whether to use the automatic packing/unpacking algorithm of the +notebook. A value of true indicates that page frames will be unpacked +and packed acoording to the algorithm described in the select command. +A value of false leaves the current page packed and subsequent selects, +next, or previous commands do not switch pages automatically. In either +case the page's associated command (see the add command's description +of the command option) is invoked. The value may have any of the +forms accepted by the Tcl_GetBoolean, such as true, false, 0, 1, yes, +or no. +
+
    +For example, if a series of pages in a notebook simply change certain display +configurations of a graphical display, the -auto flag could be used. +By setting it, the -command procs could do the appropriate reconfiguring +of the page when the page is switched. +
+
+

DESCRIPTION

+

+The notebook command creates a new window (given by the pathName +argument) and makes it into a notebook widget. Additional options, described +above may be specified on the command line or in the option database to +configure aspects of the notebook such as its colors, font, and text. +The notebook command returns its pathName argument. At the time +this command is invoked, there must not exist a window named pathName, but +pathName's parent must exist. + +A notebook is a widget that contains a set of pages. It displays one page from +the set as the selected page. When a page is selected, the page's contents are +displayed in the page area. When first created a notebook has no pages. Pages +may be added or deleted using widget commands described below. + +

NOTEBOOK PAGES

+

+A notebook's pages area contains a single child site frame. When a new +page is created it is a child of this frame. The page's child site frame +serves as a geometry container for applications to pack widgets into. It is +this frame that is automatically unpacked or packed when the auto +option is true. This creates the effect of one page being visible at +a time. When a new page is selected, the previously selected page's child +site frame is automatically unpacked from the notebook's child site frame +and the newly selected page's child site is packed into the notebook's +child site frame. + +However, sometimes it is desirable to handle page changes in a different +manner. By specifying the auto option as false, child site +packing can be disabled and done differently. For example, all widgets might +be packed into the first page's child site frame. Then when a new page is +selected, the application can reconfigure the widgets and give the appearance +that the page was flipped. + +In both cases the command option for a page specifies a Tcl Command to +execute when the page is selected. In the case of auto being true, +it is called between the unpacking of the previously selected page and the +packing of the newly selected page. + +

WIDGET-SPECIFIC METHODS

+

+The notebookfR command creates a new Tcl command whose name +is pathName. This command may be used to invoke various operations +on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+option and the args +determine the exact behavior of the command. +

+Many of the widget commands for a notebook take as one argument an indicator +of which page of the notebook to operate on. These indicators are called +indexes and may be specified in any of the following forms: +

+
number + +
Specifies the index of the the component. For menus, 0 corresponds to the +left-most menu of the menu bar. For entries, 0 corresponds to the top-most +entry of the menu. +number +Specifies the page numerically, where 0 corresponds to the first page in +the notebook, 1 to the second, and so on. +
+
+
select + +
Specifies the currently selected page's index. If no page is currently +selected, the value -1 is returned. +
+
+
end + +
Specifes the last page in the notebooks's index. If the notebook is empty +this will return -1. +
+
+
pattern + +
If the index doesn't satisfy the form of a number, then this form is used. +Pattern is pattern-matched against the label of each page in the +notebook, in order from the first to the last page, until a matching entry +is found. The rules of Tcl_StringMatch are used. +
+

+'............................................................................. +The following commands are possible for notebook widgets: +

+
pathName add ?option value? + +
Add a new page at the end of the notebook. A new child site frame is +created. Returns the child site pathName. If additional arguments are +present, they specify any of the following options: +
+
    +
    +
    -background value + +
    Specifies a background color to use for displaying the child site frame +of this page. If this option is specified as an empty string (the default), +then the background option for the overall notebook is used. +
    +
    +
    -command value + +
    Specifies a Tcl command to be executed when this page is selected. This +allows the programmer a hook to reconfigure this page's widgets or any other +page's widgets. +
      +If the notebook has the auto option set to true, when a page is selected +this command will be called immediately after the previously selected page +is unpacked and immediately before this page is selected. The index value +select is valid during this Tcl command. `index select' will return this +page's page number. +
    +
      +If the auto option is set to false, when a page is selected the unpack and +pack calls are bypassed. This Tcl command is still called. +
    +
    +
    +
    -foreground value + +
    Specifies a foreground color to use for displaying tab labels when tabs are +in their normal unselected state. If this option is specified as an empty +string (the default), then the foreground option for the overall notebook +is used. +
    +
    +
    -label value + +
    Specifies a string to associate with this page. This label serves as an +additional identifier used to reference the page. This label may be used +for the index value in widget commands. +
    +
+
+
pathName childSite ?index? + +
If passed no arguments, returns a list of pathNames for all the pages in +the notebook. If the notebook is empty, an empty list is returned +
    +If index is passed, it returns the pathName for the page's child site +frame specified by index. Widgets that are created with this pathName will +be displayed when the associated page is selected. If index is not a valid +index, an empty string is returned. +
+
+
+
pathName cget option + +
Returns the current value of the configuration option given by option. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. If no option +is specified, returns a list describing all of the available options +for pathName (see Tk_ConfigureInfo for information on the +format of this list). If option is specified with no value, +then the command returns a list describing the one named option (this +list will be identical to the corresponding sublist of the value returned +if no option is specified). If one or more option-value pairs are specified, +then the command modifies the given widget option(s) to have the given +value(s); in this case the command returns an empty string. Option +may have any of the values accepted by the notebook command. +
+
+
pathName delete index1 ?index2? + +
Delete all of the pages between index1 and index2 inclusive. +If index2 is omitted then it defaults to index1. Returns an +empty string. +
+
+
pathName index index + +
Returns the numerical index corresponding to index. +
+
+
pathName insert index ?option value? + +
Insert a new page in the notebook before the page specified by index. +A new child site frame is created. See the add command for +valid options. Returns the child site pathName. +
+
+
pathName next + +
Advances the selected page to the next page (order is determined by insertion +order). If the currently selected page is the last page in the notebook, +the selection wraps around to the first page in the notebook. +
    +For notebooks with auto set to true the current page's child site is +unpacked from the notebook's child site frame. Then the next page's child +site is packed into the notebooks child site frame. The Tcl command given +with the command option will be invoked between these two operations. +
+
    +For notebooks with auto set to false the Tcl command given with the +command option will be invoked. +
+
+
+
pathName pagecget index ?option? + +
Returns the current value of the configuration option given by option +for the page specified by index. The valid available options are the +same as available to the add command. +
+
+
pathName pageconfigure index ?option? ?value option value ...? + +
This command is similar to the configure command, except that it applies to +the options for an individual page, whereas configure applies to the options +for the notebook. Options may have any of the values accepted by the add +widget command. If options are specified, options are modified as indicated +in the command and the command returns an empty string. If no options are +specified, returns a list describing the current options for +page index (see Tk_ConfigureInfo for information on the +format of this list). +
+
+
pathName prev + +
Moves the selected page to the previous page (order is determined by +insertion order). If the currently selected page is the first page in the +notebook, the selection wraps around to the last page in the notebook. +
    +For notebooks with auto set to true the current page's child +site is unpacked from the notebook's child site frame. Then the previous +page's child site is packed into the notebooks child site frame. The Tcl +command given with the command option will be invoked between these two +operations. +
+
    +For notebooks with auto set to false the Tcl command given with +the command option will be invoked. +
+
+
+
pathName select index + +
Selects the page specified by index as the currently selected page. +
    +For notebooks with auto set to true the current page's child +site is unpacked from the notebook's child site frame. Then the index page's +child site is packed into the notebooks child site frame. The Tcl command +given with the command option will be invoked between these two operations. +
+
    +For notebooks with auto set to false the Tcl command given with +the command option will be invoked. +
+
+
+
pathName view + +
Returns the currently selected page. This command is for compatibility +with the scrollbar widget. +
+
+
pathName view index + +
Selects the page specified by index as the currently selected page. +This command is for compatibility with the scrollbar widget. +
+
+
pathName view moveto fraction + +
Uses the fraction value to determine the corresponding page to move to. +This command is for compatibility with the scrollbar widget. +
+
+
pathName view scroll num what + +
Uses the num value to determine how many pages to move forward or +backward (num can be negative or positive). The what argument is +ignored. This command is for compatibility with the scrollbar widget. + +
+

EXAMPLE

+

+Following is an example that creates a notebook with two pages. In this example, we use a scrollbar widget to control the notebook widget. + + + + + +
+

    +the
    +pack
    +-width
    +pack
    +\\
    +-expand
    +left
    +\\
    +#
    +to
    +#
    +"Page
    +add
    +.nb
    +Two"
    +Get
    +frames
    +pages.
    +childsite
    +[.nb
    +

+buttons
+of
+$page1CS.b
+pack
+-text
+$page2CS.b
+Select
+of
+select
+#
+and
+#
+together,
+scrollbar
+".nb
+-scrollcommand
+.scroll
+yes
+
+
+notebook
+it.
+100
+.nb
+-fill
+yes
+\\
+-pady
+Add
+the
+"Page
+Two",
+-label
+add
+
+the
+of
+set
+0]
+childsite
+

    +on
    +the
    +-text
    +$page1CS.b
    +"Button
    +

+the
+the
+0
+Create
+associate
+and
+then
+ScrollBar
+view"
+".scroll
+-fill
+-pady
+
+#
+widget
+notebook
+-height
+-anchor
+both
+\\
+-padx
+10
+two
+notebook,
+One"
+respectively.
+"Page
+-label
+

    +child
    +these
    +page1CS
    +set
    +"Page
    +#
    +each
    +notebook
    +"Button
    +button
    +Two"
    +

      +first
      +notebook
      +

    +the
    +teh
    +the
    +pack
    +.scroll
    +.nb
    +set"
    +y
    +10
    +
+Create
+and
+.nb
+100
+nw
+\\
+-side
+10
+

    +pages
    +labelled
    +and
    +.nb
    +One"
    +"Page
    +#
    +site
    +two
    +[.nb
    +page2CS
    +Two"]
    +Create
    +page
    +button
    +One"
    +$page2CS.b
    +pack
    +#
    +page
    +.nb
    +

      +scrollbar
      +scrollbar
      +notebook
      +the
      +-command
      +configure
      +pack
      +-expand
      +

    +
+

AUTHOR

+Bill W. Scott +

KEYWORDS

+notebook page diff --git a/itcl/iwidgets/demos/html/optionmenu.n.html b/itcl/iwidgets/demos/html/optionmenu.n.html new file mode 100644 index 0000000000..3405556da2 --- /dev/null +++ b/itcl/iwidgets/demos/html/optionmenu.n.html @@ -0,0 +1,316 @@ +optionmenu - Create and manipulate a option menu widget +

optionmenu - Create and manipulate a option menu widget

+ +

SYNOPSIS

+optionmenu pathName ?options? +

INHERITANCE

+itk::Widget <- Labeledwidget <- optionmenu +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+borderWidth
+foreground
+
+activeBorderWidth
+cursor
+highlightColor
+
+activeForeground
+disabledForeground
+highlightThickness
+
+background
+font
+relief
+
+

+See the "options" manual entry for details on the standard options. +

INHERITED OPTIONS

+

+ + + + + +
+disabledForeground
+labelMargin
+state
+
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+

+See the "LabeledWidget" manual entry for details on the inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   clickTime
+Class:                  ClickTime
+Command-Line Switch:	-clicktime
+
+
    +Interval time, in msec, used to determine that a single mouse +click has occurred. Used to post menu on a "quick" mouse click. +Note: changing this value may cause the sigle-click +functionality to not work properly. The default is 150 msec. +
+

+

+Name:                   command
+Class:                  Command
+Command-Line Switch:	-command
+
+
    +Specifies a Tcl command procedure to be evaluated following a change in +the current option menu selection. +
+

+

+Name:                   cyclicOn
+Class:                  CyclicOn
+Command-Line Switch:	-cyclicon
+
+
    +Turns on/off the 3rd mouse button capability. The value may be specified +in any of the forms acceptable to Tcl_GetBoolean. This feature +allows the right mouse button to cycle through the popup +menu list without poping it up. The right mouse button cycles through +the menu in reverse order. The default is true. +
+

+

+Name:                   popupCursor
+Class:                  Cursor
+Command-Line Switch:	-popupcursor
+
+
    +Specifies the mouse cursor to be used for the popup menu. The value may +have any of the forms acceptable to Tk_GetCursor. +
+

+

+Name:                   state
+Class:                  State
+Command-Line Switch:	-state
+
+
    +Specified one of two states for the optionmenu: normal, or +disabled. If the optionmenu is disabled, then option menu +selection is ignored. +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies a fixed size for the menu button label in any of the forms +acceptable to \Tk_GetPixels. If the text +is too small to fit in the label, the text is clipped. +Note: Normally, when a new list is created, or new items are +added to an existing list, the menu button label is resized +automatically. Setting this option overrides that functionality. +
+

+


+ +

DESCRIPTION

+

+The optionmenu command creates an option menu widget with options +to manage it. An option menu displays a frame containing a label and a button. +A pop-up menu will allow for the value of the button to change. + +

METHODS

+

+The optionmenu command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. +

+Many of the widget commands for an optionmenu take as one argument an +indicator of which entry of the option menu to operate on. These +indicators are called indexes and may be specified in +any of the following forms: +

+
number + +
Specifies the entry numerically, where 0 corresponds +to the top-most entry of the option menu, 1 to the entry below it, and +so on. +
+
+
end + +
Indicates the bottommost entry in the menu. If there are no +entries in the menu then -1 is returned. +
+
+
select + +
Returns the numerical index of the currently selected option menu entry. +If no entries exist in the menu, then -1 is returned. +
+
+
pattern + +
If the index doesn't satisfy one of the above forms then this +form is used. Pattern is pattern-matched against the label of +each entry in the option menu, in order from the top down, until a +matching entry is found. The rules of Tcl_StringMatch +are used. +
+

+The following widget commands are possible for optionmenu widgets: + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the optionmenu +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the optionmenu +command. +
+
+
pathName delete first ?last? + +
Delete all of the option menu entries between first and +last inclusive. If last is omitted then it defaults +to first. +
+
+
pathName disable index + +
Disable the option menu entry specified by index. +Disabling a menu item will prevent the user from being able to select +this item from the menu. This only effects the state of the item +in the menu, in other words, should the item be the currently +selected item, the programmer is responsible for determining this condition +and taking appropriate action. +
+
+
pathName enable index + +
Enable the option menu entry specified by index. +Enabling a menu item allows the user to select this item from the menu. +
+
+
pathName get ?first? ?last? + +
If no arguments are specified, this operation returns the currently +selected option menu item. Otherwise, it returns the name of the +option at index first, or a range of options between first +and last. +
+
+
pathName index index + +
Returns the numerical index corresponding to index. +
+
+
pathName insert index string ?string? + +
Insert an item, or list of items, into the menu at location index. +
+
+
pathName select index + +
Select an item from the option menu to be displayed as the currently +selected item. +
+
+
pathName sort mode + +
Sort the current menu in either ascending, or descending order. +The values increasing, or decreasing are also accepted. + +
+

COMPONENTS

+

+

+Name:                   menuBtn
+Class:                  Menubutton
+
+
    +The menuBtn component is the option menu button which displays the current +choice from the popup menu. See the "menubutton" widget manual entry +for details on the menuBtn component item. +
+

+

+Name:                   popupMenu
+Class:                  Menu
+
+
    +The popupMenu component is menu displayed upon selection of the menu button. +The menu contains the choices for the option menu. See the "menu" widget +manual entry for details on the popupMenu component item. +
+ + +

EXAMPLE

+
+ optionmenu .om -labelmargin 5 \\
+     -labelon true -labelpos w -labeltext "Operating System :"
+
+ .om insert end Unix VMS Linux OS/2 {Windows NT} DOS
+ .om sort ascending
+ .om select Linux
+
+ pack .om  -padx 10 -pady 10
+
+

ACKNOWLEDGEMENTS:

+Michael J. McLennan +
    +Borrowed some ideas (next & previous) from OptionButton class. +
+

+Steven B. Jaggers +

    +Provided an initial prototype in [incr Tcl]. +
+

+Bret Schuhmacher +

    +Helped with popup menu functionality. +
+

+

AUTHOR

+Alfredo Jahn +

KEYWORDS

+optionmenu, widget diff --git a/itcl/iwidgets/demos/html/panedwindow.n.html b/itcl/iwidgets/demos/html/panedwindow.n.html new file mode 100644 index 0000000000..293b61e462 --- /dev/null +++ b/itcl/iwidgets/demos/html/panedwindow.n.html @@ -0,0 +1,352 @@ +panedwindow - Create and manipulate a paned window widget +

panedwindow - Create and manipulate a paned window widget

+ +

SYNOPSIS

+panedwindow pathName ?options? +

INHERITANCE

+itk::Widget <- panedwindow +

STANDARD OPTIONS

+

+ + + + + +
+background
+
+cursor
+
+ +
+

+See the "options" manual entry for details on the standard options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies the overall height of the paned window in any of the forms +acceptable to Tk_GetPixels. The default is 10 pixels. +
+

+

+Name:                   orient
+Class:                  Orient
+Command-Line Switch:	-orient
+
+
    +Specifies the orientation of the separators: vertical or +horizontal. The default is horizontal. +
+

+

+Name:                   sashBorderWidth
+Class:                  BorderWidth
+Command-Line Switch:	-sashborderwidth
+
+
    +Specifies a value indicating the width of the 3-D border to draw +around the outside of the sash in any of the forms acceptable to +Tk_GetPixels. The default is 2 pixels. +
+

+

+Name:                   sashCursor
+Class:                  Cursor
+Command-Line Switch:	-sashcursor
+
+
    +Specifies the type of cursor to be displayed in the sash. The default +is crosshair. +
+

+

+Name:                   sashHeight
+Class:                  Height
+Command-Line Switch:	-sashheight
+
+
    +Specifies the height of the sash in any of the forms acceptable to +Tk_GetPixels. The default is 10 pixels. +
+

+

+Name:                   sashIndent
+Class:                  SashIndent
+Command-Line Switch 	sashindent
+
+
    +Specifies the placement of the sash along the panes in any of the forms +acceptable to Tk_GetPixels. A positive +value causes the sash to be offset from the near (left/top) side +of the pane, and a negative value causes the sash to be offset from +the far (right/bottom) side. If the offset is greater than the +width, then the sash is placed flush against the side. The +default is -10 pixels. +
+

+

+Name:                   sashWidth
+Class:                  Width
+Command-Line Switch:	-sashwidth
+
+
    +Specifies the width of the sash in any of the forms acceptable to +Tk_GetPixels. The default is 10 pixels. +
+

+

+Name:                   showHandle
+Class:                  ShowHandle
+Command-Line Switch:	-showhandle
+
+
    +Specifies whether or not to display the sashes on the window panes. +The default is 1, and valid options are 0 and 1. +
+

+

+Name:                   thickness
+Class:                  Thickness
+Command-Line Switch:	-thickness
+
+
    +Specifies the thickness of the separators in any of the forms acceptable to +Tk_GetPixels. The default is 3 pixels. +
+

+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies the overall width of the paned window in any of the forms +acceptable to Tk_GetPixels. The default is 10 pixels. +
+

+


+ +

DESCRIPTION

+

+The panedwindow command creates a multiple paned window widget +capable of orienting the panes +either vertically or horizontally. Each pane is itself a frame acting +as a child site for other widgets. The border separating each pane +contains a sash which allows user positioning of the panes relative to +one another. + +

METHODS

+

+The panedwindow command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. +

+Many of the widget commands for the panedwindow take as one argument an +indicator of which pane of the paned window to operate on. These indicators +are called indexes and allow reference and manipulation of panes +regardless of their current map state. Paned window indexes may be +specified in any of the following forms: +

+
number + +
Specifies the pane numerically, where 0 corresponds to the nearest +(top/left-most) pane of the paned window. +
+
+
end + +
Indicates the farthest (bottom/right-most) pane of the paned window. +
+
+
pattern + +
If the index doesn't satisfy one of the above forms then this +form is used. Pattern is pattern-matched against the tag of +each pane in the panedwindow, in order from left/top to right/left, +until a matching entry is found. The rules of Tcl_StringMatch +are used. + +
+

WIDGET-SPECIFIC METHODS

+
+
pathName add tag ?option value option value? + +
Adds a new pane to the paned window on the far side (right/bottom). The +following options may be specified: +
+
    +
    +
    -margin value + +
    Specifies the border distance between the pane and pane contents is any of +the forms acceptable to Tk_GetPixels. The default is 8 pixels. +
    +
    +
    -minimum value + +
    Specifies the minimum size that a pane's contents may reach not +inclusive of twice the margin in any of the forms acceptable to +Tk_GetPixels. The default is 10 pixels. + +The add method returns the path name of the pane. +
    +
+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the panedwindow +command. +
+
+
pathName childsite ?index? + +
Returns a list of the child site path names or a specific child site given +an index. The list is constructed from the near side (left/top) to the far +side (right/bottom). +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the panedwindow +command. +
+
+
pathName delete index + +
Deletes a specified pane given an index. +
+
+
pathName fraction percentage percentage ?percentage percentage ...? + +
Sets the visible percentage of the panes. Specifies a set of +percentages which are applied to the visible panes from the near side +(left/top). The number of percentages must be equal to the current number +of visible (mapped) panes and add up to 100. +
+
+
pathName hide index + +
Changes the visiblity of the specified pane, allowing a previously displayed +pane to be visually removed rather than deleted. +
+
+
pathName index index + +
Returns the numerical index corresponding to index. +
+
+
pathName insert index tag ?option value option value ...? + +
Same as the add command except that it inserts the new +pane just before the one given by index, instead of appending +to the end of the panedwindow. The option, and value +arguments have the same interpretation as for the add widget +command. +
+
+
pathName paneconfigure index ?options? + +
This command is similar to the configure command, except that +it applies to the options for an individual pane, whereas configure +applies to the options for the paned window as a whole. +Options may have any of the values accepted by the add +widget command. If options are specified, options are modified +as indicated in the command and the command returns an empty string. +If no options are specified, returns a list describing +the current options for entry index (see Tk_ConfigureInfo for +information on the format of this list). +
+
+
pathName reset + +
Redisplays the pane window using default percentages. +
+
+
pathName show index + +
Changes the visiblity of the specified pane, allowing a previously hidden +pane to be displayed. + +
+

NOTES

+
    +Dynamic changing of the margin and or minimum options to values which +make the current configuration invalid will block subsequent sash +movement until the fractions are modified via the fraction method. +For example a panedwindow is created with three panes and the minimum +and margin options are at their default settings. Next the user moves +the sashes to compact the panes to one side. Now, if the minimum is +increased on the most compressed pane via the paneconfigure method to +a large enough value, then sash movement is blocked +until the fractions are adjusted. This situation is unusual and under +normal operation of the panedwindow, this problem will never occur. +
+

+ +

EXAMPLE

+
+ panedwindow .pw -width 300 -height 300 
+ .pw add top
+ .pw add middle -margin 10
+ .pw add bottom -margin 10 -minimum 10
+
+ pack .pw -fill both -expand yes
+
+ foreach pane [.pw childSite] {
+    button $pane.b -text $pane -relief raised -borderwidth 2
+    pack $pane.b -fill both -expand yes
+ }
+
+ .pw fraction 50 30 20
+ .pw paneconfigure 0 -minimum 20
+ .pw paneconfigure bottom -margin 15
+
+

ACKNOWLEDGEMENTS:

+

+Jay Schmidgall +

    +1994 - Base logic posted to comp.lang.tcl +
+

+Joe Hidebrand <hildjj@fuentez.com> +

    +07/25/94 - Posted first multipane version to comp.lang.tcl +
+

+

    +07/28/94 - Added support for vertical panes +
+

+Ken Copeland <ken@hilco.com> +

    +09/28/95 - Smoothed out the sash movement and added squeezable panes. +
+

+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+panedwindow, widget diff --git a/itcl/iwidgets/demos/html/promptdialog.n.html b/itcl/iwidgets/demos/html/promptdialog.n.html new file mode 100644 index 0000000000..f8234a1ea5 --- /dev/null +++ b/itcl/iwidgets/demos/html/promptdialog.n.html @@ -0,0 +1,313 @@ +promptdialog - Create and manipulate a prompt dialog widget +

promptdialog - Create and manipulate a prompt dialog widget

+ +

SYNOPSIS

+promptdialog pathName ?options? +

INHERITANCE

+itk::Toplevel <- dialogshell <- dialog <- promptdialog +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+insertBorderWidth
+relief
+
+borderWidth
+highlightColor
+insertOffTime
+selectBackground
+
+cursor
+highlightThickness
+insertOnTime
+selectBorderWidth
+
+exportSelection
+insertBackground
+insertWidth
+selectForeground
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+show
+
+ + +
+

+See the "entry" widget manual entry for details on the above +associated options. +

+ + + + + +
+invalid
+
+textBackground
+
+textFont
+
+validate
+
+

+See the "entryfield" widget manual entry for details on the above +associated options. +

+ + + + + +
+labelFont
+
+labelPos
+
+labelText
+
+
+

+See the "labeledwidget" widget manual entry for details on the above +associated options. +

INHERITED OPTIONS

+

+ + + + + +
+buttonBoxPadX
+padY
+
+buttonBoxPadY
+separator
+
+buttonBoxPos
+thickness
+
+padX
+
+

+See the "dialogshell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+height
+
+master
+
+modality
+
+width
+
+

+See the "shell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+title
+
+ + +
+

+See the "Toplevel" widget manual entry for details on the above +inherited options. +

+


+ +

DESCRIPTION

+

+The promptdialog command creates a prompt dialog similar to the +OSF/Motif standard prompt dialog composite widget. The promptdialog +is derived from the dialog class and is composed of a EntryField +with commands to manipulate the dialog buttons. + +

METHODS

+

+The promptdialog command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for promptdialog widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+delete
+insert
+
+get
+scan
+
+icursor
+selection
+
+index
+xview
+
+

+See the "entry" widget manual entry for details on the above +associated methods. +

+ + + + + +
+clear
+
+ + +
+

+See the "entryfield" widget manual entry for details on the above +associated methods. +

INHERITED METHODS

+

+ + + + + +
+add
+invoke
+
+buttonconfigure
+show
+
+default
+
+hide
+
+

+See the "buttonbox" widget manual entry for details on the above +inherited methods. +

+ + + + + +
+childsite
+
+ + +
+

+See the "dialogshell" widget manual entry for details on the above +inherited methods. +

+ + + + + +
+activate
+
+center
+
+deactivate
+
+
+

+See the "shell" widget manual entry for details on the above +inherited methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the promptdialog +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the promptdialog +command. + +
+

COMPONENTS

+

+

+Name:                   prompt
+Class:                  Entryfield
+
+
    +The prompt component is the entry field for user input in the prompt +dialog. See the "entryfield" widget manual entry for details on +the prompt component item. +
+ + +

EXAMPLE

+
+ option add *textBackground white
+
+ promptdialog .pd -modality global -title Password -labeltext Password: -show *
+ .pd hide Apply
+
+ if {[.pd activate]} {
+     puts "Password entered: [.pd get]"
+ } else {
+     puts "Password prompt cancelled"
+ }
+
+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+promptdialog, dialog, dialogshell, shell, widget diff --git a/itcl/iwidgets/demos/html/pushbutton.n.html b/itcl/iwidgets/demos/html/pushbutton.n.html new file mode 100644 index 0000000000..d9a647e5a8 --- /dev/null +++ b/itcl/iwidgets/demos/html/pushbutton.n.html @@ -0,0 +1,175 @@ +pushbutton - Create and manipulate a push button widget +

pushbutton - Create and manipulate a push button widget

+ +

SYNOPSIS

+pushbutton pathName ?options? +

INHERITANCE

+itk::Widget <- pushbutton +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+borderWidth
+font
+highlightThickness
+state
+
+activeForeground
+command
+foreground
+image
+text
+
+background
+cursor
+highlightBackground
+padX
+underline
+
+bitmap
+disabledForeground
+highlightColor
+padY
+wrapLength
+
+

+See the "options" manual entry for details on the standard options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   defaultRing
+Class:                  DefaultRing
+Command-Line Switch:	-defaultring
+
+
    +Boolean describing whether the button displays its default ring given in +any of the forms acceptable to Tcl_GetBoolean. The default is false. +
+

+

+Name:                   defaultRingPad
+Class:                  Pad
+Command-Line Switch:	-defaultringpad
+
+
    +Specifies the amount of space to be allocated to the indentation of the +default ring ring given in any of the forms acceptable to Tcl_GetPixels. +The option has no effect if the defaultring option is set to false. The +default is 2 pixels. +
+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies the height of the button inclusive of any default ring given in +any of the forms acceptable to Tk_GetPixels. A value of zero lets +the push button determine the height based on the requested height plus +highlightring and defaultringpad. +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies the width of the button inclusive of any default ring given in +any of the forms acceptable to Tk_GetPixels. A value of zero lets +the push button determine the width based on the requested width plus +highlightring and defaultringpad. +
+

+


+ +

DESCRIPTION

+

+The pushbutton command creates a push button with an +optional default ring used for default designation and traversal. + +

METHODS

+

+The pushbutton command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for pushbutton widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+flash
+
+invoke
+
+ +
+

+See the "button" manual entry for details on the associated methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the pushbutton +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the pushbutton +command. + +
+

COMPONENTS

+

+

+Name:                   pushbutton
+Class:                  Button
+
+
    +The pushbutton component is the button surrounded by the optional default ring. +See the "button" widget manual entry for details on the pushbutton +component item. +
+ + +

EXAMPLE

+
+pushbutton .pb -text "Hello" -command {puts "Hello World"} -defaultring 1
+pack .pb -padx 10 -pady 10
+
+

AUTHOR

+Bret A. Schuhmacher +

+Mark L. Ulferts +

KEYWORDS

+pushbutton, widget diff --git a/itcl/iwidgets/demos/html/radiobox.n.html b/itcl/iwidgets/demos/html/radiobox.n.html new file mode 100644 index 0000000000..b5d45c5773 --- /dev/null +++ b/itcl/iwidgets/demos/html/radiobox.n.html @@ -0,0 +1,211 @@ +radiobox - Create and manipulate a radiobox widget +

radiobox - Create and manipulate a radiobox widget

+ +

SYNOPSIS

+radiobox pathName ?options? +

INHERITANCE

+itk::Widget <- labeledframe <- radiobox +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+
+borderWidth
+relief
+
+cursor
+selectColor
+
+disabledForeground
+
+

+See the "options" manual entry for details on the standard options. +

INHERITED OPTIONS

+

+ + + + + +
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+labelMargin
+
+

+See the "labeledframe" class manual entry for details on the +inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   command
+Class:                  Command
+Command-Line Switch:    -command
+
+
    +Specifies a Tcl command procedure to be evaluated following a change in +the current radio box selection. +
+

+


+ +

DESCRIPTION

+

+The radiobox command creates a radio button box widget +capable of adding, inserting, deleting, selecting, and configuring +radiobuttons as well as obtaining the currently selected button. + +

METHODS

+

+The radiobox command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. +

+Many of the widget commands for the radiobox take as one argument an +indicator of which radiobutton of the radiobox to operate on. These indicators +are called indexes and allow reference and manipulation of radiobuttons. +Radiobox indexes may be specified in any of the following forms: +

+
number + +
Specifies the radiobutton numerically, where 0 corresponds to the top +radiobutton of the radiobox. +
+
+
end + +
Indicates the last radiobutton of the radiobox. +
+
+
pattern + +
If the index doesn't satisfy one of the above forms then this +form is used. Pattern is pattern-matched against the tag of +each radiobutton in the radiobox, in order from top to bottom, +until a matching entry is found. The rules of Tcl_StringMatch +are used. + +
+

WIDGET-SPECIFIC METHODS

+
+
pathName add tag ?option value option value? + +
Adds a new radiobutton to the radiobuttond window on the bottom. The command +takes additional options which are passed on to the radiobutton as construction +arguments. These include the standard Tk radiobutton options. The tag is +returned. +
+
+
pathName buttonconfigure index ?options? + +
This command is similar to the configure command, except that +it applies to the options for an individual radiobutton, +whereas configureapplies to the options for the radiobox as a whole. +Options may have any of the values accepted by the add +widget command. If options are specified, options are modified +as indicated in the command and the command returns an empty string. +If no options are specified, returns a list describing +the current options for entry index (see Tk_ConfigureInfo for +information on the format of this list). +
+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the radiobox +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the radiobox +command. +
+
+
pathName delete index + +
Deletes a specified radiobutton given an index. +
+
+
pathName deselect index + +
Deselects a specified radiobutton given an index. +
+
+
pathName flash index + +
Flashes a specified radiobutton given an index. +
+
+
pathName get + +
Returns the tag of the currently selected radiobutton. +
+
+
pathName index index + +
Returns the numerical index corresponding to index. +
+
+
pathName insert index tag ?option value option value ...? + +
Same as the add command except that it inserts the new +radiobutton just before the one given by index, instead of appending +to the end of the radiobox. The option, and value +arguments have the same interpretation as for the add widget +command. +
+
+
pathName select index + +
Selects a specified radiobutton given an index. + +
+

EXAMPLE

+
+ radiobox .rb -labeltext Fonts
+ .rb add times -text Times
+ .rb add helvetica -text Helvetica
+ .rb add courier -text Courier
+ .rb add symbol -text Symbol
+ .rb select courier
+
+ pack .rb -padx 10 -pady 10 -fill both -expand yes
+
+ +

AUTHORS

+Michael J. McLennan +

+Mark L. Ulferts +

KEYWORDS

+radiobox, widget diff --git a/itcl/iwidgets/demos/html/scopedobject.n.html b/itcl/iwidgets/demos/html/scopedobject.n.html new file mode 100644 index 0000000000..a89effceae --- /dev/null +++ b/itcl/iwidgets/demos/html/scopedobject.n.html @@ -0,0 +1,96 @@ +scopedobject - Create and manipulate a scoped \[incr Tcl\] class object. +

scopedobject - Create and manipulate a scoped \[incr Tcl\] class object.

+ +

SYNOPSIS

+scopedobject objName ?options? +

INHERITANCE

+None +

STANDARD OPTIONS

+

+

+Name:                   enterscopecommand:
+Command-Line Switch:	-enterscopecommand
+
+
    +Specifies a Tcl command to invoke when an object enters scope +(i.e. when it is created..). The default is {}. +
+

+

+Name:                   enterscopecommand:
+Command-Line Switch:	-enterscopecommand
+
+
    +Specifies a Tcl command to invoke when an object exits scope +(i.e. when it is deleted..). The default is {}. +
+

+


+ +

DESCRIPTION

+

+The scopedobject command creates a base class for defining +Itcl classes which posses scoped behavior like Tcl variables. +The objects are only accessible within the procedure in which +they are instantiated and are deleted when the procedure returns. +This class was designed to be a general purpose base class for +supporting scoped incr Tcl classes. The options include the +execute a Tcl script command when an object enters and exits its +scope. +

METHODS

+

+The scopedobject command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various operations on the object. +It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for scopedobject objects: +

OBJECT-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the scopedobject +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the object. +If no option is specified, returns a list describing all of +the available options for pathName. If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given objects option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the scopedobject +command. + +
+

EXAMPLE

+
    +The scopedobject was primarily meant to be a base class. The +following is an example of usage without inheritance: +
+

+

+  proc scopedobject_demo {} {
+    scopedobject #auto \
+        -exitscopecommand {puts "enter scopedobject_demo"} \
+        -exitscopecommand {puts "exit scopedobject_demo"}
+  }
+
+  scopedobject_demo
+
+
+

AUTHOR

+John A. Tucker +

KEYWORDS

+scopedobject, object diff --git a/itcl/iwidgets/demos/html/scrolledcanvas.n.html b/itcl/iwidgets/demos/html/scrolledcanvas.n.html new file mode 100644 index 0000000000..95e019d596 --- /dev/null +++ b/itcl/iwidgets/demos/html/scrolledcanvas.n.html @@ -0,0 +1,343 @@ +scrolledcanvas - Create and manipulate scrolled canvas widgets +

scrolledcanvas - Create and manipulate scrolled canvas widgets

+ +

SYNOPSIS

+scrolledcanvas pathName ?options? +

INHERITANCE

+itk::Widget <- Labeledwidget <- Scrolledwidget <- Scrolledcanvas +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+exportSelection
+highlightThickness
+insertWidth
+selectForeground
+
+background
+font
+insertBorderWidth
+relief
+
+borderWidth
+foreground
+insertOffTime
+selectBackground
+
+cursor
+highlightColor
+insertOnTime
+selectBorderWidth
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+closeEnough
+yScrollIncrement
+
+confine
+
+scrollRegion
+
+xScrollIncrement
+
+

+See the "canvas" widget manual entry for details on the above +associated options. +

+ + + + + +
+activeRelief
+
+elementBorderWidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" widget manual entry for details on the above +associated options. +

INHERITED OPTIONS

+

+ + + + + +
+disabledForeground
+labelMargin
+state
+
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+

+See the "labeledwidget" class manual entry for details on the inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   autoMargin
+Class:                  AutoMargin
+Command-Line Switch:	-automargin
+
+
    +Specifies the autoresize extra margin to reserve. This option is only +effective with autoresize turned on. The default is 10. +
+

+

+Name:                   autoResize
+Class:                  AutoResize
+Command-Line Switch:	-autoresize
+
+
    +Automatically adjusts the scrolled region to be the bounding +box covering all the items in the canvas following the execution +of any method which creates or destroys items. Thus, as new +items are added, the scrollbars adjust accordingly. +
+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies the height of the scrolled canvas widget in any of the forms +acceptable to Tk_GetPixels. The default height is 30 pixels. +
+

+

+Name:                   hscrollMode
+Class:                  ScrollMode
+Command-Line Switch:	-hscrollmode
+
+
    +Specifies the the display mode to be used for the horizontal +scrollbar: static, dynamic, or none. In static mode, the +scroll bar is displayed at all times. Dynamic mode displays the +scroll bar as required, and none disables the scroll bar display. The +default is static. +
+

+

+Name:                   sbWidth
+Class:                  Width
+Command-Line Switch:	-sbwidth
+
+
    +Specifies the width of the scrollbar in any of the forms acceptable +to Tk_GetPixels. The default width is 15 pixels.. +
+

+

+Name:                   scrollMargin
+Class:                  ScrollMargin
+Command-Line Switch:	-scrollmargin
+
+
    +Specifies the distance between the canvas and scrollbar in any of the +forms acceptable to Tk_GetPixels. The default is 3 pixels. +
+

+

+Name:                   textBackground
+Class:                  Background
+Command-Line Switch -textbackground
+
+
    +Specifies the background color for the canvas. This allows the background +within the canvas to be different from the normal background color. +
+

+

+Name:                   vscrollMode
+Class:                  ScrollMode
+Command-Line Switch:	-vscrollmode
+
+
    +Specifies the the display mode to be used for the vertical +scrollbar: static, dynamic, or none. In static mode, the +scroll bar is displayed at all times. Dynamic mode displays the +scroll bar as required, and none disables the scroll bar display. The +default is static. +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies the width of the scrolled canvas widget in any of the forms +acceptable to Tk_GetPixels. The default height is 30 pixels. +
+
+ +

DESCRIPTION

+

+The scrolledcanvas command creates +a scrolled canvas with additional options to manage +horizontal and vertical scrollbars. This includes options to control +which scrollbars are displayed and the method, i.e. statically or +dynamically. + +

METHODS

+

+The scrolledcanvas command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for scrolledcanvas widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+addtag
+canvasy
+delete
+gettags
+itemconfigure
+raise
+type
+
+bbox
+coords
+dtag
+icursor
+lower
+scale
+xview
+
+bind
+create
+find
+index
+move
+scan
+yview
+
+canvasx
+dchars
+focus
+insert
+postscript
+select
+
+

+See the "canvas" manual entry for details on the associated methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the scrolledcanvas +command. +
+
+
pathName childsite + +
Returns the child site widget path name. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the scrolledcanvas +command. +
+
+
pathName justify direction + +
Justifies the canvas contents via the scroll bars in one of four directions: +left, right, top, or bottom. + +
+

COMPONENTS

+

+

+Name:                   canvas
+Class:                  Canvas
+
+
    +The canvas component is the canvas widget. See the "canvas" widget +manual entry for details on the canvas component item. +
+

+

+Name:                   horizsb
+Class:                  Scrollbar
+
+
    +The horizsb component is the horizontal scroll bar. See the "ScrollBar" +widget manual entry for details on the horizsb component item. +
+

+

+Name:                   vertsb
+Class:                  Scrollbar
+
+
    +The vertsb component is the vertical scroll bar. See the "ScrollBar" widget +manual entry for details on the vertsb component item. +
+ + +

EXAMPLE

+
+  scrolledcanvas .sc 
+
+  .sc create rectangle 100 100 400 400 -fill red
+  .sc create rectangle 300 300 600 600 -fill green
+  .sc create rectangle 200 200 500 500 -fill blue
+
+  pack .sc -padx 10 -pady 10 -fill both -expand yes
+
+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+scrolledcanvas, canvas, widget diff --git a/itcl/iwidgets/demos/html/scrolledframe.n.html b/itcl/iwidgets/demos/html/scrolledframe.n.html new file mode 100644 index 0000000000..470b4a07a6 --- /dev/null +++ b/itcl/iwidgets/demos/html/scrolledframe.n.html @@ -0,0 +1,258 @@ +scrolledframe - Create and manipulate scrolled frame widgets +

scrolledframe - Create and manipulate scrolled frame widgets

+ +

SYNOPSIS

+scrolledframe pathName ?options? +

INHERITANCE

+itk::Widget <- Labeledwidget <-Scrolledwidget <- Scrolledframe +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+font
+relief
+
+background
+foreground
+selectBackground
+
+borderWidth
+highlightColor
+selectBorderWidth
+
+cursor
+highlightThickness
+selectForeground
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+activeRelief
+
+elementBorderWidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" manual entry for details on the associated options. +

INHERITED OPTIONS

+

+ + + + + +
+LabelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+labelMargin
+
+

+See the "labeledwidget" class manual entry for details on the inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies the height of the scrolled frame widget in any of the forms acceptable to Tk_GetPixels. The default height is 100 pixels. +
+

+

+Name:                   hscrollMode
+Class:                  ScrollMode
+Command-Line Switch:	-hscrollmode
+
+
    +Specifies the the display mode to be used for the horizontal +scrollbar: static, dynamic, or none. In static mode, the +scroll bar is displayed at all times. Dynamic mode displays the +scroll bar as required, and none disables the scroll bar display. The +default is static. +
+

+

+Name:                   sbWidth
+Class:                  Width
+Command-Line Switch:	-sbwidth
+
+
    +Specifies the width of the scrollbar in any of the forms acceptable +to Tk_GetPixels. The default width is 15 pixels. +
+

+

+Name:                   scrollMargin
+Class:                  Margin
+Command-Line Switch:	-scrollmargin
+
+
    +Specifies the distance between the frame and scrollbar in any of the +forms acceptable to Tk_GetPixels. The default is 3 pixels. +
+

+

+Name:                   vscrollMode
+Class:                  ScrollMode
+Command-Line Switch:	-vscrollmode
+
+
    +Specifies the the display mode to be used for the vertical +scrollbar: static, dynamic, or none. In static mode, the +scroll bar is displayed at all times. Dynamic mode displays the +scroll bar as required, and none disables the scroll bar display. The +default is static. +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies the width of the scrolled frame widget in any of the forms +acceptable to Tk_GetPixels. The default height is 100 pixels. +
+
+ +

DESCRIPTION

+

+The scrolledframe combines the functionallity of scrolling with that +of a typical frame widget to implement a clipable viewing area whose visible +region may be modified with the scroll bars. This enables the contruction +of visually larger areas than which could normally be displayed, containing +a heterogenous mix of other widgets. Options exist which allow full control +over which scrollbars are displayed and the method, i.e. statically or +dynamically. The frame itself may be accessed by the childsite +method and then filled with other widget combinations. + +

METHODS

+

+The scrolledframe command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for scrolledframe widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+xview
+
+yview
+
+ +
+

+See the "canvas" manual entry for details on the associated methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the scrolledframe +command. +
+
+
pathName childsite + +
Return the path name of the child site. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the scrolledframe +command. +
+
+
pathName justify direction + +
Justifies the frame contents via the scroll bars in one of four directions: +left, right, top, or bottom. + +
+

COMPONENTS

+

+

+Name:                   horizsb
+Class:                  Scrollbar
+
+
    +The horizsb component is the horizontal scroll bar. See the "ScrollBar" +widget manual entry for details on the horizsb component item. +
+

+

+Name:                   vertsb
+Class:                  Scrollbar
+
+
    +The vertsb component is the vertical scroll bar. See the "ScrollBar" widget +manual entry for details on the vertsb component item. +
+ + +

EXAMPLE

+
+scrolledframe .sf -width 150 -height 180 -labelon yes -labeltext scrolledframe
+
+set cs [.sf childsite]
+pack [button $cs.b1 -text Hello] -pady 10
+pack [button $cs.b2 -text World] -pady 10
+pack [button $cs.b3 -text "This is a test"] -pady 10
+pack [button $cs.b4 -text "This is a really big button"] -pady 10
+pack [button $cs.b5 -text "This is another really big button"] -pady 10
+pack [button $cs.b6 -text "This is the last really big button"] -pady 10
+
+pack .sf -expand yes -fill both -padx 10 -pady 10
+
+

AUTHORS

+Mark L. Ulferts +

+Sue Yockey +

KEYWORDS

+scrolledframe, frame, widget diff --git a/itcl/iwidgets/demos/html/scrolledhtml.n.html b/itcl/iwidgets/demos/html/scrolledhtml.n.html new file mode 100644 index 0000000000..331a4ebb1f --- /dev/null +++ b/itcl/iwidgets/demos/html/scrolledhtml.n.html @@ -0,0 +1,406 @@ +scrolledhtml - Create and manipulate a scrolled text widget with the capability +

scrolledhtml - Create and manipulate a scrolled text widget with the capability

+ +of displaying HTML formatted documents. +

SYNOPSIS

+scrolledhtml pathName ?options? +

INHERITANCE

+itk::Widget <- Labeledwidget <- Scrolledtext <- Scrolledhtml +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+exportSelection
+insertBackground
+insertWidth
+repeatDelay
+selectForeground
+
+background
+foreground
+insertBorderWidth
+padX
+repeatInterval
+setGrid
+
+borderWidth
+highlightColor
+insertOffTime
+padY
+selectBackground
+
+cursor
+highlightThickness
+insertOnTime
+relief
+selectBorderWidth
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+activeRelief
+
+elementBorderWidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" widget manual entry for details on the above +associated options. +

+ + + + + +
+spacing1
+tabs
+
+spacing2
+wrap
+
+spacing3
+
+state
+
+

+See the "text" widget manual entry for details on the above +associated options. +

INHERITED OPTIONS

+

+ + + + + +
+labelBitmap
+labelPos
+hscrollMode
+vscrollMode
+
+labelFont
+labelText
+sbWidth
+width
+
+labelImage
+labelVariable
+scrollMargin
+
+labelMargin
+height
+visibleitems
+
+

+See the "scrolledtext" class manual entry for details on the inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   feedback
+Class:                  FeedBack
+Command-Line Switch:	-feedback
+
+
    +Specifies the callback command to use to give feedback on current +status. The command is executed in the form command <number of +characters remaining> +
+

+

+Name:                   fixedfont
+Class:                  FixedFont
+Command-Line Switch:	-fixedfont
+
+
    +Specifies the name of the font to be used for fixed-width character +text (such as <pre>...</pre> or <tt>...</tt>.) The size, style, and +other font attributes are determined by the format tags in the +document. The default is courier. +
+

+

+Name:                   fontname
+Class:                  FontName
+Command-Line Switch:	-fontname
+
+
    +Specifies the name of the font to be used for normal-width character +spaced text. The size, style, and other font attributes are +determined by the format tags in the document. The default is times. +
+

+

+Name:                   fontsize
+Class:                  FontSize
+Command-Line Switch:	-fontsize
+
+
    +Specifies the general size of the fonts used. One of small, medium, +large, or huge. The default is medium. +
+

+

+Name:                   foreground
+Class:                  Foreground
+Command-Line Switch:	-foreground
+
+
    +Specifies the color of text other than hypertext links, in any +of the forms acceptable to Tk_GetColor. This value may +be overridden in a particular document by the text attribute +of the Body HTML tag. +
+

+

+Name:                   link
+Class:                  Link
+Command-Line Switch:	-link
+
+
    +Specifies the default color of hypertext links in any of the forms +acceptable to Tk_GetColor. This value may be overridden in a +particular document by the link attribute of the Body +HTML tag. The default is blue. +
+

+

+Name:                   linkcommand
+Class:                  LinkCommand
+Command-Line Switch:	-linkcommand
+
+
    +Specifies the command to execute when the user clicks on a hypertext +link. Execution is of the form linkcommand href, where href is +the value given in the href attribute of the A HTML tag. +
+

+

+Name:                   alink
+Class:                  alink
+Command-Line Switch:	-alink
+
+
    +Specifies the color of hypertext links when the cursor is over the link +in any of the forms acceptable to Tk_GetColor. The default is red. +
+

+

+Name:                   textBackground
+Class:                  Background
+Command-Line Switch:	-textbackground
+
+
    +Specifies the background color for the text area in any of +the forms acceptable to Tk_GetColor. This value may be +overridden in a particular document by the bgcolor attribute +of the Body HTML tag. +
+

+

+Name:                   unknownimage
+Class:                  UnknownImage
+Command-Line Switch:	-unknownimage
+
+
    +Specifies the name of the image file to display when an img +specified in the html document cannot be loaded. +
+

+

+Name:                   update
+Class:                  Update
+Command-Line Switch:	-alink
+
+
    +A boolean value indicating whether to call update during html rendering. +
+

+


+ +

DESCRIPTION

+

+The scrolledhtml command creates +a scrolled text widget with the additional capability to display +html formatted documents. +An import method is provided to read an html document file, and +a render method is provided to display a html formatted text string. + +

METHODS

+

+The scrolledhtml command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for scrolledhtml widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+bbox
+dlineinfo
+mark
+tag
+
+compare
+get
+scan
+window
+
+debug
+index
+search
+xview
+
+delete
+insert
+see
+yview
+
+

+See the "text" manual entry for details on the standard methods. +

INHERITED METHODS

+

+ + + + + +
+export
+
+clear
+
+ +
+

+See the "scrolledhtml" manual entry for details on the inherited methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the scrolledhtml +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the scrolledhtml +command. +
+
+
pathName import ?option? href + +
Load html formatted text from a file. Href must exist. +If option is -link, href is assumed to be relative +to the application's current working directory. Otherwise, +href is assumed to be relative to the path of the last +page loaded. Href is either a filename, or a reference +of the form filename#anchorname. In the latter form, +fIFilename and/or anchorname may be empty. +If filename is empty, the current document is assumed. +If anchorname is empty, the top of the document is assumed. +
+
+
pathName pwd + +
Print the current working directory of the widget, i.e. the directory of the +last page loaded. +
+
+
pathName render htmltext ?wd? + +
Display HTML formatted text htmltext. Wd gives the base +path to use for all links and images in the document. Wd defaults +to the application's current working directory. +
+
+
pathName title + +
Return the title of the current page, as given in the <title>...</title> +field in the document. + +
+

HTML COMPLIANCE

+

+This widget is compliant with HTML 3.2 with the following exceptions: +

+No features requiring a connection to an http server are supported. +

+Some image alignments aren't supported, because they are not supported by +the text widget. +

+The <br> attributes dealing with image alignments aren't supported. +

+Automatic table sizing is not supported very well, due to limitations of the +text widget + +

EXAMPLE

+
+ option add *textBackground white
+
+ scrolledhtml .sh -fontname helvetica -linkcommand "this import -link"
+
+ pack .sh -padx 10 -pady 10 -fill both -expand yes
+
+ .sh import ~/public_html/index.html
+
+

BUGS

+
    +Cells in a table can be caused to overlap. ex: + <table border width="100%"> + <tr><td>cell1</td><td align=right rowspan=2>cell2</td></tr> + <tr><td colspan=2>cell3 w/ overlap</td> + </table> +It hasn't been fixed because 1) it's a pain to fix, 2) it will slow +tables down by a significant amount, and 3) netscape has the same +bug, as of V3.01. +
+

ACKNOWLEDGEMENTS

+Sam Shen +
    +This code is based largely on his tkhtml.tcl code from tk inspect. Tkhtml +is copyright 1995 Lawrence Berkeley Laboratory. +
+

+

AUTHOR

+Kris Raney +

KEYWORDS

+scrolledhtml, html, text, widget diff --git a/itcl/iwidgets/demos/html/scrolledlistbox.n.html b/itcl/iwidgets/demos/html/scrolledlistbox.n.html new file mode 100644 index 0000000000..e8bc410193 --- /dev/null +++ b/itcl/iwidgets/demos/html/scrolledlistbox.n.html @@ -0,0 +1,452 @@ +iwidgets::scrolledlistbox - Create and manipulate scrolled listbox widgets +

iwidgets::scrolledlistbox - Create and manipulate scrolled listbox widgets

+ +

SYNOPSIS

+iwidgets::scrolledlistbox pathName ?options? +

INHERITANCE

+itk::Widget <- iwidgets::Labeledwidget <- iwidgets::Scrolledwidget <- iwidgets::Scrolledlistbox +

STANDARD OPTIONS

+

+ + + + + +
+
+cursor
+highlightThickness
+selectForeground

+
+activeBackground
+exportSelection
+relief
+
+background
+foreground
+selectBackground
+
+borderWidth
+highlightColor
+selectBorderWidth
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+selectMode
+
+listvariable
+
+ +
+

+See the "listbox" widget manual entry for details on the above +associated options. +

+ + + + + +
+activeRelief
+
+elementBorderwidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" widget manual entry for details on the above +associated options. +

INHERITED OPTIONS

+

+ + + + + +
+disabledForeground
+labelMargin
+state
+
+labelBitmap
+labelPos
+sticky
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+

+See the "labeledwidget" class manual entry for details on the inherited +options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   dblClickCommand
+Class:                  Command
+Command-Line Switch:	-dblclickcommand
+
+
    +Specifies a Tcl command procedure which is called when an item is +double clicked. Typically this occurs when mouse button 1 is double +clicked over an item. Selection policy does not matter. +
+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies the height of the scrolled list box as an entire unit. +The value may be specified in any of the forms acceptable to +Tk_GetPixels. Any additional space needed to display the other +components such as labels, margins, and scrollbars force the listbox +to be compressed. A value of zero along with the same value for +the width causes the value given for the visibleitems option +to be applied which administers geometry constraints in a different +manner. The default height is zero. +
+

+

+Name:                   hscrollMode
+Class:                  ScrollMode
+Command-Line Switch:	-hscrollmode
+
+
    +Specifies the the display mode to be used for the horizontal +scrollbar: static, dynamic, or none. In static mode, the +scroll bar is displayed at all times. Dynamic mode displays the +scroll bar as required, and none disables the scroll bar display. The +default is static. +
+

+

+Name:                   sbWidth
+Class:                  Width
+Command-Line Switch:	-sbwidth
+
+
    +Specifies the width of the scrollbar in any of the forms acceptable +to Tk_GetPixels. The default width is 15 pixels.. +
+

+

+Name:                   scrollMargin
+Class:                  Margin
+Command-Line Switch:	-scrollmargin
+
+
    +Specifies the distance between the listbox and scrollbar in any of the +forms acceptable to Tk_GetPixels. The default is 3 pixels. +
+

+

+Name:                   selectionCommand
+Class:                  Command
+Command-Line Switch:	-selectioncommand
+
+
    +Specifies a Tcl command procedure which is called when an item is +selected. Selection policy does not matter. +
+

+

+Name:                   state
+Class:                  State
+Command-Line Switch:	-state
+
+
    +Specifies one of two states for the listbox: normal or disabled. +If the listbox is disabled then selection is ignored. The default is +normal. +
+

+

+Name:                   textBackground
+Class:                  Background
+Command-Line Switch -textbackground
+
+
    +Specifies the background color for the listbox. This allows the background +within the listbox to be different from the normal background color. +
+

+

+Name:                   textFont
+Class:                  Font
+Command-Line Switch:	-textfont
+
+
    +Specifies the font to be used for text in the listbox. This allows for +the font associated with text internal to the scrolled listbox to be +different than the font for labels. +
+

+

+Name:                   visibleitems
+Class:                  VisibleItems
+Command-Line Switch:	-visibleitems
+
+
    +Specifies the widthxheight in characters and lines for the listbox. +This option is only administered if the width and height options +are both set to zero, otherwise they take precedence. The default value +is 20x10. With the visibleitems option engaged, geometry constraints +are maintained only on the listbox. The size of the other components such as +labels, margins, and scroll bars, are additive and independent, +effecting the overall size of the scrolled list box. In contrast, +should the width and height options have non zero values, they +are applied to the scrolled list box as a whole. The listbox +is compressed or expanded to maintain the geometry constraints. +
+

+

+Name:                   vscrollMode
+Class:                  ScrollMode
+Command-Line Switch:	-vscrollmode
+
+
    +Specifies the the display mode to be used for the vertical +scrollbar: static, dynamic, or none. In static mode, the +scroll bar is displayed at all times. Dynamic mode displays the +scroll bar as required, and none disables the scroll bar display. The +default is static. +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies the width of the scrolled list box as an entire unit. +The value may be specified in any of the forms acceptable to +Tk_GetPixels. Any additional space needed to display the other +components such as labels, margins, and scrollbars force the listbox +to be compressed. A value of zero along with the same value for +the height causes the value given for the visibleitems option +to be applied which administers geometry constraints in a different +manner. The default width is zero. +
+
+ +

DESCRIPTION

+

+The iwidgets::scrolledlistbox command creates +a scrolled listbox with additional options to manage +horizontal and vertical scrollbars. This includes options to control +which scrollbars are displayed and the method, i.e. statically or +dynamically. + +

METHODS

+

+The iwidgets::scrolledlistbox command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. +

+Many of the widget commands for a scrolledlistbox take as one argument an +indicator of which entry of the list box to operate on. These +indicators are called indexes and may be specified in +any of the following forms: +

+
number + +
Specifies the element as a numerical index, where 0 corresponds +to the first element in the listbox. +
+
+
active + +
Indicates the element that has the location cursor. This element +will be displayed with an underline when the listbox has the +keyboard focus, and it is specified with the activate +widget command. +
+
+
anchor + +
Indicates the anchor point for the selection, which is set with the +selection anchor widget command. +
+
+
end + +
Indicates the end of the listbox. +For some commands this means just after the last element; +for other commands it means the last element. +
+
+
@x,y + +
Indicates the element that covers the point in the listbox window +specified by x and y (in pixel coordinates). If no +element covers that point, then the closest element to that +point is used. +
+
+
pattern + +
If the index doesn't satisfy one of the above forms then this +form is used. Pattern is pattern-matched against the items in +the list box, in order from the top down, until a matching entry is found. +The rules of Tcl_StringMatch are used. +
+

+The following widget commands are possible for scrolledlistbox widgets: + +

ASSOCIATED METHODS

+

+ + + + + +
+activate
+get
+nearest
+size
+
+bbox
+index
+scan
+xview
+
+curselection
+insert
+see
+yview
+
+delete
+itemconfigure
+selection
+
+

+See the "listbox" manual entry for details on the associated methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the iwidgets::scrolledlistbox +command. +
+
+
pathName clear + +
Clears the listbox of all items. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the iwidgets::scrolledlistbox +command. +
+
+
pathName getcurselection + +
Returns the contents of the listbox element indicated by the current +selection indexes. Short cut version of get and curselection command +combination. +
+
+
pathName justify direction + +
Justifies the list contents via teh scroll bars in one of four directions: +left, right, top, or bottom. +
+
+
pathName selecteditemcount + +
Returns the number of items currently selected in the list. +
+
+
pathName sort order + +
Sort the current list in any of the forms accepted by Tcl's lsort command. +Also accepts either ascending or descending order. + +
+

COMPONENTS

+

+

+Name:                   listbox
+Class:                  listbox
+
+
    +The listbox component is the listbox widget. See the "listbox" widget +manual entry for details on the listbox component item. +
+

+

+Name:                   horizsb
+Class:                  Scrollbar
+
+
    +The horizsb component is the horizontal scroll bar. See the "scrollbar" +widget manual entry for details on the horizsb component item. +
+

+

+Name:                   vertsb
+Class:                  Scrollbar
+
+
    +The vertsb component is the vertical scroll bar. See the "scrollbar" widget +manual entry for details on the vertsb component item. +
+ + +

EXAMPLE

+
+ package require Iwidgets 4.0
+ option add *textBackground white
+ proc selCmd {} {
+    puts stdout "[.slb getcurselection]"
+ }
+ proc defCmd {} {
+    puts stdout "Double Click"
+    return [selCmd]
+ }
+ iwidgets::scrolledlistbox .slb -selection single \\
+    -vscrollmode static -hscrollmode dynamic -labeltext "List" \\
+    -selectioncommand selCmd -dblclickcommand defCmd
+ pack .slb -padx 10 -pady 10 -fill both -expand yes
+ .slb insert end {Hello {Out There} World} 
+
+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+scrolledlistbox, listbox, widget diff --git a/itcl/iwidgets/demos/html/scrolledtext.n.html b/itcl/iwidgets/demos/html/scrolledtext.n.html new file mode 100644 index 0000000000..df3b057439 --- /dev/null +++ b/itcl/iwidgets/demos/html/scrolledtext.n.html @@ -0,0 +1,367 @@ +scrolledtext - Create and manipulate a scrolled text widget +

scrolledtext - Create and manipulate a scrolled text widget

+ +

SYNOPSIS

+scrolledtext pathName ?options? +

INHERITANCE

+itk::Widget <- Labeledwidget <- Scrolledwidget <- Scrolledtext +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+exportSelection
+insertBackground
+insertWidth
+selectBackground
+
+background
+foreground
+insertBorderWidth
+padX
+selectBorderWidth
+
+borderWidth
+highlightColor
+insertOffTime
+padY
+selectForeground
+
+cursor
+highlightThickness
+insertOnTime
+relief
+setGrid
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+activeRelief
+
+elementBorderWidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" widget manual entry for details on the above +associated options. +

+ + + + + +
+spacing1
+tabs
+
+spacing2
+wrap
+
+spacing3
+
+state
+
+

+See the "text" widget manual entry for details on the above +associated options. +

INHERITED OPTIONS

+

+ + + + + +
+disabledForeground
+labelMargin
+state
+
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+

+See the "labeledwidget" class manual entry for details on the inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies the height of the scrolled text as an entire unit. +The value may be specified in any of the forms acceptable to +Tk_GetPixels. Any additional space needed to display the other +components such as labels, margins, and scrollbars force the text +to be compressed. A value of zero along with the same value for +the width causes the value given for the visibleitems option +to be applied which administers geometry constraints in a different +manner. The default height is zero. +
+

+

+Name:                   hscrollMode
+Class:                  ScrollMode
+Command-Line Switch:	-hscrollmode
+
+
    +Specifies the the display mode to be used for the horizontal +scrollbar: static, dynamic, or none. In static mode, the +scroll bar is displayed at all times. Dynamic mode displays the +scroll bar as required, and none disables the scroll bar display. The +default is static. +
+

+

+Name:                   sbWidth
+Class:                  Width
+Command-Line Switch:	-sbwidth
+
+
    +Specifies the width of the scrollbar in any of the forms +acceptable to Tk_GetPixels. +
+

+

+Name:                   scrollMargin
+Class:                  Margin
+Command-Line Switch:	-scrollmargin
+
+
    +Specifies the distance between the text area and scrollbar in any of the forms +acceptable to Tk_GetPixels. The default is 3 pixels. +
+

+

+Name:                   textBackground
+Class:                  Background
+Command-Line Switch:	-textbackground
+
+
    +Specifies the background color for the text area in any of the forms +acceptable to Tk_GetColor. +
+

+

+Name:                   textFont
+Class:                  Font
+Command-Line Switch:	-textfont
+
+
    +Specifies the font to be used in the scrolled text area. +
+

+

+Name:                   visibleitems
+Class:                  VisibleItems
+Command-Line Switch:	-visibleitems
+
+
    +Specifies the widthxheight in characters and lines for the text. +This option is only administered if the width and height options +are both set to zero, otherwise they take precedence. The default value +is 80x24. With the visibleitems option engaged, geometry constraints +are maintained only on the text. The size of the other components such as +labels, margins, and scroll bars, are additive and independent, +effecting the overall size of the scrolled text. In contrast, +should the width and height options have non zero values, they +are applied to the scrolled text as a whole. The text +is compressed or expanded to maintain the geometry constraints. +
+

+

+Name:                   vscrollMode
+Class:                  ScrollMode
+Command-Line Switch:	-vscrollmode
+
+
    +Specifies the the display mode to be used for the vertical +scrollbar: static, dynamic, or none. In static mode, the +scroll bar is displayed at all times. Dynamic mode displays the +scroll bar as required, and none disables the scroll bar display. The +default is static. +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies the width of the scrolled text as an entire unit. +The value may be specified in any of the forms acceptable to +Tk_GetPixels. Any additional space needed to display the other +components such as labels, margins, and scrollbars force the text +to be compressed. A value of zero along with the same value for +the height causes the value given for the visibleitems option +to be applied which administers geometry constraints in a different +manner. The default width is zero. +
+

+


+ +

DESCRIPTION

+

+The scrolledtext command creates +a scrolled text widget with additional options to manage +the scrollbars. This includes options to control the method +in which the scrollbars are displayed, i.e. statically or dynamically. +Options also exist for adding a label to the scrolled text area and +controlling its position. Import/export of methods are provided for +file I/O. + +

METHODS

+

+The scrolledtext command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for scrolledtext widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+bbox
+dlineinfo
+mark
+tag
+
+compare
+get
+scan
+window
+
+debug
+index
+search
+xview
+
+delete
+insert
+see
+yview
+
+

+See the "text" manual entry for details on the standard methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the scrolledtext +command. +
+
+
pathName childsite + +
Returns the child site widget path name. +
+
+
pathName clear + +
Clear the text area of all characters. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the scrolledtext +command. +
+
+
pathName import filename ?index? + +
Load the text from a file into the text area at the index. The +filename must exist. +
+
+
pathName export filename + +
Write text to a file. If filename exists then contents are +replaced with text widget contents. + +
+

COMPONENTS

+

+

+Name:                   text
+Class:                  Text
+
+
    +The text component is the text widget. See the "text" widget +manual entry for details on the text component item. +
+

+

+Name:                   horizsb
+Class:                  Scrollbar
+
+
    +The horizsb component is the horizontal scroll bar. See the "scrollbar" +widget manual entry for details on the horizsb component item. +
+

+

+Name:                   vertsb
+Class:                  Scrollbar
+
+
    +The vertsb component is the vertical scroll bar. See the "scrollbar" widget +manual entry for details on the vertsb component item. +
+ + +

EXAMPLE

+
+ option add *textBackground white
+
+ scrolledtext .st -scrollmode dynamic -labeltext "Password File"
+
+ pack .st -padx 10 -pady 10 -fill both -expand yes
+
+ .st import /etc/passwd
+
+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+scrolledtext, text, widget diff --git a/itcl/iwidgets/demos/html/selectionbox.n.html b/itcl/iwidgets/demos/html/selectionbox.n.html new file mode 100644 index 0000000000..1616969fae --- /dev/null +++ b/itcl/iwidgets/demos/html/selectionbox.n.html @@ -0,0 +1,389 @@ +selectionbox - Create and manipulate a selection box widget +

selectionbox - Create and manipulate a selection box widget

+ +

SYNOPSIS

+selectionbox pathName ?options? +

INHERITANCE

+itk::Widget <- selectionbox +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+exportSelection
+insertBackground
+insertWidth
+selectBackground
+
+background
+foreground
+insertBorderWidth
+relief
+selectBorderWidth
+
+borderWidth
+highlightColor
+insertOffTime
+repeatDelay
+selectForeground
+
+cursor
+highlightThickness
+insertOnTime
+repeatInterval
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+textBackground
+
+textFont
+
+ +
+

+See the "entryfield" widget class manual entry for details on the above +associated options. +

+ + + + + +
+labelFont
+
+labelMargin
+
+ +
+

+See the "labeledwidget" class manual entry for details on the above +associated options. +

+ + + + + +
+activeRelief
+
+elementBorderWidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" widget class manual entry for details on the above +associated options. +

+ + + + + +
+dblClickCommand
+textBackground
+
+hscrollMode
+textFont
+
+sbWidth
+vscrollMode
+
+scrollMargin
+
+

+See the "scrolledlistbox" widget class manual entry for details on the above +associated options. + +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   childSitePos
+Class:                  Position
+Command-Line Switch:	-childsitepos
+
+
    +Specifies the position of the child site in the selection box: n, +s, e, w, or . The default is center +
+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies the height of the selection box. The value may be specified in +any of the forms acceptable to Tk_GetPixels. The default is 320 pixels. +
+

+

+Name:                   itemsCommand
+Class:                  Command
+Command-Line Switch:	-itemscommand
+
+
    +Specifies a command to be evaluated following selection of an item. +
+

+

+Name:                   itemsLabel
+Class:                  Text
+Command-Line Switch:	-itemslabel
+
+
    +Specifies the text of the label for the items list. The default is "List". +
+

+

+Name:                   itemsLabelPos
+Class:                  Position
+Command-Line Switch:	-itemslabelpos
+
+
    +Specifies the position of the label along the side of the items +list: n, ne, e, se, s, sw, w, +or nw. The default is nw. +
+

+

+Name:                   itemsOn
+Class:                  ItemsOn
+Command-Line Switch:	-itemson
+
+
    +Specifies whether or not to display the items list in any +of the forms acceptable to Tcl_GetBoolean. The default is true. +
+

+

+Name:                   margin
+Class:                  Margin
+Command-Line Switch:	-margin
+
+
    +Specifies distance between the items list and selection entry in any of +the forms acceptable to Tk_GetPixels. The default is 7 pixels. +
+

+

+Name:                   selectionCommand
+Class:                  Command
+Command-Line Switch:	-selectioncommand
+
+
    +Specifies a Tcl procedure to be associated with a return key press event +in the selection entry field. +
+

+

+Name:                   selectionLabel
+Class:                  Text
+Command-Line Switch:	-selectionlabel
+
+
    +Specifies the text of the label for the selection entry field. The default +is "Selection". +
+

+

+Name:                   selectionLabelPos
+Class:                  Position
+Command-Line Switch:	-selectionlabelpos
+
+
    +Specifies the position of the label along the side of the selection: +n, ne, e, se, s, sw, w, +or nw. The default is nw. +
+

+

+Name:                   selectionOn
+Class:                  SelectionOn
+Command-Line Switch:	-selectionon
+
+
    +Specifies whether or not to display the selection entry in any +of the forms acceptable to Tcl_GetBoolean. The default is true. +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies the width of the selection box. The value may be specified in +any of the forms acceptable to Tk_GetPixels. The default is 260 pixels. +
+

+


+ +

DESCRIPTION

+

+The selectionbox command creates a scrolled list of items and +a selection entry field. The user may choose any of the items displayed +in the scrolled list of alternatives and the selection field will be +filled with the choice. The user is also free to enter a new value in +the selection entry field. Both the list and entry areas have labels. +A child site is also provided in which the user may create other widgets +to be used in conjunction with the selection box. + +

METHODS

+

+The selectionbox command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. + +

ASSOCIATED METHODS

+

+ + + + + +
+curselection
+scan
+
+delete
+selection
+
+index
+size
+
+nearest
+
+

+See the "listbox" widget class manual entry for details on the +associated methods. + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the selectionbox +command. +
+
+
pathName childsite + +
Returns the child site widget path name. +
+
+
pathName clear component + +
Delete the contents of either the selection entry widget or +items list. The component argument may be either items +or selection. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the selectionbox +command. +
+
+
pathName get + +
Returns the current value of the selection entry widget. +
+
+
pathName insert component args + +
Insert element(s) into either the selection entry widget or +items list. The component argument may be either items +or selection. The args follow the rules of either an entry +or list widget depending on the component value. +
+
+
pathName selectitem + +
Replace the selection entry field contents with the currently +selected items value. + +
+

COMPONENTS

+

+

+Name:                   childsite
+Class:                  Frame
+
+
    +The childsite component is the user child site for the selection box. See +the "frame" widget manual entry for details on the childsite component item. +
+

+

+Name:                   items
+Class:                  Scrolledlistbox
+
+
    +The items component provides the scrolled list box of items for the selection +box. See the "scrolledlistbox" widget manual entry for details on the +items component item. +
+

+

+Name:                   selection
+Class:                  Entryfield
+
+
    +The selection component provides the entry field in the selection box for +display of the selected item in the items component. See the "entryfield" +widget manual entry for details on the selection component item. +
+ + +

EXAMPLE

+
+ option add *textBackground white
+
+ selectionbox .sb -items {Hello {Out There} World}
+ pack .sb -padx 10 -pady 10 -fill both -expand yes 
+
+ set cs [label [.sb childsite].label -text "Child Site"]
+ pack $cs -fill x -padx 10 -pady 10
+
+ .sb insert items 2 {Cruel Cruel}
+
+ .sb selection set 1
+
+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+selectionbox, widget diff --git a/itcl/iwidgets/demos/html/selectiondialog.n.html b/itcl/iwidgets/demos/html/selectiondialog.n.html new file mode 100644 index 0000000000..cb22a66712 --- /dev/null +++ b/itcl/iwidgets/demos/html/selectiondialog.n.html @@ -0,0 +1,314 @@ +selectiondialog - Create and manipulate a selection dialog widget +

selectiondialog - Create and manipulate a selection dialog widget

+ +

SYNOPSIS

+selectiondialog pathName ?options? +

INHERITANCE

+itk::Toplevel <- Shell <- Dialogshell <- Dialog <- Selectiondialog +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+exportSelection
+insertBackground
+insertWidth
+
+background
+foreground
+insertBorderWidth
+selectBackground
+
+borderWidth
+highlightColor
+insertOffTime
+selectBorderWidth
+
+cursor
+highlightThickness
+insertOnTime
+selectForeground
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+textBackground
+
+textFont
+
+ +
+

+See the "entryfield" widget manual entry for details on the above +associated options. +

+ + + + + +
+labelFont
+
+ + +
+

+See the "labeledwidget" widget manual entry for details on the above +associated options. +

+ + + + + +
+activeRelief
+
+elementBorderWidth
+
+jump
+
+troughColor
+
+

+See the "scrollbar" widget class manual entry for details on the above +associated options. +

+ + + + + +
+textBackground
+
+textFont
+
+ +
+

+See the "scrolledlistbox" widget class manual entry for details on the above +associated options. +childsitepos itemsCommand itemsLabel itemsOn +selectionCommand selectionLabel selectionOn + +

+See the "selectionbox" widget manual entry for details on the above +associated options. +

INHERITED OPTIONS

+

+ + + + + +
+buttonBoxPadX
+padY
+
+buttonBoxPadY
+separator
+
+buttonBoxPos
+thickness
+
+padX
+
+

+See the "dialogshell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+height
+
+master
+
+modality
+
+width
+
+

+See the "shell" widget manual entry for details on the above +inherited options. +

+ + + + + +
+title
+
+ + +
+

+See the "Toplevel" widget manual entry for details on the above +inherited options. +


+ +

DESCRIPTION

+

+The selectiondialog command creates a selection box similar to +the OSF/Motif standard selection +dialog composite widget. The selectiondialog is derived from the +Dialog class and is composed of a selectionbox with commands +to manipulate the dialog buttons. + +

METHODS

+

+The selectiondialog command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for selectiondialog widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+childsite
+selectitem
+
+clear
+
+get
+
+insert
+
+

+See the "selectionbox" widget manual entry for details on the above +associated methods. +

+ + + + + +
+curselection
+scan
+
+delete
+selection
+
+index
+size
+
+nearest
+
+

+See the "listbox" widget manual entry for details on the above +associated methods. +

INHERITED METHODS

+

+ + + + + +
+add
+invoke
+
+buttonconfigure
+show
+
+default
+
+hide
+
+

+See the "buttonbox" widget manual entry for details on the above +inherited methods. +

+ + + + + +
+activate
+
+center
+
+deactivate
+
+
+

+See the "shell" widget manual entry for details on the above +inherited methods. +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the selectiondialog +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the selectiondialog +command. + +
+

COMPONENTS

+

+

+Name:                   selectionbox
+Class:                  Selectionbox
+
+
    +The selectionbox component is the selection box for the selection +dialog. See the "selectionbox" widget manual entry for details on the +selectionbox component item. +
+ + +

EXAMPLE

+
+ selectiondialog .sd 
+ .sd activate
+
+

AUTHOR

+Mark L. Ulferts +

KEYWORDS

+selectiondialog, selectionbox, dialog, dialogshell, shell, widget + diff --git a/itcl/iwidgets/demos/html/shell.n.html b/itcl/iwidgets/demos/html/shell.n.html new file mode 100644 index 0000000000..e34939beee --- /dev/null +++ b/itcl/iwidgets/demos/html/shell.n.html @@ -0,0 +1,219 @@ +shell - Create and manipulate a shell widget +

shell - Create and manipulate a shell widget

+ +

SYNOPSIS

+shell pathName ?options? +

INHERITANCE

+itk::Toplevel <- shell +

STANDARD OPTIONS

+

+ + + + + +
+background
+
+cursor
+
+foreground
+
+
+

+See the "options" manual entry for details on the standard options. +

INHERITED OPTIONS

+

+ + + + + +
+title
+
+ + +
+

+See the "Toplevel" manual entry for details on the above inherited options. + +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies the height of the shell. The value may be specified in +any of the forms acceptable to Tk_GetPixels. A value of zero +causes the height to be adjusted to the required value based on +the size requests of the components placed in the childsite. +Otherwise, the height is fixed. The default is zero. NOTE: This +may cause some amount of flickering on slower machines. To prevent it +simply set the width and height to a appropriate value. +
+

+

+Name:                   master
+Class:                  Window
+Command-Line Switch:	-master
+
+
    +Defines the shell as being a transient window with the master window +given by the master option. The master window should be either another +existing toplevel window or {} for no master. The default is {} for +shells and "." for dialogs. +
+

+

+Name:                   modality
+Class:                  Modality
+Command-Line Switch:	-modality
+
+
    +Allows the shell to grab control of the screen in one of three different ways: +application, system, or none. +Application modal prevents any other toplevel windows within the application +which are direct children of '.' from gaining focus. System modal locks +the screen and prevents all windows from gaining focus regardless of +application. A modality of none performs no grabs at all. The default +is none. +
+

+

+Name:                   padX
+Class:                  Pad
+Command-Line Switch:	-padx
+
+
    +Specifies a padding distance for the childsite in the X-direction in +any of the forms acceptable to Tk_GetPixels. The default is 10. +
+

+

+Name:                   padY
+Class:                  Pad
+Command-Line Switch:	-pady
+
+
    +Specifies a padding distance for the childsite in the Y-direction in +any of the forms acceptable to Tk_GetPixels. The default is 10. +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies the width of the shell. The value may be specified in +any of the forms acceptable to Tk_GetPixels. A value of zero +causes the width to be adjusted to the required value based on +the size requests of the components placed in the childsite. +Otherwise, the width is fixed. The default is zero. NOTE: This +may cause some amount of flickering on slower machines. To prevent it +simply set the width and height to a appropriate value. +
+
+ +

DESCRIPTION

+

+The shell command creates a shell which is a top +level widget which supports modal operation. + +

METHODS

+

+The shell command create a new Tcl command whose +name is pathName. This command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for shell widgets: +

WIDGET-SPECIFIC METHODS

+
+
pathName activate + +
Display the shell and wait based on the modality. For application +and system modal activations, perform a grab operation, and wait +for the result. The result may be returned via an argument to the +deactivate method. +
+
+
pathName center ?widget? + +
Centers the shell with respect to another widget. The widget argument +is optional. If provided, it should be the path of another widget with +to center upon. If absent, then the shell will be centered on the screen +as a whole. +
+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the shell +command. +
+
+
pathName childsite + +
Returns the pathname of the child site widget. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the shell +command. +
+
+
pathName deactivate ?arg? + +
Deactivate the display of the shell. The method takes an optional +argument to be passed to the activate method which returns the value. +The optional argument is only effective for application and system +modal dialogs. + +
+

COMPONENTS

+

+

+Name:                   shellchildsite
+Class:                  frame
+
+
    +The shellchildsite component is the user child site for the shell. See +the "frame" widget manual entry for details on the shellchildsite +component item. +
+ + +

EXAMPLE

+
+ shell .sh -modality application -padx 20 -pady 20 -title Shell
+
+ pack [label [.sh childsite].l -text SHELL]
+
+ .sh center
+ .sh activate
+
+

AUTHOR

+Mark L. Ulferts +

+Kris Raney +

KEYWORDS

+shell, widget diff --git a/itcl/iwidgets/demos/html/spindate.n.html b/itcl/iwidgets/demos/html/spindate.n.html new file mode 100644 index 0000000000..474925c799 --- /dev/null +++ b/itcl/iwidgets/demos/html/spindate.n.html @@ -0,0 +1,614 @@ +spindate - Create and manipulate time spinner widgets +

spindate - Create and manipulate time spinner widgets

+ +

SYNOPSIS

+spindate pathName ?options? +

INHERITANCE

+itk::Widget <- Spindate + +

STANDARD OPTIONS

+

+ + + + + +
+background
+
+cursor
+
+foreground
+
+relief
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+textBackground
+
+textFont
+
+ +
+

+See the "entryfield" manual entry for details on the above associated options. +

+ + + + + +
+labelFont
+
+labelMargin
+
+ +
+

+See the "labeledwidget" manual entry for details on the above associated +options. +

+ + + + + +
+arrowOrient
+
+repeatDelay
+
+repeatInterval
+
+
+

+See the "spinner" manual entry for details on the above associated options. + +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   dateMargin
+Class:                  Margin
+Command-Line Switch:	-datemargin
+
+
    +Specifies the margin space between the month, day, and year spinners is +any of the forms accpetable to Tcl_GetPixels. The default is 1 pixel. +
+

+

+Name:                   dayLabel
+Class:                  Text
+Command-Line Switch:	-daylabel
+
+
    +Specifies the text of the label for the day spinner. The default is +"Day". +
+

+

+Name:                   dayOn
+Class:                  dayOn
+Command-Line Switch:	-dayon
+
+
    +Specifies whether or not to display the day spinner in any of the forms +acceptable to Tcl_GetBoolean. The default is true. +
+

+

+Name:                   dayWidth
+Class:                  Width
+Command-Line Switch:	-daywidth
+
+
    +Specifies the width of the day spinner in any of the forms acceptable to +Tcl_GetPixels. The default is 3 pixels. +
+

+

+Name:                   labelPos
+Class:                  Position
+Command-Line Switch:	-labelpos
+
+
    +Specifies the position of the label along the sides of the various +spinners: n, e, s, or w. The default is w. +
+

+

+Name:                   monthFormat
+Class:                  MonthFormat
+Command-Line Switch:	-monthformat
+
+
    +Specifies the format of month display, integer (1-12) or brief +strings (Jan - Dec), or full strings (January - December). +
+

+

+Name:                   monthLabel
+Class:                  Text
+Command-Line Switch:	-monthlabel
+
+
    +Specifies the text of the label for the month spinner. The default is "Month". +
+

+

+Name:                   monthOn
+Class:                  monthOn
+Command-Line Switch:	-monthon
+
+
    +Specifies whether or not to display the month spinner in any of the forms +acceptable to Tcl_GetBoolean. The default is true. +
+

+

+Name:                   monthWidth
+Class:                  Width
+Command-Line Switch:	-monthwidth
+
+
    +Specifies the width of the month spinner in any of the forms acceptable to +Tcl_GetPixels. The default is 3 pixels. +
+

+

+Name:                   orient
+Class:                  Orient
+Command-Line Switch:	-orient
+
+
    +Specifies the orientation of the month, day, and year spinners: vertical or horizontal. The default is horizontal. +
+

+

+Name:                   yearDigits
+Class:                  YearDigits
+Command-Line Switch:	-yeardigits
+
+
    +Specifies the number of digits to be displayed as the value for the year +spinner. The valid values are 2 and 4. The default is 2. +
+

+

+Name:                   yearLabel
+Class:                  Text
+Command-Line Switch:	-yearlabel
+
+
    +Specifies the text of the label for the year spinner. The default is +"Year" +
+

+

+Name:                   yearOn
+Class:                  yearOn
+Command-Line Switch:	-yearon
+
+
    +Specifies whether or not to display the year spinner in any of the forms +acceptable to Tcl_GetBoolean. The default is true. +
+

+

+Name:                   yearWidth
+Class:                  Width
+Command-Line Switch:	-yearwidth
+
+
    +Specifies the width of the year spinner in any of the forms acceptable to +Tcl_GetPixels. The default is 3 pixels. +
+

+ +
+

+spindate
+set
+use
+entry.
+an
+year
+


+creates
+command
+pathName.
+be
+various
+widget.
+following
+pathName
+...
?
+the
+exact
+command.
+are
+widgets:
+


+
+current
+configuration
+option.
+any
+accepted
+command.
+pathName
+option
+

+the
+the
+option
+a
+of
+for
+for
+format
+If
+with
+the
+list
+named
+will
+the
+the
+no
+If
+option-value
+then
+the
+to
+value(s);
+the
+empty
+have
+values
+spindate
+

+
+current
+spindate
+format
+as
+value
+and
+respectively.
+by
+clock
+information
+and
+

+date
+the
+to
+the
+date
+either
+an
+or
+Reference
+for
+obtaining
+formats.
+
+Spinner
+ + + + +
+

DESCRIPTION


+command
+of
+in
+The
+month,
+spinner
+The
+a
+whose
+This
+used
+operations
+It
+general
+option
+
+args
+behavior
+The
+possible
+

WIDGET-SPECIFIC
+pathName
+

+value
+option
+Option
+of
+by
+
+configure
+value
+Query
+configuration
+widget.
+is
+list
+the
+pathName
+information
+of
+option
+no
+command
+describing
+option
+be
+corresponding
+value
+option
+one
+pairs
+the
+given
+have
+in
+command
+string.
+any
+accepted
+command.
+pathName
+

+contents
+widget
+of
+an
+using
+-clicks
+The
+string.
+command
+on
+their
+

+

+currently
+be
+date
+may
+as
+integer
+the
+the
+more
+dates
+
+Name:
+

+


+creates
+spinners
+date
+set
+day,
+widget.
+spindate
+new
+name
+command
+to
+on
+has
+form:
+?arg
+Option
+determine
+of
+following
+for
+METHODS
+cget
+Returns
+of
+given
+may
+the
+the
+


+?option?
+...
?
+or
+options
+If
+specified,
+describing
+available
+(see
+on
+this
+is
+value,
+returns
+the
+(this
+identical
+sublist
+returned
+is
+or
+are
+command
+widget
+the
+this
+returns
+Option
+of
+by
+

+get
+Returns
+of
+in
+string
+integer
+the
+format
+default
+Reference
+for
+obtaining
+formats.
+pathName
+

+displayed
+that
+argument.
+be
+a
+clock
+keyword
+clock
+information
+and
+

COMPONENTS


+month
+
+The
+a
+for
+value
+includes
+and
+

METHODS


+command
+Tcl
+is
+may
+invoke
+the
+the
+

+arg
+and
+the
+the
+commands
+spindate
+

+option
+the
+the
+by
+have
+values
+spindate
+

+?value
+

+modify
+of
+no
+returns
+all
+options
+Tk_ConfigureInfo
+the
+list).
+specified
+then
+a
+one
+list
+to
+of
+if
+specified).
+more
+specified,
+modifies
+option(s)
+given
+case
+an
+may
+the
+the
+

+?format?
+the
+the
+a
+or
+clock
+-string
+options
+is
+the
+more
+dates
+

+show
+Changes
+date
+of
+The
+specified
+string,
+value
+"now".
+command
+on
+their
+


+Class:
+

+
    +The month spinner component is the month spinner of the date spinner. +See the Spinner widget manual entry for details on the month component item. +
+

+

+Name:                   day
+Class:                  Spinint
+
+
    +The day spinner component is the day spinner of the date spinner. +See the SpinInt widget manual entry for details on the day component item. +
+

+

+Name:                   year
+Class:                  Spinint
+
+
    +The year spinner component is the year spinner of the date spinner. +See the SpinInt widget manual entry for details on the year component item. +
+
+ +

EXAMPLE

+
+spindate .sd
+pack .sd -padx 10 -pady 10
+
+

AUTHORS

+Sue Yockey +

+Mark L. Ulferts +

KEYWORDS

+spindate, spinint, spinner, entryfield, entry, widget + diff --git a/itcl/iwidgets/demos/html/spinint.n.html b/itcl/iwidgets/demos/html/spinint.n.html new file mode 100644 index 0000000000..1ba9b0eaa0 --- /dev/null +++ b/itcl/iwidgets/demos/html/spinint.n.html @@ -0,0 +1,269 @@ +spinint - Create and manipulate a integer spinner widget +

spinint - Create and manipulate a integer spinner widget

+ +

SYNOPSIS

+spinint pathName ?options? +

INHERITANCE

+itk::Widget <- Labeledwidget <- Spinner <- Spinint +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+insertBorderWidth
+justify
+selectForeground
+
+borderWidth
+highlightColor
+insertOffTime
+relief
+textVariable
+
+cursor
+highlightThickness
+insertOnTime
+selectBackground
+
+exportSelection
+insertBackground
+insertWidth
+selectBorderWidth
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+show
+
+state
+
+ +
+

+See the "entry" manual entry for details on the associated options. +

INHERITED OPTIONS

+

+ + + + + +
+command
+invalid
+width
+
+childSitePos
+textBackground
+
+fixed
+textFont
+
+focusCommand
+validate
+
+

+See the "entryfield" widget manual entry for details on the above +inherited options. +

+ + + + + +
+disabledForeground
+labelMargin
+state
+
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+

+See the "labeledwidget" widget manual entry for details on the above +inherited options. +

+ + + + + +
+arroworient
+repeatInterval
+
+decrement
+
+increment
+
+repeatDelay
+
+

+See the "spinner" widget manual entry for details on the above +inherited options. + +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   range
+Class:                  Range
+Command-Line Switch:	-range
+
+
    +Specifies a two element list of minimum and maximum integer values. The +default is no range, {{} {}}. +
+

+

+Name:                   step
+Class:                  Step
+Command-Line Switch:	-step
+
+
    +Specifies the increment/decrement value. The default is 1. +
+

+

+Name:                   wrap
+Class:                  Wrap
+Command-Line Switch:	-wrap
+
+
    +Specifies whether to wrap the spinner value upon reaching the minimum +or maximum value in any of the forms acceptable to Tcl_GetBoolean. +The default is true. +
+

+


+ +

DESCRIPTION

+

+The spinint command creates a spinint widget. The spinint allows +"spinning" of integer values within a specified range with wrap support. +The spinner arrows may be drawn horizontally or vertically. + + +

METHODS

+

+The spinint command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for spinint widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+delete
+insert
+xview
+
+get
+peek
+
+icursor
+scan
+
+index
+selection
+
+

+See the "entry" manual entry for details on the associated methods. +

INHERITED METHODS

+

+ + + + + +
+childsite
+
+clear
+
+ +
+

+See the "entryfield" manual entry for details on the associated methods. +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the spinint +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the spinint +command. +
+
+
pathName down + +
Decrement the spinner value by the value given in the step option. +
+
+
pathName up + +
Increment the spinner value by the value given in the step option. + +
+

COMPONENTS

+
    +See the "Spinner" widget manual entry for details on the integer spinner +component items. + +
+

EXAMPLE

+
+ option add *textBackground white
+ 
+ spinint .si -labeltext "Temperature" -labelpos w \\
+    -fixed yes -width 5 -range {32 212}
+
+ pack .si -pady 10
+
+

AUTHOR

+Sue Yockey +

KEYWORDS

+spinint, widget diff --git a/itcl/iwidgets/demos/html/spinner.n.html b/itcl/iwidgets/demos/html/spinner.n.html new file mode 100644 index 0000000000..6f2df317dd --- /dev/null +++ b/itcl/iwidgets/demos/html/spinner.n.html @@ -0,0 +1,308 @@ +spinner - Create and manipulate a spinner widget +

spinner - Create and manipulate a spinner widget

+ +

SYNOPSIS

+spinner pathName ?options? +

INHERITANCE

+itk::Widget <- Labeledwidget <- Spinner +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+insertBorderWidth
+justify
+selectForeground
+
+borderWidth
+highlightColor
+insertOffTime
+relief
+textVariable
+
+cursor
+highlightThickness
+insertOnTime
+selectBackground
+
+exportSelection
+insertBackground
+insertWidth
+selectBorderWidth
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+show
+
+state
+
+ +
+

+See the "entry" manual entry for details on the associated options. +

INHERITED OPTIONS

+

+ + + + + +
+childSitePos
+invalid
+width
+
+command
+textBackground
+
+fixed
+textFont
+
+focusCommand
+validate
+
+

+See the "entryfield" widget manual entry for details on the above +inherited options. +

+ + + + + +
+disabledForeground
+labelMargin
+state
+
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+

+See the "labeledwidget" widget manual entry for details on the above +inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   arrowOrient
+Class:                  Orient
+Command-Line Switch:	-arroworient
+
+
    +Specifies placement of arrow buttons: horizontal or vertical. +The default is vertical. +
+

+

+Name:                   decrement
+Class:                  Command
+Command-Line Switch:	-decrement
+
+
    +Tcl command to be executed when down arrow is pressed. +
+

+

+Name:                   increment
+Class:                  Command
+Command-Line Switch:	-increment
+
+
    +Tcl command to be executed when up arrow is pressed. +
+

+

+Name:                   repeatDelay
+Class:                  RepeatDelay
+Command-Line Switch:	-repeatdelay
+
+
    +Specifies the initial delay in milliseconds before the spinner repeat action +on the arrow buttons engages. The default is 300 milliseconds. +
+

+

+Name:                   repeatInterval
+Class:                  RepeatInterval
+Command-Line Switch:	-repeatinterval
+
+
    +Specifies the repeat delay in milliseconds between selections of the arrow +buttons. A repeatinterval of 0 disables button repeat. The default is +100 milliseconds. +
+

+


+ +

DESCRIPTION

+

+The spinner command creates a spinner widget. The spinner is +comprised of an entryfield plus up and down arrow buttons. +Arrows may be drawn horizontally or vertically. + + +

METHODS

+

+The spinner command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for spinner widgets: +

ASSOCIATED METHODS

+

+ + + + + +
+delete
+insert
+
+get
+scan
+
+icursor
+selection
+
+index
+xview
+
+

+See the "entry" manual entry for details on the associated methods. +

INHERITED METHODS

+

+ + + + + +
+childsite
+
+clear
+
+peek
+
+
+

+See the "entryfield" manual entry for details on the associated methods. +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the spinner +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the spinner +command. +
+
+
pathName down + +
Derived classes may overload this method to specialize functionality. +
+
+
pathName up + +
Derived classes may overload this method to specialize functionality. + +
+

COMPONENTS

+

+

+Name:                   downarrow
+Class:                  Canvas
+
+
    +The downarrow component is the downward pointing button of the spinner. See +the "canvas" widget manual entry for details on the downarrow component item. +
+

+

+Name:                   uparrow
+Class:                  Canvas
+
+
    +The uparrow component is the upward pointing button of the spinner. See +the "canvas" widget manual entry for details on the uparrow component item. +
+ + +

EXAMPLE

+
+ set months {January February March April May June July \\
+                 August September October November December}
+
+ proc blockInput {char} {
+     return 0
+ }
+
+ proc spinMonth {step} {
+     global months
+
+     set index [expr [lsearch $months [.sm get]] + $step]
+
+     if {$index < 0} {set index 11}
+     if {$index > 11} {set index 0}
+
+     .sm delete 0 end
+     .sm insert 0 [lindex $months $index]
+ }
+
+ spinner .sm -labeltext "Month : " -width 10 -fixed 10 -validate blockInput \\
+             -decrement {spinMonth -1} -increment {spinMonth 1}
+ .sm insert 0 January
+
+ pack .sm -padx 10 -pady 10
+
+

ACKNOWLEDGEMENTS:

+

+Ken Copeland <ken@hilco.com> +

    +10/18/95 - Added auto-repeat action to spinner arrow buttons. +
+

+

AUTHOR

+Sue Yockey +

KEYWORDS

+spinner, widget diff --git a/itcl/iwidgets/demos/html/spintime.n.html b/itcl/iwidgets/demos/html/spintime.n.html new file mode 100644 index 0000000000..8fdb55d80b --- /dev/null +++ b/itcl/iwidgets/demos/html/spintime.n.html @@ -0,0 +1,604 @@ +spintime - Create and manipulate time spinner widgets +

spintime - Create and manipulate time spinner widgets

+ +

SYNOPSIS

+spintime pathName ?options? +

INHERITANCE

+itk::Widget <- Spintime + +

STANDARD OPTIONS

+

+ + + + + +
+background
+
+cursor
+
+foreground
+
+relief
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+textBackground
+
+textFont
+
+ +
+

+See the "entryfield" manual entry for details on the above associated options. +

+ + + + + +
+labelFont
+
+labelMargin
+
+ +
+

+See the "labeledwidget" manual entry for details on the above associated +options. +

+ + + + + +
+arrowOrient
+
+repeatDelay
+
+repeatInterval
+
+
+

+See the "spinner" manual entry for details on the above associated options. + +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   labelPos
+Class:                  Position
+Command-Line Switch:	-labelpos
+
+
    +Specifies the position of the label along the sides of the various +spinners: n, e, s, or w. The default is w. +
+

+

+Name:                   hourLabel
+Class:                  Text
+Command-Line Switch:	-hourlabel
+
+
    +Specifies the text of the label for the hour spinner. The default is "Hour". +
+

+

+Name:                   hourOn
+Class:                  hourOn
+Command-Line Switch:	-houron
+
+
    +Specifies whether or not to display the hour spinner in any of the forms +acceptable to Tcl_GetBoolean. The default is true. +
+

+

+Name:                   hourWidth
+Class:                  Width
+Command-Line Switch:	-hourwidth
+
+
    +Specifies the width of the hour spinner in any of the forms acceptable to +Tcl_GetPixels. The default is 3 pixels. +
+

+

+Name:                   militaryOn
+Class:                  militaryOn
+Command-Line Switch:	-militaryon
+
+
    +Specifies use of a 24 hour clock for hour display in any of the forms +acceptable to Tcl_GetBoolean. The default is true. +
+

+

+Name:                   minuteLabel
+Class:                  Text
+Command-Line Switch:	-minutelabel
+
+
    +Specifies the text of the label for the minute spinner. The default is +"Minute". +
+

+

+Name:                   minuteOn
+Class:                  minuteOn
+Command-Line Switch:	-minuteon
+
+
    +Specifies whether or not to display the minute spinner in any of the forms +acceptable to Tcl_GetBoolean. The default is true. +
+

+

+Name:                   minuteWidth
+Class:                  Width
+Command-Line Switch:	-minutewidth
+
+
    +Specifies the width of the minute spinner in any of the forms acceptable to +Tcl_GetPixels. The default is 3 pixels. +
+

+

+Name:                   orient
+Class:                  Orient
+Command-Line Switch:	-orient
+
+
    +Specifies the orientation of the hour, minute, and second spinners: vertical or horizontal. The default is horizontal. +
+

+

+Name:                   secondLabel
+Class:                  Text
+Command-Line Switch:	-secondlabel
+
+
    +Specifies the text of the label for the second spinner. The default is +"Second" +
+

+

+Name:                   secondOn
+Class:                  secondOn
+Command-Line Switch:	-secondon
+
+
    +Specifies whether or not to display the second spinner in any of the forms +acceptable to Tcl_GetBoolean. The default is true. +
+

+

+Name:                   secondWidth
+Class:                  Width
+Command-Line Switch:	-secondwidth
+
+
    +Specifies the width of the second spinner in any of the forms acceptable to +Tcl_GetPixels. The default is 3 pixels. +
+

+

+Name:                   timeMargin
+Class:                  Margin
+Command-Line Switch:	-timemargin
+
+
    +Specifies the margin space between the hour, minute, and second spinners is +any of the forms accpetable to Tcl_GetPixels. The default is 1 pixel. +
+

+ +
+

+spintime
+set
+use
+entry.
+an
+second
+


+creates
+command
+pathName.
+be
+various
+widget.
+following
+pathName
+...
?
+the
+exact
+command.
+are
+widgets:
+


+
+current
+configuration
+option.
+any
+accepted
+command.
+pathName
+option
+

+the
+the
+option
+a
+of
+for
+for
+format
+If
+with
+the
+list
+named
+will
+the
+the
+no
+If
+option-value
+then
+the
+to
+value(s);
+the
+empty
+have
+values
+spintime
+

+
+current
+spintime
+format
+as
+value
+and
+respectively.
+by
+clock
+information
+and
+

+time
+the
+to
+the
+time
+either
+an
+or
+Reference
+for
+obtaining
+format.
+
+Spinint
+ + + + +
+

DESCRIPTION


+command
+of
+in
+The
+hour,
+spinner
+The
+a
+whose
+This
+used
+operations
+It
+general
+option
+
+args
+behavior
+The
+possible
+

WIDGET-SPECIFIC
+pathName
+

+value
+option
+Option
+of
+by
+
+configure
+value
+Query
+configuration
+widget.
+is
+list
+the
+pathName
+information
+of
+option
+no
+command
+describing
+option
+be
+corresponding
+value
+option
+one
+pairs
+the
+given
+have
+in
+command
+string.
+any
+accepted
+command.
+pathName
+

+contents
+widget
+of
+an
+using
+-clicks
+The
+string.
+command
+on
+its
+

+

+currently
+be
+time
+may
+as
+integer
+the
+the
+more
+times
+
+Name:
+

+


+creates
+spinners
+time
+set
+minute,
+widget.
+spintime
+new
+name
+command
+to
+on
+has
+form:
+?arg
+Option
+determine
+of
+following
+for
+METHODS
+cget
+Returns
+of
+given
+may
+the
+the
+


+?option?
+...
?
+or
+options
+If
+specified,
+describing
+available
+(see
+on
+this
+is
+value,
+returns
+the
+(this
+identical
+sublist
+returned
+is
+or
+are
+command
+widget
+the
+this
+returns
+Option
+of
+by
+

+get
+Returns
+of
+in
+string
+integer
+the
+format
+default
+Reference
+for
+obtaining
+formats.
+pathName
+

+displayed
+that
+argument.
+be
+a
+clock
+keyword
+clock
+information
+and
+

COMPONENTS


+hour
+
+The
+a
+for
+value
+includes
+and
+

METHODS


+command
+Tcl
+is
+may
+invoke
+the
+the
+

+arg
+and
+the
+the
+commands
+spintime
+

+option
+the
+the
+by
+have
+values
+spintime
+

+?value
+

+modify
+of
+no
+returns
+all
+options
+Tk_ConfigureInfo
+the
+list).
+specified
+then
+a
+one
+list
+to
+of
+if
+specified).
+more
+specified,
+modifies
+option(s)
+given
+case
+an
+may
+the
+the
+

+?format?
+the
+the
+a
+or
+clock
+-string
+options
+is
+the
+more
+time
+

+show
+Changes
+time
+of
+The
+specified
+string,
+value
+"now".
+command
+on
+its
+


+Class:
+

+
    +The hour component is the hour spinner of the time spinner. See the +SpinInt widget manual entry for details on the hour component item. +
+

+

+Name:                   minute
+Class:                  Spinint
+
+
    +The minute component is the minute spinner of the time spinner. See +the SpinInt widget manual entry for details on the minute component item. +
+

+

+Name:                   second
+Class:                  Spinint
+
+
    +The second component is the second spinner of the time spinner. See the +SpinInt widget manual entry for details on the second component item. +
+
+ +

EXAMPLE

+
+spintime .st
+pack .st -padx 10 -pady 10
+
+

AUTHORS

+Sue Yockey +

+Mark L. Ulferts +

KEYWORDS

+spintime, spinint, spinner, entryfield, entry, widget + diff --git a/itcl/iwidgets/demos/html/tabnotebook.n.html b/itcl/iwidgets/demos/html/tabnotebook.n.html new file mode 100644 index 0000000000..97064a914d --- /dev/null +++ b/itcl/iwidgets/demos/html/tabnotebook.n.html @@ -0,0 +1,860 @@ +tabnotebook - create and manipulate tabnotebook widgets +

tabnotebook - create and manipulate tabnotebook widgets

+ +

SYNOPSIS

+tabnotebook pathName? options? +

INHERITANCE

+itk::Widget <- tabnotebook +

STANDARD OPTIONS

+

+ + + + + +
+background
+cursor
+
+disabledForeground
+font
+
+foreground
+height
+
+scrollCommand
+width
+
+

+See the "options" manual entry for details on the standard options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   angle
+Class:                  Angle
+Command-Line Switch:	-angle
+
+
    +Specifes the angle of slope from the inner edge to the outer edge of the tab. +An angle of 0 specifies square tabs. Valid ranges are 0 to 45 degrees +inclusive. Default is 15 degrees. If tabPos is e or w, this option +is ignored. +
+

+

+Name:                   auto
+Class:                  Auto
+Command-Line Switch:	-auto
+
+
    +Specifies whether to use the automatic packing/unpacking algorithm of the +notebook. A value of true indicates that page frames will be unpacked and +packed acoording to the algorithm described in the select command. A value +of false leaves the current page packed and +subsequent selects, next, or previous commands do not +switch pages automatically. In either case the page's associated +command (see the add command's description of the command option) is +invoked. The value may have any of the forms accepted by +the Tcl_GetBoolean, such as true, false, 0, +1, yes, or no. +
+

+

+Name:                   backdrop
+Class:                  Backdrop
+Command-Line Switch:	-backdrop
+
+
    +Specifies a background color to use when filling in the backdrop area +behind the tabs. +
+

+

+Name:                   background
+Class:                  Background
+Command-Line Switch:	-background
+
+
    +Specifies a background color to use for displaying a page and its associated +tab. This can be thought of as the selected tab background color, since the +tab associated with the selected page is the selected tab. +
+

+

+Name:                   bevelAmount
+Class:                  BevelAmount
+Command-Line Switch:	-bevelamount
+
+
    +Specifes the size of tab corners. A value of 0 with angle set to +0 results in square tabs. A bevelAmount of 4, means that the tab will +be drawn with angled corners that cut in 4 pixels from the edge of +the tab. The default is 0. +
+

+

+Name:                   borderWidth
+Class:                  BorderWidth
+Command-Line Switch:	-borderwidth
+
+
    +Specifies the width of shadowed border to place around the notebook area of +the tabnotebook. The default value is 2. +
+

+

+Name:                   disabledForeground
+Class:                  DisabledForeground
+Command-Line Switch:	-disabledforeground
+
+
    +Specifies a foreground color to use for displaying a tab's label when +its state is disabled. +
+

+

+Name:                   equalTabs
+Class:                  EqualTabs
+Command-Line Switch:	-equaltabs
+
+
    +Specifies whether to force tabs to be equal sized or not. A value +of true means constrain tabs to be equal sized. A value +of false allows each tab to size based on the text label size. The +value may have any of the forms accepted by the Tcl_GetBoolean, such +as true, false, 0, 1, yes, or no. +
+
    +For horizontally positioned tabs (tabpos is either s or n), +true forces all tabs to be equal width (the width being equal to +the longest label plus any padX specified). Horizontal tabs are +always equal in height. +
+
    +For vertically positioned tabs (tabpos is either w or e), +true forces all tabs to be equal height (the height being equal to the +height of the label with the largest font). Vertically oriented tabs +are always equal in width. +
+

+

+Name:                   foreground
+Class:                  Foreground
+Command-Line Switch:	-foreground
+
+
    +Specifies a foreground color to use for displaying a page and its associated +tab label. This can be thought of as the selected tab background color, +since the tab associated with the selected page is the selected tab. +
+

+

+Name:                   gap
+Class:                  Gap
+Command-Line Switch:	-gap
+
+
    +Specifies the amount of pixel space to place between each tab. Value may +be any pixel offset value. In addition, a special keyword overlap +can be used as the value to achieve a standard overlap of tabs. This value +may have any of the forms acceptable to Tk_GetPixels. +
+

+

+Name:                   margin
+Class:                  Margin
+Command-Line Switch:	-Bmargin
+
+
    +Specifies the amount of space to place between the outside edge of the +tabnotebook and the outside edge of its tabs. If tabPos is s, +this is the amount of space between the bottom edge of the tabnotebook and +the bottom edge of the set of tabs. If tabPos is n, this is +the amount of space between the top edge of the tabnotebook and the top +edge of the set of tabs. If tabPos is e, this is the amount of +space between the right edge of the tabnotebook and the right edge of the +set of tabs. If tabPos is w, this is the amount of space +between the left edge of the tabnotebook and the left edge of the set +of tabs. This value may have any of the forms acceptable to Tk_GetPixels. +
+

+

+Name:                   padX
+Class:                  PadX
+Command-Line Switch:	-padx
+
+
    +Specifies a non-negative value indicating how much extra space to request +for a tab around its label in the X-direction. When computing how large +a window it needs, the tab will add this amount to the width it would +normally need The tab will end up with extra internal space to the left +and right of its text label. This value may have any of the forms acceptable +to Tk_GetPixels. +
+

+

+Name:                   padY
+Class:                  PadY
+Command-Line Switch:	-pady
+
+
    +Specifies a non-negative value indicating how much extra space to request for +a tab around its label in the Y-direction. When computing how large a +window it needs, the tab will add this amount to the height it would normally +need The tab will end up with extra internal space to the top and bottom of +its text label. This value may have any of the forms acceptable +to Tk_GetPixels. +
+

+

+Name:                   raiseSelect
+Class:                  RaiseSelect
+Command-Line Switch:	-raiseselect
+
+
    +Specifes whether to slightly raise the selected tab from the rest of the +tabs. The selected tab is drawn 2 pixels closer to the outside of the +tabnotebook than the unselected tabs. A value of true says to +raise selected tabs, a value of false turns this feature off. The +default is false. The value may have any of the forms accepted +by the Tcl_GetBoolean, such as true, false, 0, +1, yes, or no. +
+

+

+Name:                   start
+Class:                  Start
+Command-Line Switch:	-start
+
+
    +Specifies the amount of space to place between the left or top edge of the +tabnotebook and the starting edge of its tabs. For horizontally positioned +tabs, this is the amount of space between the left edge of the notebook and +the left edge of the first tab. For vertically positioned tabs, this is the +amount of space between the top of the notebook and the top of the first +tab. This value may change if the user performs a MButton-2 scroll on the +tabs. This value may have any of the forms acceptable to Tk_GetPixels. +
+

+

+Name:                   state
+Class:                  State
+Command-Line Switch:	-state
+
+
    +Sets the active state of the tabnotebook. Specifying normal allows +all pages to be selectable. Specifying disabled disables the notebook +causing all page tabs to be drawn in the disabledForeground color. +
+

+

+Name:                   tabBackground
+Class:                  TabBackground
+Command-Line Switch:	-tabbackground
+
+
    +Specifies a background color to use for displaying tab backgrounds when +they are in their unselected state. This is the background associated with +tabs on all pages other than the selected page. +
+

+

+Name:                   tabBorders
+Class:                  TabBorders
+Command-Line Switch:	-tabborders
+
+
    +Specifies whether to draw the borders of tabs that are not selected. +Specifying true (the default) draws these borders, +specifying false draws only the border around the selected tab. The +value may have any of the forms accepted by the Tcl_GetBoolean, +such as true, false, 0, 1, yes, or no. +
+

+

+Name:                   tabForeground
+Class:                  TabForeground
+Command-Line Switch:	-tabforeground
+
+
    +Specifies a foreground color to use for displaying tab labels when they +are in their unselected state. This is the foreground associated with tabs +on all pages other than the selected page. +
+

+

+Name:                   tabPos
+Class:                  TabPos
+Command-Line Switch:	-tabpos
+
+
    +Specifies the location of the set of tabs in relation to the notebook +area. Must be n, s, e, or w. Defaults to s. +
+
+

DESCRIPTION

+

+The tabnotebook command creates a new window (given by the pathName +argument) and makes it into a tabnotebook widget. Additional options, +described above may be specified on the command line or in the option +database to configure aspects of the tabnotebook such as its colors, font, +and text. The tabnotebook command returns its pathName argument. At the +time this command is invoked, there must not exist a window named +pathName, but pathName's parent must exist. +

+A tabnotebook is a widget that contains a set of tabbed pages. It +displays one page from the set as the selected page. A Tab displays the +label for the page to which it is attached and serves as a page +selector. When a page's tab is selected, the page's contents are displayed +in the page area. The selected tab has a three-dimensional effect to make +it appear to float above the other tabs. The tabs are displayed as a group +along either the left, top, right, or bottom edge. When first created a +tabnotebook has no pages. Pages may be added or deleted using widget +commands described below. +

+A special option may be provided to the tabnotebook. The -auto +option specifies whether the tabnotebook will automatically handle the +unpacking and packing of pages when pages are selected. A value of +true signifies that the notebook will automatically manage it. This is the +default value. A value of false signifies the notebook will not perform +automatic switching of pages. +

NOTEBOOK PAGES

+A tabnotebook's pages area contains a single child site frame. When a +new page is created it is a child of this frame. The page's child site +frame serves as a geometry container for applications to pack widgets +into. It is this frame that is automatically unpacked or packed when +the auto option is true. This creates the effect of one page being visible +at a time. When a new page is selected, the previously selected page's +child site frame is automatically unpacked from the tabnotebook's child +site frame and the newly selected page's child site is packed into the +tabnotebook's child site frame. +

+However, sometimes it is desirable to handle page changes in a different +manner. By specifying the auto option as false, child site +packing can be disabled and done differently. For example, all widgets +might be packed into the first page's child site frame. Then when +a new page is selected, the application can reconfigure the widgets +and give the appearance that the page was flipped. +

+In both cases the command option for a page specifies a Tcl Command +to execute when the page is selected. In the case of auto +being true, it is between the unpacking of the previously selected +page and the packing of the newly selected page. +

+Notebook pages can also be controlled with scroll bars or other widgets +that obey the scrollcommand protocol. By giving a scrollbar +a -command to call the tabnotebook's select method, the +tabnotebook can be controlled with a scrollbar. +

+The notebook area is implemented with the notebook mega widget. +

TABS

+Tabs appear along the edge of the notebook area. Tabs are drawn to appear +attached to their associated page. When a tab is clicked on, the associated +page is selected and the tab is drawn as raised above all other tabs and as +a seamless part of its notebook page. Tabs can be controlled in their +location along the edges, the angle tab sides are drawn with, gap between +tabs, starting margin of tabs, internal padding around text labels in +a tab, the font, and its label. +

+The Tab area is implemented with the tabset mega widget. +See tabset(1). Tabs may be oriented along either the north, south, +east, or west sides with the tabPos option. North and south tabs +may appear as angled, square, or bevelled. West and east tabs may appear +as square or bevelled. By changing tab gaps, tab angles, bevelling, +orientations, colors, fonts, start locations, and margins; tabs may appear +in a wide variety of styles. For example, it is possible to implement +Microsoft-style tabs, Borland property tab styles, or Borland Delphi +style tabs all with the same tabnotebook. +

WIDGET-SPECIFIC METHODS

+

+The tabnotebook command creates a new Tcl command whose name +is pathName. This command may be used to invoke various operations +on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+option and the args +determine the exact behavior of the command. +

+Many of the widget commands for a notebook take as one argument an +indicator of which page of the notebook to operate on. These indicators are +called indexes and may be specified in any of the following forms: +

+
number + +
Specifies the page numerically, where 0 corresponds to the first page +in the notebook, 1 to the second, and so on. +
+
+
select + +
Specifies the currently selected page's index. If no page is currently +selected, the value -1 is returned. +
+
+
end + +
Specifes the last page in the tabnotebook's index. If the notebook is empty +this will return -1. +
+
+
pattern + +
If the index doesn't satisfy any of the above forms, then this form is +used. Pattern is pattern-matched against the label of each page in the +notebook, in order from the first to the last page, until a matching entry +is found. The rules of Tcl_StringMatch are used. +'............................................................................. +The following commands are possible for tabnotebook widgets: +
+
+
pathName add ?option value option value ...? + +
Add a new page at the end of the tabnotebook. A new child site frame is +created. Returns the child site pathName. If additional arguments are +present, they specify any of the following options: +
+
    +
    +
    -angle value + +
    Specifes the angle of slope from the inner edge to the outer edge of the +tab. An angle of 0 specifies square tabs. Valid ranges are 0 to 45 degrees +inclusive. Default is 15 degrees. If this option is specified as an empty +string (the default), then the angle option for the overall tabnotebook +is used. This is generally only set at the tabnotebook level. Tabs normally +will want to share the same angle value. +
    +
    +
    -background value + +
    Specifies a background color to use for displaying tabs when they are +selected and for displaying the current page. If this option is specified +as an empty string (the default), then the background option for the +overall tabnotebook is used. +
    +
    +
    -bevelamount value + +
    Specifes the size of tab corners. A value of 0 with angle set to 0 +results in square tabs. A bevelAmount of 4, means that the tab will be +drawn with angled corners that cut in 4 pixels from the edge of the tab. +The default is 0. This is generally only set at the tabnotebook level. +Tabs normally will want to share the same bevelAmount. +
    +
    +
    -bitmap value + +
    If label is a non-empty string, specifies a bitmap to display in this +page's tab. Bitmap may be of any of the forms accepted by Tk_GetPixmap. +
    +
    +
    -command value + +
    Specifies a Tcl command to be executed when this page is selected. This +allows the programmer a hook to reconfigure this page's widgets or any +other page's widgets. +
      +If the tabnotebook has the auto option set to true, when a page is +selected this command will be called immediately after the previously +selected page is unpacked and immediately before this page is selected. The +index value select is valid during this Tcl command. `index select' will +return this page's page number. +
    +
      +If the auto option is set to false, when a page is selected the unpack +and pack calls are bypassed. This Tcl command is still called. +
    +
    +
    +
    -disabledforeground value + +
    Specifies a foreground color to use for displaying tab labels when tabs +are in their disable state. If this option is specified as an empty +string (the default), then the disabledforeground option for the overall +tabnotebook is used. +
    +
    +
    -font value + +
    Specifies the font to use when drawing a text label on a page tab. If +this option is specified as an empty string then the font option for the +overall tabnotebook is used.. +
    +
    +
    -foreground value + +
    Specifies a foreground color to use for displaying tab labels when they are +selected. If this option is specified as an empty string (the default), +then the foreground option for the overall tabnotebook is used. +
    +
    +
    -label value + +
    Specifies a string to display as an identifying label for a notebook +page. This label serves as an additional identifier used to reference the +page. This label may be used for the index value in widget commands. +
    +
    +
    -tabbackground value + +
    Specifies a background color to use for displaying a tab when it is not +elected. If this option is specified as an empty string (the default), then +the tabBackground option for the overall tabnotebook is used. +
    +
    +
    -tabforeground value + +
    Specifies a foreground color to use for displaying the tab's text label +when it is not selected. If this option is specified as an empty +string (the default), then the tabForeground option for the overall +tabnotebook is used. +
    +
    +
    -padx value + +
    Specifies a non-negative value indicating how much extra space to request +for a tab around its label in the X-direction. When computing how large a +window it needs, the tab will add this amount to the width it would +normally need The tab will end up with extra internal space to the +left and right of its text label. This value may have any of the forms +acceptable to Tk_GetPixels. If this option is specified as an empty +string (the default), then the padX option for the overall tabnotebook is used +
    +
    +
    -pady value + +
    Specifies a non-negative value indicating how much extra space to request +for a tab around its label in the Y-direction. When computing how large +a window it needs, the tab will add this amount to the height it would +normally need The tab will end up with extra internal space to the top and +bottom of its text label. This value may have any of the forms acceptable +to Tk_GetPixels. If this option is specified as an empty string (the +default), then the padY option for the overall tabnotebook is used +
    +
    +
    -state value + +
    Specifies one of two states for the page: normal or disabled. In normal state +unselected tabs are displayed using the tabforeground and tabbackground +option from the tabnotebook or the page. Selected tabs and pages are +displayed using the foreground and background option from the tabnotebook or +the page. The disabled state means that the page and its tab is +insensitive: it doesn't respond to mouse button presses or releases. In this +state the entry is displayed according to its disabledForeground option for +the tabnotebook and the background/tabbackground option from the page or +the tabnotebook. +
    +
+
+
'>>>>>>>>>> + +
pathName childSite ?index? +If passed no arguments, returns a list of pathNames for all the pages +in the tabnotebook. If the tab notebook is empty, an empty list is returned +
    +If index is passed, it returns the pathName for the page's +child site frame specified by index. Widgets that are created +with this pathName will be displayed when the associated page is +selected. If index is not a valid index, an empty string is returned. +
+
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. If no option +is specified, returns a list describing all of the available options +for pathName (see Tk_ConfigureInfo for information on the +format of this list). If option is specified with no value, then the +command returns a list describing the one named option (this list will be +identical to the corresponding sublist of the value returned if no option +is specified). If one or more option-value pairs are specified, then the +command modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. Option may have any +of the values accepted by the tabnotebook command. +
+
+
pathName delete index1 ?index2? + +
Delete all of the pages between index1 and index2 inclusive. +If index2 is omitted then it defaults to index1. Returns an +empty string. +
+
+
pathName index index + +
Returns the numerical index corresponding to index. +
+
+
pathName insert index ?option value option value ...? + +
Insert a new page in the tabnotebook before the page specified +by index. A new child site frame is created. The additional +arguments are the same as for the add command. Returns the +child site pathName. +
+
+
pathName next + +
Advances the selected page to the next page (order is determined by +insertion order). If the currently selected page is the last page in +the notebook, the selection wraps around to the first page in the +notebook. It behaves as if the user selected the new page. +
    +For notebooks with auto set to true the current page's +child site is unpacked from the notebook's child site frame. Then the next +page's child site is packed into the notebook's child site frame. The +Tcl command given with the command option will be invoked between these +two operations. +
+
    +For notebooks with auto set to false the Tcl command given +with the command option will be invoked. +
+
+
+
pathName pageconfigure index ?option? ?value option value ...? + +
This command is similar to the configure command, except that it +applies to the options for an individual page, whereas configure applies +to the options for the tabnotebook as a whole. Options may have +any of the values accepted by the add widget command. If options are +specified, options are modified as indicated in the command and the +command returns an empty string. If no options are specified, returns a +list describing the current options for page index (see Tk_ConfigureInfo +for information on the format of this list). +
+
+
pathName prev + +
Moves the selected page to the previous page (order is determined by +insertion order). If the currently selected page is the first page in +the notebook, the selection wraps around to the last page in the notebook. It +behaves as if the user selected the new page. +
    +For notebooks with auto set to true the current page's +child site is unpacked from the notebook's child site frame. Then the +previous page's child site is packed into the notebook's child site frame. +The Tcl command given with the command option will be invoked between these +two operations. +
+
    +For notebooks with auto set to false the Tcl command given +with the command option will be invoked. +
+
+
+
pathName select index + +
Selects the page specified by index as the currently selected page. +It behaves as if the user selected the new page. +
    +For notebooks with auto set to true the current page's child +site is unpacked from the notebook's child site frame. Then the index +page's child site is packed into the notebook's child site frame. The +Tcl command given with the command option will be invoked between these two +operations. +
+
    +For notebooks with auto set to false the Tcl command given +with the command option will be invoked. +
+
+
+
pathName view + +
Returns the currently selected page. This command is for compatibility with +the scrollbar widget. +
+
+
pathName view index + +
Selects the page specified by index as the currently selected page. +This command is for compatibility with the scrollbar widget. +
+
+
pathName view moveto fraction + +
Uses the fraction value to determine the corresponding page to move to. +This command is for compatibility with the scrollbar widget. +
+
+
pathName view scroll num what + +
Uses the num value to determine how many pages to move forward or +backward (num can be negative or positive). The what argument +is ignored. This command is for compatibility with the scrollbar widget. +
+

COMPONENTS

+

+Generally all behavior of the internal components, tabset +and notebook are controlled via the pageconfigure method. +The following section documents these two components. +

+

+Name:                   tabset
+Class:                  Tabset
+
+
    +This is the tabset component. It implements the tabs that are associated +with the notebook component. +
+
    +See the "Tabset" widget manual entry for details on +the tabset component item. +
+

+

+Name:                   notebook
+Class:                  Notebook
+
+
    +This is the notebook component. It implements the notebook that contains the +pages of the tabnotebook. +
+
    +See the "Notebook" widget manual entry for details on +the notebook component item. +
+ +

EXAMPLE

+

+Following is an example that creates a tabnotebook with two pages. +

+ + + + + +
+

    +the
    +pack
    +-width
    +pack
    +nw
    +\\
    +-side
    +10
    +

      +pages
      +#
      +and
      +add
      +.tn
      +Two"
      +Get
      +frames
      +pages.
      +childsite
      +[.tn
      +

    +buttons
    +of
    +$page1CS.b
    +pack
    +-text
    +$page2CS.b
    +Select
    +of
    +select
    +
+
+tabnotebook
+it.
+100
+.tn
+\\
+-expand
+left
+\\
+#
+to
+labelled
+"Page
+-label
+add
+
+the
+of
+set
+0]
+childsite
+

    +on
    +the
    +-text
    +$page1CS.b
    +"Button
    +

+the
+the
+0
+
+#
+widget
+tabnotebook
+-height
+\\
+-fill
+yes
+\\
+-pady
+Add
+the
+"Page
+Two"
+"Page
+-label
+

    +child
    +these
    +page1CS
    +set
    +"Page
    +#
    +each
    +tabnotebook.
    +"Button
    +button
    +Two"
    +

      +first
      +tabnotebook.
      +

    +
+Create
+and
+.tn
+100
+-anchor
+both
+\\
+-padx
+10
+two
+tabnotebook,
+One"
+.tn
+One"
+"Page
+#
+site
+two
+[.tn
+page2CS
+Two"]
+Create
+page
+button
+One"
+$page2CS.b
+pack
+#
+page
+.tn
+
+

AUTHOR

+Bill W. Scott +

KEYWORDS

+tab tabset notebook tabnotebook page diff --git a/itcl/iwidgets/demos/html/tabset.n.html b/itcl/iwidgets/demos/html/tabset.n.html new file mode 100644 index 0000000000..90e6f7b856 --- /dev/null +++ b/itcl/iwidgets/demos/html/tabset.n.html @@ -0,0 +1,681 @@ +tabset - create and manipulate tabs as as set +

tabset - create and manipulate tabs as as set

+ +

SYNOPSIS

+tabset pathName ?options? +

INHERITANCE

+itk::Widget <- tabset +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+width
+
+font
+selectForeground
+
+selectBackground
+disabledForeground
+
+cursor
+height
+
+

+See the "options" manual entry for details on the standard options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   angle
+Class:                  Angle
+Command-Line Switch:	-angle
+
+
    +Specifes the angle of slope from the inner edge to the outer edge of the +tab. An angle of 0 specifies square tabs. Valid ranges are 0 to 45 degrees +inclusive. Default is 15 degrees. If tabPos is e or w, this option is ignored. +
+

+

+Name:                   backdrop
+Class:                  Backdrop
+Command-Line Switch:	-backdrop
+
+
    +Specifies a background color to use when filling in the area behind the tabs. +
+

+

+Name:                   bevelAmount
+Class:                  BevelAmount
+Command-Line Switch:	-bevelamount
+
+
    +Specifes the size of tab corners. A value of 0 with angle set to 0 results +in square tabs. A bevelAmount of 4, means that the tab will be +drawn with angled corners that cut in 4 pixels from the edge of the +tab. The default is 0. +
+

+

+Name:                   command
+Class:                  Command
+Command-Line Switch:	-command
+Specifes the prefix of a Tcl command to invoke to change the view in the 
+widget associated with the tabset. When a user selects a tab, a Tcl command 
+is invoked. The actual command consists of this option followed by a space 
+and a number. The number is the numerical index of the tab that has been 
+selected.
+

+ +Name: equalTabs +Class: EqualTabs +Command-Line Switch: -equaltabs + +
    +Specifies whether to force tabs to be equal sized or not. A value +of true means constrain tabs to be equal sized. A value +of false allows each tab to size based on the text label size. The +value may have any of the forms accepted by the Tcl_GetBoolean, such +as true, false, 0, 1, yes, or no. +
+
    +For horizontally positioned tabs (tabPos is either s +or n), true forces all tabs to be equal width (the width being +equal to the longest label plus any padX specified). Horizontal tabs are +always equal in height. +
+
    +For vertically positioned tabs (tabPos is either w or e), +true forces all tabs to be equal height (the height being equal to +the height of the label with the largest font). Vertically oriented tabs are +always equal in width. +
+

+

+Name:                   gap
+Class:                  Gap
+Command-Line Switch:	-gap
+
+
    +Specifies the amount of pixel space to place between each tab. Value may +be any pixel offset value. In addition, a special keyword overlap +can be used as the value to achieve a standard overlap of tabs. This value +may have any of the forms acceptable to Tk_GetPixels. +
+

+

+Name:                   margin
+Class:                  Margin
+Command-Line Switch:	-margin
+
+
    +Specifies the amount of space to place between the outside edge of the +tabset and the outside edge of its tabs. If tabPos is s, this +is the amount of space between the bottom edge of the tabset and the +bottom edge of the set of tabs. If tabPos is n, this is the +amount of space between the top edge of the tabset and the top edge of the +set of tabs. If tabPos is e, this is the amount of space between +the right edge of the tabset and the right edge of the set of tabs. +If tabPos is w, this is the amount of space between the left +edge of the tabset and the left edge of the set of tabs. This value may +have any of the forms acceptable to Tk_GetPixels. +
+

+

+Name:                   padX
+Class:                  PadX
+Command-Line Switch:	-padx
+
+
    +Specifies a non-negative value indicating how much extra space to request for +a tab around its label in the X-direction. When computing how large a +window it needs, the tab will add this amount to the width it would normally +need The tab will end up with extra internal space to the left and right of +its text label. This value may have any of the forms acceptable +to Tk_GetPixels. +
+

+

+Name:                   padY
+Class:                  PadY
+Command-Line Switch:	-pady
+
+
    +Specifies a non-negative value indicating how much extra space to request +for a tab around its label in the Y-direction. When computing how large a +window it needs, the tab will add this amount to the height it would +normally need The tab will end up with extra internal space to the top and +bottom of its text label. This value may have any of the forms acceptable +to Tk_GetPixels. +
+

+

+Name:                   raiseSelect
+Class:                  RaiseSelect
+Command-Line Switch:	-raiseselect
+
+
    +Specifes whether to slightly raise the selected tab from the rest of the +tabs. The selected tab is drawn 2 pixels closer to the outside edge of the +tabset than the unselected tabs. A value of true says to raise selected +tabs, a value of false turns this off. The default is false. The value may +have any of the forms accepted by the Tcl_GetBoolean, such +as true, false, 0, 1, yes, or no. +
+

+

+Name:                   start
+Class:                  Start
+Command-Line Switch:	-start
+
+
    +Specifies the amount of space to place between the left or top edge of the +tabset and the starting edge of its tabs. For horizontally positioned tabs, +this is the amount of space between the left edge of the tabset and the left +edge of the first tab. For vertically positioned tabs, this is the amount +of space between the top of the tabset and the top of the first tab. This +value may change if the user performs a MButton-2 scroll on the tabs. This +value may have any of the forms acceptable to Tk_GetPixels. +
+

+

+Name:                   state
+Class:                  State
+Command-Line Switch:	-state
+
+
    +Sets the active state of the tabset. Specifying normal allows all +tabs to be selectable. Specifying disabled disables the tabset +causing all tabs to be drawn in the disabledForeground color. +
+

+

+Name:                   tabBorders
+Class:                  TabBorders
+Command-Line Switch:	-tabborders
+
+
    +Specifies whether to draw the borders of tabs that are not selected. +Specifying true (the default) draws these borders, specifying false +draws only the border around the selected tab. The value may have any +of the forms accepted by the Tcl_GetBoolean, such +as true, false, 0, 1, yes, or no. +
+

+

+Name:                   tabPos
+Class:                  TabPos
+Command-Line Switch:	-tabpos
+
+
    +Specifies the location of the set of tabs in relation to another widget. Must +be n, s, e, or w. Defaults to s. North tabs +open downward, South tabs open upward. West tabs open to the right, east +tabs open to the left. +
+
+

DESCRIPTION

+

+The tabset command creates a new window (given by the pathName +argument) and makes it into a tabset widget. Additional options, +described above may be specified on the command line or in the option +database to configure aspects of the tabset such as its colors, font, and +text. The tabset command returns its pathName argument. At the +time this command is invoked, there must not exist a window +named pathName, but pathName's parent must exist. +

+A tabset is a widget that contains a set of Tab buttons. It displays +these tabs in a row or column depending on it tabpos. When a tab is +clicked on, it becomes the only tab in the tab set that is selected. All +other tabs are deselected. The Tcl command prefix associated with this +tab (through the command tab configure option) is invoked with the tab +index number appended to its argument list. This allows the tabset to +control another widget such as a Notebook. +

TABS

+Tabs are drawn to appear attached to another widget. The tabset draws an +edge boundary along one of its edges. This edge is known as the attachment +edge. This edge location is dependent on the value of tabPos. For +example, if tabPos is s, the attachment edge wil be on the +top side of the tabset (in order to attach to the bottom or south side of +its attached widget). The selected tab is draw with a 3d relief to appear +above the other tabs. This selected tab "opens" toward attachment edge. +

+Tabs can be controlled in their location along the edges, the angle that +tab sides are drawn with, gap between tabs, starting margin of tabs, +internal padding around labels in a tab, the font, and its text or bitmap. +

WIDGET-SPECIFIC METHODS

+

+The tabset command creates a new Tcl command whose name +is pathName. This command may be used to invoke various operations on +the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+option and the args +determine the exact behavior of the command. +

+Many of the widget commands for a tabset take as one argument an indicator +of which tab of the tabset to operate on. These indicators are called indexes +and may be specified in any of the following forms: +

+
number + +
Specifies the tab numerically, where 0 corresponds to the first tab in +the tab set, 1 to the second, and so on. +
+
+
select + +
Specifies the currently selected tab's index. If no tab is currently +selected, the value -1 is returned. +
+
+
end + +
Specifes the last tab in the tabset's index. If the tabset is empty this +will return -1. +
+
+
pattern + +
If the index doesn't satisfy any of the above forms, then this form is +used. Pattern is pattern-matched against the label of each tab in the +tabset, in order from the first to the last tab, until a matching entry is +found. The rules of Tcl_StringMatch are used. +
+

+'............................................................................. +The following commands are possible for tabset widgets: +

    +
    +
    pathName add ?option value option value ...? + +
    Add a new tab at the end of the tabset. Returns the child +site pathName. If additional arguments are present, they specify +any of the following options: +
    +
      +
      +
      -angle value + +
      Specifes the angle of slope from the inner edge to the outer edge of +the tab. An angle of 0 specifies square tabs. Valid ranges are 0 to +45 degrees inclusive. Default is 15 degrees. If this option is specified as +an empty string (the default), then the angle option for the overall tabset +is used. +
      +
      +
      -background value + +
      Specifies a background color to use for displaying tabs when they are in +their normal state (unselected). If this option is specified as an empty +string (the default), then the background option for the overall tabset is +used. +
      +
      +
      -bevelamount value + +
      Specifes the size of tab corners. A value of 0 with angle set to 0 results +in square tabs. A bevelAmount of 4, means that the tab will be drawn with +angled corners that cut in 4 pixels from the edge of the tab. The default is +0. This is generally only set at the tabset configuration level. Tabs +normally will want to share the same bevelAmount. +
      +
      +
      -bitmap value + +
      If label is a non-empty string, specifies a bitmap to display in the +tab. Bitmap may be of any of the forms accepted by Tk_GetBitmap. +
      +
      +
      -disabledforeground value + +
      Specifies a foreground color to use for displaying tab labels when tabs are +in their disable state. If this option is specified as an empty +string (the default), then the disabledforeground option for the overall +tabset is used. +
      +
      +
      -font value + +
      Specifies the font to use when drawing the label on a tab. If this option +is specified as an empty string then the font option for the overall +tabset is used. +
      +
      +
      -foreground value + +
      Specifies a foreground color to use for displaying tab labels when tabs +are in their normal unselected state. If this option is specified as an +empty string (the default), then the foreground option for the overall +tabset is used. +
      +
      +
      -image value + +
      If label is a non-empty string, specifies an image to display in the +tab. Image must have been created with the image create command. Typically, +if the image option is specified then it overrides other options that +specify a bitmap or textual value to display in the widget; the image +option may be reset to an empty string to re-enable a bitmap or text display. +
      +
      +
      -label value + +
      Specifies a text string to be placed in the tabs label. If this value is +set, the bitmap option is overridden and this option is used instead. This +label serves as an additional identifier used to reference the tab. This +label may be used for the index value in widget commands. +
      +
      +
      -selectbackground value + +
      Specifies a background color to use for displaying the selected tab. If +this option is specified as an empty string (the default), then the +selectBackground option for the overall tabset is used. +
      +
      +
      -selectforeground value + +
      Specifies a foreground color to use for displaying the selected tab. If +this option is specified as an empty string (the default), then the +selectForeground option for the overall tabset is used. +
      +
      +
      -padx value + +
      Specifies a non-negative value indicating how much extra space to request +for a tab around its label in the X-direction. When computing how large +a window it needs, the tab will add this amount to the width it would +normally need The tab will end up with extra internal space to the left +and right of its text label. This value may have any of the forms acceptable +to Tk_GetPixels. If this option is specified as an empty string (the +default), then the padX option for the overall tabset is used +
      +
      +
      -pady value + +
      Specifies a non-negative value indicating how much extra space to request +for a tab around its label in the Y-direction. When computing how large +a window it needs, the tab will add this amount to the height it would +normally need The tab will end up with extra internal space to the top +and bottom of its text label. This value may have any of the forms +acceptable to Tk_GetPixels. If this option is specified as an empty +string (the default), then the padY option for the overall tabset is used +
      +
      +
      -state value + +
      Sets the state of the tab. Specifying normal allows this tab to be +selectable. Specifying disabled disables the this tab causing its tab label +to be drawn in the disabledForeground color. The tab will not respond to +events until the state is set back to normal. +
      +
    +
    +
    pathName configure ?option? ?value option value ...? + +
    Query or modify the configuration options of the widget. If no option +is specified, returns a list describing all of the available options +for pathName (see Tk_ConfigureInfo for information on the +format of this list). If option is specified with no value, then the +command returns a list describing the one named option (this list will be +identical to the corresponding sublist of the value returned if no option +is specified). If one or more option-value pairs are specified, then the +command modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. Option may have any +of the values accepted by the tabset command. +
    +
    +
    pathName delete index1 ?index2? + +
    Delete all of the tabs between index1 and index2 inclusive. +If index2 is omitted then it defaults to index1. Returns an +empty string. +
    +
    +
    pathName index index + +
    Returns the numerical index corresponding to index. +
    +
    +
    pathName insert index ?option value option value ...? + +
    Insert a new tab in the tabset before the tab specified by index. The +additional arguments are the same as for the add command. Returns +the tab's pathName. +
    +
    +
    pathName next + +
    Advances the selected tab to the next tab (order is determined by insertion +order). If the currently selected tab is the last tab in the tabset, the +selection wraps around to the first tab. It behaves as if the user +selected the next tab. +
    +
    +
    pathName tabconfigure index ?option? ?value? + +
    This command is similar to the configure command, except that it +applies to the options for an individual tab, whereas configure applies to +the options for the tabset as a whole. Options may have any of the values +accepted by the add widget command. If options are specified, options +are modified as indicated in the command and the command returns an empty +string. If no options are specified, returns a list describing the current +options for tab index (see Tk_ConfigureInfo for information on +the format of this list). +
    +
    +
    pathName prev + +
    Moves the selected tab to the previous tab (order is determined by insertion +order). If the currently selected tab is the first tab in the tabset, the +selection wraps around to the last tab in the tabset. It behaves as if +the user selected the previous tab. +
    +
    +
    pathName select index + +
    Selects the tab specified by index as the currently selected tab. It +behaves as if the user selected the new tab. + +
    +

    EXAMPLE

    +

    +Following is an example that creates a tabset with two tabs and a list box +that the tabset controls. In addition selecting an item from the list +also selects the corresponding tab. +

    +

+ + + + +
+

    +a
    +how
    +item
    +list
    +from
    +callback.
    +item
    +selection
    +.l
    +.l
    +

      +proc
      +to
      +#
      +pixel
      +list..
      +y
      +whichItem
      +.ts
      +

    +a
    +items
    +#
    +1
    +selectTab
    +-selectmode
    +.l
    +.l
    +.l
    +pack
    +<ButtonPress-1>
    +}
    +Create
    +its
    +selectItem
    +labels
    +(one
    +.ts
    +add
    +add
    +select
    +-fill
    +

+
+
+proc
+to
+#
+given
+the
+proc
+}
+clear
+selection
+see
+#
+that
+select
+given
+coordinate
+proc
+}
+[.l
+select
+

    +listbox
    +(one
    +and
    +press
    +procedure.
    +single
    +insert
    +insert
    +selection
    +.l
    +{
    +

+a
+-command
+#
+to
+and
+-command
+-label
+-label
+0
+x
+
+#
+that
+select
+from
+an
+tabset
+selectItem
+{
+[.l
+set
+$item
+Define
+knows
+a
+a
+from
+selectTab
+{
+nearest
+$whichItem
+#
+with
+and
+bind
+to
+listbox
+-exportselection
+end
+end
+set
+bind
+selectTab
+

    +tabset,
    +to
    +Add
    +the
    +two).
    +selectItem
    +1
    +2
    +pack
    +-expand
    +
+Define
+knows
+an
+a
+index
+-command
+{
+.l
+curselection]
+$item
+}
+a
+how
+tab
+y
+the
+{
+set
+$y]
+}
+Create
+two
+two)
+button
+the
+.l
+false
+one
+two
+0
+.l
+%y
+#
+set
+call
+two
+tabset
+tabset
+.ts
+.ts
+.ts
+.ts
+no
+
+

AUTHOR

+Bill W. Scott +

KEYWORDS

+tab tabset notebook tabnotebook diff --git a/itcl/iwidgets/demos/html/timeentry.n.html b/itcl/iwidgets/demos/html/timeentry.n.html new file mode 100644 index 0000000000..020bc03789 --- /dev/null +++ b/itcl/iwidgets/demos/html/timeentry.n.html @@ -0,0 +1,256 @@ +timeentry - Create and manipulate a timeentry widget +

timeentry - Create and manipulate a timeentry widget

+ +

SYNOPSIS

+timeentry pathName ?options? +

INHERITANCE

+itk::Widget <- LabeledWidget <- Timefield <- Timeentry +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+justify
+
+borderWidth
+highlightColor
+relief
+
+cursor
+highlightThickness
+
+exportSelection
+insertBackground
+
+

+See the "options" manual entry for details on the standard options. +

INHERITED OPTIONS

+

+ + + + + +
+disabledForeground
+labelMargin
+state
+
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+

+See the "labeledwidget" class manual entry for details on these +inherited options. +

+ + + + + +
+command
+textFont
+
+format
+
+seconds
+
+textBackground
+
+

+See the "timefield" class manual entry for details on these +inherited options. +

ASSOCIATED OPTIONS

+

+ + + + + +
+hourRadius
+pivotRadius
+clockColor
+watchWidth
+
+hourColor
+pivotColor
+clockStipple
+
+minuteRadius
+secondRadius
+tickColor
+
+minuteColor
+secondColor
+watchHeight
+
+

+See the "watch" manual entry for details on the associated options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   closeText
+Class:                  Text
+Command-Line Switch:	-closetext
+
+
    +Specifies the text to be displayed on the close button of the watch +popup. The default is Close. +
+

+

+Name:                   grab
+Class:                  Grab
+Command-Line Switch:	-grab
+
+
    +Specifies the grab level, local or global, to be obtained before +bringing up the popup watch. The default is global. For more information +concerning grab levels, consult the documentation for Tk's grab command. +
+

+

+Name:                   icon
+Class:                  Icon
+Command-Line Switch:	-icon
+
+
    +Specifies the watch icon image to be used in the timeentry. +This image must have been created previously with +the image create command. Should one not be provided, +then one will be generated, pixmap if possible, bitmap otherwise. +
+

+

+Name:                   state
+Class:                  State
+Command-Line Switch:	-state
+
+
    +Specifies the state of the widget which may be disabled or +normal. A disabled state prevents selection of the timefield +or time icon button. +
+

+


+ +

DESCRIPTION

+

+The timeentry command creates a time entry field +with a popup watch by combining the timefield and watch +widgets together. This allows a user to enter the time via the +keyboard or by using the mouse and selecting the watch icon +which brings up a popup watch. + + +

METHODS

+

+The timeentry command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for timeentry widgets: +

INHERITED METHODS

+

+ + + + + +
+get
+
+isvalid
+
+show
+
+
+

+See the "timefield" manual entry for details on the associated methods. +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the timeentry +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the timeentry +command. + +
+

COMPONENTS

+

+

+Name:                   label
+Class:                  Label
+
+
    +The label component provides a label component to used to identify the time. +See the "label" widget manual entry for details on the label component item. +
+

+

+Name:                   iconbutton
+Class:                  Label
+
+
    +The iconbutton component provides a labelbutton component to act as a +lightweight button +displaying the watch icon. Upon pressing the labelbutton, the watch +appears. See the "label" widget manual entry for details on the +labelbutton component item. +
+

+

+Name:                   time
+Class:                  Entry
+
+
    +The time component provides the entry field for time input and display. +See the "entry" widget manual entry for details on the time component item. +
+ + +

EXAMPLE

+
+ timeentry .te
+ pack .te
+
+

AUTHOR

+Mark L. Ulferts +

+

KEYWORDS

+timeentry, widget diff --git a/itcl/iwidgets/demos/html/timefield.n.html b/itcl/iwidgets/demos/html/timefield.n.html new file mode 100644 index 0000000000..2c405b352e --- /dev/null +++ b/itcl/iwidgets/demos/html/timefield.n.html @@ -0,0 +1,206 @@ +timefield - Create and manipulate a time field widget +

timefield - Create and manipulate a time field widget

+ +

SYNOPSIS

+timefield pathName ?options? +

INHERITANCE

+itk::Widget <- LabeledWidget <- timefield +

STANDARD OPTIONS

+

+ + + + + +
+background
+foreground
+justify
+
+borderWidth
+highlightColor
+relief
+
+cursor
+highlightThickness
+
+exportSelection
+insertBackground
+
+

+See the "options" manual entry for details on the standard options. +

INHERITED OPTIONS

+

+ + + + + +
+disabledForeground
+labelMargin
+state
+
+labelBitmap
+labelPos
+
+labelFont
+labelText
+
+labelImage
+labelVariable
+
+

+See the "labeledwidget" class manual entry for details on the +inherited options. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   childSitePos
+Class:                  Position
+Command-Line Switch:	-childsitepos
+
+
    +Specifies the position of the child site in the time field: n, +s, e, or w. The default is e. +
+

+

+Name:                   command
+Class:                  Command
+Command-Line Switch:	-command
+
+
    +Specifies a Tcl command to be executed upon detection of a Return key +press event. +
+

+

+Name:                   state
+Class:                  State
+Command-Line Switch:	-state
+
+
    +Specifies one of two states for the timefield: normal or disabled. +If the timefield is disabled then input is not accepted. The default is +normal. +
+

+

+Name:                   textBackground
+Class:                  Background
+Command-Line Switch:	-textbackground
+
+
    +Background color for inside textual portion of the entry field. The value +may be given in any of the forms acceptable to Tk_GetColor. +
+

+

+Name:                   textFont
+Class:                  Font
+Command-Line Switch:	-textfont
+
+
    +Name of font to use for display of text in timefield. The value +may be given in any of the forms acceptable to Tk_GetFont. +
+

+


+ +

DESCRIPTION

+

+The timefield command creates an enhanced text entry widget for +the purpose of time entry with various degrees of built-in intelligence. + + +

METHODS

+

+The timefield command creates a new Tcl command whose +name is pathName. This +command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for timefield widgets: +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the timefield +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the timefield +command. +
+
+
pathName get ?format? + +
Returns the current contents of the timefield in a format of +string or as an integer clock value using the -string and -clicks +format options respectively. The default is by string. Reference the +clock command for more information on obtaining times and their +formats. +
+
+
pathName isvalid + +
Returns a boolean indication of the validity of the currently +displayed time value. For example, 12:59:59 is valid whereas +25:59:59 is invalid. +
+
+
pathName show time + +
Changes the currently displayed time to be that of the time +argument. The time may be specified either as a string, an +integer clock value or the keyword "now" (the default). +Reference the clock command for more information on obtaining +times and their formats. + +
+

COMPONENTS

+

+

+Name:                   time
+Class:                  Entry
+
+
    +The time component provides the entry field for time input and display. +See the "entry" widget manual entry for details on the time component item. +
+ + +

EXAMPLE

+
+ proc returnCmd {} {
+   puts [.tf get]
+ }
+
+ timefield .tf -command returnCmd
+ pack .tf -fill x -expand yes -padx 10 -pady 10
+
+

AUTHOR

+John A. Tucker + +Mark L. Ulferts +

KEYWORDS

+timefield, widget diff --git a/itcl/iwidgets/demos/html/toolbar.n.html b/itcl/iwidgets/demos/html/toolbar.n.html new file mode 100644 index 0000000000..456fd675b6 --- /dev/null +++ b/itcl/iwidgets/demos/html/toolbar.n.html @@ -0,0 +1,351 @@ +<B>toolbar</B> - Create and manipulate a tool bar +

toolbar - Create and manipulate a tool bar

+ +

SYNOPSIS

+toolbar pathName ?options? +

STANDARD OPTIONS

+

+ + + + + +
+activeBackground
+activeForeground
+background
+borderWidth
+cursor
+
+disabledForeground
+font
+foreground
+highlightBackground
+highlightColor
+
+highlightThickness
+insertBackground
+insertForeground
+orient
+selectBackground
+
+selectBorderWidth
+selectColor
+selectForeground
+state
+troughColor
+
+

+See the "options" manual entry for details on the standard options. For widgets +added to the toolbar, these options will be propogated if the widget supports +the option. For example, all widgets that support a font option will be changed +if the the toolbar's font option is configured. +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   balloonBackground
+Class:                  BalloonBackground
+Command-Line Switch:	-ballooonbackground
+
+
    +Specifies the background color of the balloon help displayed at the bottom +center of a widget on the toolbar that has a non empty string for its +balloonStr option. The default color is yellow. +
+

+

+Name:                   balloonDelay1
+Class:                  BalloonDelay1
+Command-Line Switch:	-balloondelay1
+
+
    +Specifies the length of time (in milliseconds) to wait before initially +posting a balloon help hint window. This delay is in effect whenever 1) +the mouse leaves the toolbar, or 2) a toolbar item is selected with the +mouse button. +
+

+

+Name:                   balloonDelay2
+Class:                  BalloonDelay2
+Command-Line Switch:	-balloondelay2
+
+
    +Specifies the length of time (in milliseconds) to wait before continuing to +post balloon help hint windows. This delay is in effect after the first +time a balloon hint window is activated. It remains in effect until 1) the +mouse leaves the toolbar, or 2) a toolbar item is selected with the mouse +button. +
+

+

+Name:                   balloonFont
+Class:                  BalloonFont
+Command-Line Switch:	-balloonfont
+
+
    +Specifies the font of the balloon help text displayed at the bottom center +of a widget on the toolbar that has a non empty string for its +balloonStr option. The default font is 6x10. +
+

+

+Name:                   balloonForeground
+Class:                  BalloonForeground
+Command-Line Switch:	-ballooonforeground
+
+
    +Specifies the foreground color of the balloon help displayed at the +bottom center of a widget on the toolbar that has a non empty string for +its balloonStr option. The default color is black. +
+

+

+Name:                   helpVariable
+Class:                  HelpVariable
+Command-Line Switch:	-helpvariable
+
+
    +Specifies the global variable to update whenever the mouse is in motion +over a toolbar widget. This global variable is updated with the current +value of the active widget's helpStr. Other widgets can "watch" this +variable with the trace command, or as is the case with entry or label +widgets, they can set their textVariable to the same global variable. This +allows for a simple implementation of a help status bar. Whenever the +mouse leaves a menu entry, the helpVariable is set to the empty string {}. +
+

+

+Name:                   orient
+Class:                  Orient
+Command-Line Switch:	-orient
+
+
    +Specifies the orientation of the toolbar. Must be either horizontal or +vertical. +
+
+

DESCRIPTION

+The toolbar command creates a new window (given by the pathName +argument) and makes it into a toolbar widget. Additional options, +described above may be specified on the command line or in the option +database to configure aspects of the toolbar such as its colors, font, +and orientation. The toolbar command returns its pathName argument. At +the time this command is invoked, there must not exist a window named +pathName, but pathName's parent must exist. +

+A toolbar is a widget that displays a collection of widgets arranged +either in a row or a column (depending on the value of the -orient option). +This collection of widgets is usually for user convenience to give access +to a set of commands or settings. Any widget may be placed on a toolbar. +However, command or value-oriented widgets (such as button, radiobutton, +etc.) are usually the most useful kind of widgets to appear on a toolbar. +

+In addition, the toolbar adds two new options to all widgets that are added to +it. These are the helpStr and balloonStr options. See the +discussion for the widget command add below. + +

WIDGET-SPECIFIC METHODS

+

+The toolbar command creates a new Tcl command whose name is pathName. This +command may be used to invoke various operations on the widget. It has the +following general form: +

+pathName option ?arg arg ...?
+
+Option and args determine the exact behavior of the command. +

+Many of the widget commands for a toolbar take as one argument an indicator of +which widget item of the toolbar to operate on. The indicator is called +an index and may be specified in any of the following forms: +

+
number + +
Specifies the widget numerically, where 0 corresponds to the first +widget in the notebook, 1 to the second, and so on. (For horizontal, 0 is the +leftmost; for vertical, 0 is the topmost). +
+
+
end + +
Specifes the last widget in the toolbar's index. If the toolbar is +empty this will return -1. +
+
+
last + +
Same as end. +
+
+
pattern + +
If the index doesn't satisfy any of the above forms, then this form is +used. Pattern is pattern-matched against the widgetName of each widget in the +toolbar, in order from the first to the last widget, until a matching entry is +found. An exact match must occur. +
+

+The following commands are possible for toolbar widgets: +

+
pathName add widgetCommand widgetName ?option value? + +
Adds a widget with the command widgetCommand whose name is widgetName to the +toolbar. If widgetCommand is radiobutton or checkbutton, its packing is +slightly padded to match the geometry of button widgets. In addition, the +indicatorOn option is false by default and the selectColor is that of the +toolbar background by default. This allows Radiobutton and Checkbutton widgets +to be added as icons by simply setting their bitmap or image options. If +additional arguments are present, they are the set of available options +that the widget type of widgetCommand supports. In addition they may +also be one of the following options: +
+
    +
    +
    -helpstr value + +
    Specifes the help string to associate with the widget. When the mouse moves +over the widget, the variable denoted by helpVariable is set +to helpStr. Another widget can bind to the helpVariable and thus +track status help. +
    +
    +
    -balloonstr value + +
    Specifes the string to display in a balloon window for this widget. A +balloon window is a small popup window centered at the bottom of the +widget. Usually the balloonStr value is the name of the item on the +toolbar. It is sometimes known as a hint window. +
      +When the mouse moves into an item on the toolbar, a timer is set based on +the value of balloonDelay1. If the mouse stays inside the item +for balloonDelay1, the balloon window will pop up displaying +the balloonStr value. Once the balloon window is posted, a new +timer based on balloonDelay2 is set. This is typically a shorter +timer. If the mouse is moved to another item, the window is unposted and +a new window will be posted over the item if the shorter delay time is +satisfied. +
    +
      +While the balloon window is posted, it can also be unposted if the item +is selected. In this case the timer is reset to balloonDelay1. +Whenever the mouse leaves the toolbar, the timer is also reset +to balloonDelay1. +
    +
      +This window posting/unposting model is the same model used in the +Windows95 environment. +
    +
    +
+
+
pathName cget option + +
Returns the current value of the configuration option given by option. +
+
+
pathName configure ?option value? + +
Query or modify the configuration options of the widget. If no option is +specified, returns a list describing all of the available options for pathName +(see Tk_ConfigureInfo for information on the format of this list). If +option is specified with no value, then the command returns a +list describing the one +named option (this list will be identical to the corresponding sublist of the +value returned if no option is specified). If one or more option-value pairs +are specified, then the command modifies the given widget option(s) to have the +given value(s); in this case the command returns an empty string. +
+
+
pathName delete index ?index2? + +
This command deletes all items between index and index2 +inclusive. If index2 is omitted then it defaults to index. +Returns an empty string. +
+
+
pathName index index + +
Returns the widget's numerical index for the entry corresponding +to index. If index is not found, -1 is returned. +
+
+
pathName insert beforeIndex widgetCommand widgetName ?option value? +
+
+
Insert a new item named widgetName with the + +
command widgetCommand before the item specified by beforeIndex. +If widgetCommand is radiobutton or checkbutton, its +packing is slightly padded to match the geometry of button widgets. In +addition, the indicatorOn option is false by default and the +selectColor is that of the toolbar background by default. This allows +Radiobutton and Checkbutton widgets to be added as icons by +simply setting their bitmap or image options. The set of +available options is the same as specified in the ad command. +
+
+
pathName itemcget index option + +
Returns the current value of the configuration option given by option for +index. The item type of index determines the valid available options. +
+
+
pathName itemconfigure index ?option value? + +
Query or modify the configuration options of the widget of the toolbar +specified by index. If no option is specified, +returns a list describing all of +the available options for index +(see Tk_ConfigureInfo for information on the +format of this list). If option is specified with no value, +then the command +returns a list describing the one named option (this list will be identical to +the corresponding sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command modifies the +given widget option(s) to have the given value(s); in this case the command +returns an empty string. The item type of index determines the valid +available options. The set of available options is the same as specified +in the ad command. +
+

EXAMPLE

+
+ toolbar .tb -helpvariable statusVar
+
+ .tb add button item1 \\
+    -helpstr "Save It" -bitmap @./icons/Tool_32_box.xbm \\
+    -balloonstr "Save" -command {puts 1}
+ .tb add button item2 \\
+    -helpstr "Save It" -bitmap @./icons/Tool_32_brush.xbm \\
+    -balloonstr "Save" -command {puts 1}
+ .tb add button item3 \\
+    -helpstr "Save It" -bitmap @./icons/Tool_32_cut.xbm \\
+    -balloonstr "Save" -command {puts 1}
+ .tb add button item4 \\
+    -helpstr "Save It" -bitmap @./icons/Tool_32_draw.xbm \\
+    -balloonstr "Save" -command {puts 1}
+ .tb add button item5 \\
+    -bitmap @./icons/Tool_32_erase.xbm -helpstr "Play It" \\
+    -command {puts 2}
+ .tb add frame filler \\
+    -borderwidth 1 -width 10 -height 10
+ .tb add radiobutton item6 \\
+    -bitmap @./icons/Tool_32_oval.xbm -command {puts 4} \\
+    -variable result -value OPEN -helpstr "Radio Button # 1" \\
+    -balloonstr "Radio"
+ .tb add radiobutton item7 \\
+    -bitmap @./icons/Tool_32_line.xbm -command {puts 5} \\
+    -variable result -value CLOSED
+ .tb add checkbutton item8 \\
+    -bitmap @./icons/Tool_32_text.xbm -command {puts 6} \\
+    -variable checkit -onvalue yes -offvalue no    
+ .tb add checkbutton check2 \\
+    -bitmap @./icons/Tool_32_points.xbm -command {puts 7} \\
+     -variable checkit2 -onvalue yes -offvalue no    
+
+ pack .tb -side top -anchor nw
+
+

AUTHOR

+Bill Scott +

KEYWORDS

+toolbar, button, radiobutton, checkbutton, iwidgets, widget + diff --git a/itcl/iwidgets/demos/html/watch.n.html b/itcl/iwidgets/demos/html/watch.n.html new file mode 100644 index 0000000000..41aa4d3ab5 --- /dev/null +++ b/itcl/iwidgets/demos/html/watch.n.html @@ -0,0 +1,324 @@ +watch - Create and manipulate time with a watch widgets +

watch - Create and manipulate time with a watch widgets

+ +

SYNOPSIS

+watch pathName ?options? +

INHERITANCE

+itk::Widget <- Watch + +

STANDARD OPTIONS

+

+ + + + + +
+background
+
+cursor
+
+foreground
+
+relief
+
+

+See the "options" manual entry for details on the standard options. +

ASSOCIATED OPTIONS

+

+See the "Canvas" manual entry for details on the above associated options. + +

WIDGET-SPECIFIC OPTIONS

+

+

+Name:                   clockColor
+Class:                  ColorfR
+Command-Line Switch:	-clockcolor
+
+
    +Fill color for the main oval encapsulating the watch, in any of the forms +acceptable to Tk_GetColor. The default is "White". +
+ + + + + +
+


+BitmapfR
+

+Name:
+Command-Line
+
+clockStipple
+Switch:
+
+Class:
+-clockstipple
+
+
    +Bitmap for the main oval encapsulating the watch, in any of the forms +acceptable to Tk_GetBitmap. The default is "". +
+

+

+Name:                   height
+Class:                  Height
+Command-Line Switch:	-height
+
+
    +Specifies the height of the watch widget in any of the forms +acceptable to Tk_GetPixels. The default height is 175 pixels. +
+

+

+Name:                   hourColor
+Class:                  ColorfR
+Command-Line Switch:	-hourcolor
+
+
    +Fill color for the hour hand, in any of the forms acceptable to Tk_GetColor. +The default is "Red". +
+

+

+Name:                   hourRadius
+Class:                  Radius
+Command-Line Switch:	-hourradius
+
+
    +Specifies the radius of the hour hand as a percentage of the radius +from the center to the out perimeter of the clock. +The value must be a fraction <= 1. The default is ".5". +
+

+

+Name:                   minuteColor
+Class:                  ColorfR
+Command-Line Switch:	-minutecolor
+
+
    +Fill color for the minute hand, in any of the forms acceptable to Tk_GetColor. +The default is "Yellow". +
+

+

+Name:                   minuteRadius
+Class:                  Radius
+Command-Line Switch:	-minuteradius
+
+
    +Specifies the radius of the minute hand as a percentage of the radius +from the center to the out perimeter of the clock. +The value must be a fraction <= 1. The default is ".8". +
+

+

+Name:                   pivotColor
+Class:                  ColorfR
+Command-Line Switch:	-pivotcolor
+
+
    +Fill color for the circle in which the watch hands rotate +in any of the forms acceptable to Tk_GetColor. +The default is "White". +
+

+

+Name:                   pivotRadius
+Class:                  Radius
+Command-Line Switch:	-pivotradius
+
+
    +Specifies the radius of the circle in which the watch hands rotate +as a percentage of the radius. The value must be a fraction <= 1. +The default is ".1". +
+

+

+Name:                   secondColor
+Class:                  ColorfR
+Command-Line Switch:	-secondcolor
+
+
    +Fill color for the second hand, in any of the forms acceptable to Tk_GetColor. +The default is "Black". +
+

+

+Name:                   secondRadius
+Class:                  Radius
+Command-Line Switch:	-secondradius
+
+
    +Specifies the radius of the second hand as a percentage of the radius +from the center to the out perimeter of the clock. +The value must be a fraction <= 1. The default is ".9". +
+

+

+Name:                   showAmPm
+Class:                  ShosAmPm
+Command-Line Switch:	-showampm
+
+
    +Specifies whether the AM/PM radiobuttons should be displayed, in any +of the forms acceptable to Tcl_GetBoolean. The default is yes. +
+

+

+Name:                   state
+Class:                  State
+Command-Line Switch:	-state
+
+
    +Specifies the editable state for the hands on the watch. In a normal +state, the user can select and move the hands via mouse button 1. The +valid values are normal, and disabled. The defult is normal. +
+

+

+Name:                   tickColor
+Class:                  ColorfR
+Command-Line Switch:	-tickcolor
+
+
    +Fill color for the 60 ticks around the perimeter of the watch, +in any of the forms acceptable to Tk_GetColor. The default is "Black". +
+

+

+Name:                   width
+Class:                  Width
+Command-Line Switch:	-width
+
+
    +Specifies the width of the watch widget in any of the forms +acceptable to Tk_GetPixels. The default height is 155 pixels. +
+
+ +

DESCRIPTION

+

+ +The watch command creates a watch with hour, minute, and +second hands modifying the time value. + +

METHODS

+

+The watch command creates a new Tcl command whose +name is pathName. This command may be used to invoke various +operations on the widget. It has the following general form: +

+pathName option ?arg arg ...?
+
+Option and the args +determine the exact behavior of the command. The following +commands are possible for watch widgets: + +

WIDGET-SPECIFIC METHODS

+
+
pathName cget option + +
Returns the current value of the configuration option given +by option. +Option may have any of the values accepted by the watch +command. +
+
+
pathName configure ?option? ?value option value ...? + +
Query or modify the configuration options of the widget. +If no option is specified, returns a list describing all of +the available options for pathName (see Tk_ConfigureInfo for +information on the format of this list). If option is specified +with no value, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no option is specified). If +one or more option-value pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +Option may have any of the values accepted by the watch +command. +
+
+
pathName get ?format? + +
Returns the current time of the watch in a format of +string or as an integer clock value using the -string and -clicks +format options respectively. The default is by string. Reference the +clock command for more information on obtaining time and its +formats. +
+
+
pathName show time + +
Changes the currently displayed time to be that of the time +argument. The time may be specified either as a string, an +integer clock value or the keyword "now". Reference the clock +command for more information on obtaining time and its format. +
+
+
pathName watch ?args? + +
Evaluates the specifieds args against the canvas component. + +
+

COMPONENTS

+

+

+Name:                   canvas
+Class:                  Canvas
+
+
    +The canvas component is the where the clock is drawn. See the +Canvas widget manual entry for details. +
+

+

+Name:                   frame
+Class:                  Frame
+
+
    +The frame component is the where the "AM" and "PM" radiobuttons are displayed. +See the Frame widget manual entry for details. +
+

+

+Name:                   am
+Class:                  Radiobutton
+
+
    +The am component indicates whether on not the time is relative to "AM". +See the Radiobutton widget manual entry for details. +
+

+

+Name:                   pm
+Class:                  Radiobutton
+
+
    +The pm component indicates whether on not the time is relative to "PM". +See the Radiobutton widget manual entry for details. +
+ + +

EXAMPLE

+
+watch .w -state disabled -showampm no -width 155 -height 155
+pack .w -padx 10 -pady 10 -fill both -expand yes
+
+while {1} {
+  after 1000
+  .w show
+  update
+}
+
+

AUTHORS

+John Tucker +

+Mark L. Ulferts +

KEYWORDS

+watch, hand, ticks, pivot, widget + diff --git a/itcl/iwidgets/demos/hyperhelp b/itcl/iwidgets/demos/hyperhelp new file mode 100644 index 0000000000..72c8dc6c9b --- /dev/null +++ b/itcl/iwidgets/demos/hyperhelp @@ -0,0 +1,14 @@ +# ---------------------------------------------------------------------- +# DEMO: hyperhelp in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +button .push -text "Help..." -command { + set win [iwidgets::hyperhelp .#auto -title "Hyperhelp demo" -modality none \ + -topics {demo} -helpdir [file join ${iwidgets::library} demos]] + $win showtopic demo + $win activate +} +pack .push diff --git a/itcl/iwidgets/demos/images/box.xbm b/itcl/iwidgets/demos/images/box.xbm new file mode 100644 index 0000000000..7498e15de2 --- /dev/null +++ b/itcl/iwidgets/demos/images/box.xbm @@ -0,0 +1,14 @@ +#define Tool_32_box_width 32 +#define Tool_32_box_height 32 +static unsigned char Tool_32_box_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0x0f, 0x20, 0x00, 0x00, 0x08, + 0x20, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00, 0x08, + 0x20, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00, 0x08, + 0x20, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00, 0x08, + 0x20, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00, 0x08, + 0x20, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00, 0x08, + 0xe0, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, }; diff --git a/itcl/iwidgets/demos/images/clear.gif b/itcl/iwidgets/demos/images/clear.gif new file mode 100644 index 0000000000000000000000000000000000000000..bd45628aa7ac5914e13a8c602285d2e822cf1f35 GIT binary patch literal 279 zcmZ?wbhEHbRA5kG*vtR|XMlJn!_1i=3P=M9AUJd8%zvQ3e}?~H3P=N4K%n@Og^_`Q zk3k102{b{0!GYz-g_EAE_bN1>KKSdjvK~XxjOgn!^L{iG9P{y7+zYyh|?| z733o9_)oAhf6Um%{@_AI$Xc(USL|1Im?W&b!DKgU{v(}}t}aUx&q(CmZtS0RD?ab) zfrp=yO@l*1tX0iTJrk2NyM+__dSWJI^farvy1JL-t2pba&#CfOWKdF@ot#xTZ{_4N zeP5~d-sPJXNkpzO+>v6Xty@1;q{E^%G&HLrz+9*!IDEfj$yu56HEmauj!vA!H)X=T P*auG@JrfdSV6X-NC3$oV literal 0 HcmV?d00001 diff --git a/itcl/iwidgets/demos/images/close.gif b/itcl/iwidgets/demos/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..f91b9e9d1eb3430ca01bbdf42ea4cb84d0c84bf7 GIT binary patch literal 249 zcmZ?wbhEHbRA5kG*vtR|XMlJn!_1i=3P=M9AUJd8%zvQ3e}?~H>OYY89|RPCvM@3* z@G|HCC4nX=FgUO*+i=oz^;2d7jZ8e6TRa-GIy$?$dnD8QGka6|(^OjBC3BUhx7jhwk}av%D6U(^v2^h&?Ul>R m)~;T))OyR-747+OYY89|RPCvM@3* z@G|HCC4nX=FgUR6+Hlfy^<z&9*hREddRy1Ey>bix1vY=iu+M+h(u){<()vcFj0)s=G0!>~=h_AOnLn E0PBlw>Hq)$ literal 0 HcmV?d00001 diff --git a/itcl/iwidgets/demos/images/cut.gif b/itcl/iwidgets/demos/images/cut.gif new file mode 100644 index 0000000000000000000000000000000000000000..4258b175912efe77c84f6de6f478285f56b43002 GIT binary patch literal 179 zcmZ?wbhEHbRA5kG*vtR|XMlJn!_1i=3P=M9AUJd8%zvQ3e}?~H3P=N4K%n@Og^_`Q zpFsyG2{b{0!GR^=!%5H8do5nq_OmC<=;=%^dXXZR`Fh#n$Ru};Ibu7{<-h-bAYr{& zQlf{5TziJHYLvyfj71_*>u;It z000C2NV?qqFv>}*y*TU5yZ>M)j${d(XsQBbI|4y0&oNN2ZtlS}ZQlW%P{Zrh3WWh| z$g~uDzkxE?tU6AF=PW8+TE7aw;bi1?sbDL>Foq(faBsT0W@~NmIGVV^Nw9PVf^9N* zc~c#Iei49Kiyw-DgGGjUa(s}FiISY1c1MSZ9F13gfTt)Sb)KGWm3oPq3yr8@sUWMY zk_WCyhnE?B4Oq0MvKwN&%DkMsJg;Z5D#IzW#xH%lgaLR00UfzdZ5X(rca))fY8+Wp{LQGSxgG` qNpvUDqda`D%2kIt z000C2Xu90~Fv>}*y*TU5yZ>M)j$~<`r2q(M>#hJHyYwgocpl7kj}bV)ie&)qe8>q< zpc*QKKtgibSPGfKA_01&PM1wAV6lyLy}sQwOjK-(fs#(Az-jEA_%NyOYP7kUd z?aPwCyd5$D(d_Ty*XPXT%G_4eIS7&u(Kv1XR>dh;K?WE;3IhOOh-QStAnT0GF;h^n zhC^m^F5)OqfMZ7*1PT}^;82PdAS6keJn4dk%RcpDmUKiDg^D&+a>k6&69tS27j=#) gYT~Daq%oPAIQmqmN~u`0YTe4UtJkk!B_sdq zfPjDi000000000000000EC2ui0A>It000F3Fv&@)y*TU5yZ>M)j$~<`C>k6r8>Da? zuI=&4cy6sg-_x!N(55SXUcTQU;k!wYO{4Te3s|q#WwVxm0-Vz+bY(ag3|Zz+{li+r z;qkJ3P`IxWr6dS1-pO@#0SgC&E^bSEV0|)H00RjND+zRVg)TNM1p<=^e2h3&1BQSK zf`*3z0tcLlo{JlALa?(sZvd}zEOuYoQ}83$rKrcQ&Sgp~$`dw6b-$&EX1 z1kCo1qD8S*vX}cV6GZ4cifu)GS-9uEJ^!U{01zdCL1KVXQ8*3-+b0S&nTEjUwpTea1tH zUXuPChtixBTBL7f?Tp2u>D-cZpa{YcHDI!-EX^+Sz1auyj2DLvi_RC)=xN)j=>jl( zxAGSoSF6zue&S7TaEKL`j<}rpJdUI6Q7&`^`CjFmt;f273A*SSy-g1j-;LvN?WQad dlH?shKacEHP~6WyeE$Cc1_mhLfCEMV06Wgy2L1p5 literal 0 HcmV?d00001 diff --git a/itcl/iwidgets/demos/images/line.xbm b/itcl/iwidgets/demos/images/line.xbm new file mode 100644 index 0000000000..4622ae978b --- /dev/null +++ b/itcl/iwidgets/demos/images/line.xbm @@ -0,0 +1,14 @@ +#define lineOp_width 32 +#define lineOp_height 32 +static unsigned char lineOp_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, + 0xf0, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00, 0xc0, 0x03, 0x00, 0x00, + 0x80, 0x07, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, + 0x00, 0x3c, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, + 0x00, 0xe0, 0x01, 0x00, 0x00, 0xc0, 0x03, 0x00, 0x00, 0x80, 0x07, 0x00, + 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x3c, 0x00, + 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x00, 0xe0, 0x01, + 0x00, 0x00, 0xc0, 0x03, 0x00, 0x00, 0x80, 0x07, 0x00, 0x00, 0x00, 0x0f, + 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; diff --git a/itcl/iwidgets/demos/images/mag.gif b/itcl/iwidgets/demos/images/mag.gif new file mode 100644 index 0000000000000000000000000000000000000000..4a5be66e76b4fdd96d685fcd3cdf641bdd3fcfeb GIT binary patch literal 183 zcmV;o07(BwNk%v~VIKe=0KxzOX=!Ny007(D+k%3E|NsAaY41rqjsO4vEC2ui03QG! z000Ao2)f+|Q3>e!Pg!edJF+oGyc3a$&QT~OOzx^;scuQW0Rg@jvW z&_liigTb%q>`kdc>$OxRZgpAjms!&mPoaz^1_&@upg@7GFntDv0%1;9WAb`@bPEOs lfO~@sg@=NPi+PBN3Xg%3lZKFugOr+^n3jqLpra!R06V^9O27aB literal 0 HcmV?d00001 diff --git a/itcl/iwidgets/demos/images/new.gif b/itcl/iwidgets/demos/images/new.gif new file mode 100644 index 0000000000000000000000000000000000000000..9c68ad35f552b9bec43a6e3664a6fd3706daf051 GIT binary patch literal 212 zcmZ?wbhEHbRA5kG*vtR|`u_g=_wT>7rRVFt&Ho7j#h)yU3=B*RIv|}OGaOhN13Va4 z?Y(jCtg1qSM&H8(K8Fi|DX)cI{@QCIQC=*|q`tw=GWPW`PA>N&y&rc3Kb&E3#h>%+ zkCcEQp&71L-LV(13Fjr9-mw1CskGHQ&zzbfWgffSTWWp#`FU^hQ!$Ij3l=V#FD%HwU=0AUifa!5 literal 0 HcmV?d00001 diff --git a/itcl/iwidgets/demos/images/open.gif b/itcl/iwidgets/demos/images/open.gif new file mode 100644 index 0000000000000000000000000000000000000000..bed862c8c41a74fcf04e39e0a398e4504b75f202 GIT binary patch literal 258 zcmZ?wbhEHbRA5kG*vtR|XMlJn!_1i=3P=M9AUJd8%zvQ3e}?~H>OYY89|RPCvM@3* z@G|HCC4nX=FgUQR-*D1%^O<6Z@)&7L_FP~US86Liv=JRe(#WeF%HfujWIlE$? z+*+-(4enuyEv;?s9WCyidbtH{3@*%*rc9nTMOSi?R8DR-N59C#tn7Iy6Bjxy&{?Kg vT`RvLuV%{z_DynIch%{w-nHIukC5g;t7FGc9Jlcji8*(^=VFH-1A{dHYu<0h literal 0 HcmV?d00001 diff --git a/itcl/iwidgets/demos/images/oval.xbm b/itcl/iwidgets/demos/images/oval.xbm new file mode 100644 index 0000000000..856bd43785 --- /dev/null +++ b/itcl/iwidgets/demos/images/oval.xbm @@ -0,0 +1,14 @@ +#define ovalOp_width 32 +#define ovalOp_height 32 +static unsigned char ovalOp_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x0f, 0x00, + 0x00, 0x1c, 0x70, 0x00, 0x00, 0x03, 0x80, 0x01, 0x80, 0x00, 0x00, 0x02, + 0x40, 0x00, 0x00, 0x04, 0x20, 0x00, 0x00, 0x08, 0x10, 0x00, 0x00, 0x10, + 0x10, 0x00, 0x00, 0x10, 0x08, 0x00, 0x00, 0x20, 0x08, 0x00, 0x00, 0x20, + 0x08, 0x00, 0x00, 0x20, 0x08, 0x00, 0x00, 0x20, 0x10, 0x00, 0x00, 0x10, + 0x10, 0x00, 0x00, 0x10, 0x20, 0x00, 0x00, 0x08, 0x40, 0x00, 0x00, 0x04, + 0x80, 0x00, 0x00, 0x02, 0x00, 0x03, 0x80, 0x01, 0x00, 0x1c, 0x70, 0x00, + 0x00, 0xe0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; diff --git a/itcl/iwidgets/demos/images/paste.gif b/itcl/iwidgets/demos/images/paste.gif new file mode 100644 index 0000000000000000000000000000000000000000..9974f23bf573a6beba96f828f7b9c41b227ef58f GIT binary patch literal 376 zcmZ?wbhEHbRA5kG*vtR|XMlJn!_1isXU_Zw(m)mvoB?ux;{O@`gDD^lWC4NVPZmZ7 z1{MY#kWP>p4lMsBobX(|mnDH18BNYvY9VKlnp6vM;`f5s#IJ?!v z#;b?J4;cRXa`2F=_X9?KH3jE=QJ0sVl@<3iTGbPJNy)7A@rkJ!FVh-N%(mD&W6y$3 L>BqPP85pbqPa&ZC literal 0 HcmV?d00001 diff --git a/itcl/iwidgets/demos/images/points.xbm b/itcl/iwidgets/demos/images/points.xbm new file mode 100644 index 0000000000..c50aa4c5f3 --- /dev/null +++ b/itcl/iwidgets/demos/images/points.xbm @@ -0,0 +1,14 @@ +#define dotPencilOp_width 32 +#define dotPencilOp_height 32 +static unsigned char dotPencilOp_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x12, 0x00, + 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x80, 0x04, 0x00, + 0x00, 0x80, 0x04, 0x00, 0x00, 0x40, 0x02, 0x00, 0x00, 0x40, 0x02, 0x00, + 0x00, 0x20, 0x01, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x90, 0x00, 0x00, + 0x00, 0x90, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, + 0x00, 0x24, 0x00, 0x18, 0x00, 0x24, 0x00, 0x18, 0x00, 0x12, 0x00, 0x00, + 0x00, 0x12, 0x00, 0x30, 0x00, 0x0e, 0x00, 0x30, 0x00, 0x06, 0x00, 0x00, + 0x00, 0x06, 0x0c, 0x30, 0x00, 0x00, 0x0c, 0x30, 0x00, 0x30, 0xa0, 0x01, + 0x00, 0x60, 0xb0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, }; diff --git a/itcl/iwidgets/demos/images/poly.gif b/itcl/iwidgets/demos/images/poly.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b595bb9b7fa1cb98b51552c8a15adb1f7ebebef GIT binary patch literal 141 zcmV;80CN9FNk%v~VIKe=0HFW?X=!P`w*N^yj(KVCEC2ui03QG!0007JgpaAq?GK}z zw5ou!-aH7_g`Ds$*np<$s*+&9#;j|?@;%U(jmLU&>iJ4Ll2O3B{SclbGAUa+f;ee| vsw6_NQSF19b6Q_Bv3Cj$TMpoHqPAV~$IjX1f0m7$`W1Pyhfsj^RCv literal 0 HcmV?d00001 diff --git a/itcl/iwidgets/demos/images/print.gif b/itcl/iwidgets/demos/images/print.gif new file mode 100644 index 0000000000000000000000000000000000000000..d321f17457e3c819a03faed38103529dc01cc6e6 GIT binary patch literal 263 zcmV+i0r>t$Nk%v~VP*g(0Pz3-|Ns90009600NL5uEC2ui0A>It0008uoR6u??GK}z zwAzca-n{z{hT=$;=82~2%0j^l$8t*}0f6Uv9@PH53j%sR8c+tq5sNIKP`BJ5ql%aD zxua&L+Jn{A#T=1Pm^5nEd^t|+um@LDzt%d@zK(U;&$=NjvG#YTM>jPnD8_{}KqzNp zxD@Fn2{>VyaMviuI0)%U8LCDRx4G2`3M!a~3AV`P^~kX5DB9TifE)XF)1Fi4jgx{tt)M)NNWuY(&+B#?JKV9 TpVTikb=ve9GiQl#GFSrutpG}U literal 0 HcmV?d00001 diff --git a/itcl/iwidgets/demos/images/save.gif b/itcl/iwidgets/demos/images/save.gif new file mode 100644 index 0000000000000000000000000000000000000000..d1ceb1a5c40100343edcfd24f0b32ccfe39f0ce5 GIT binary patch literal 270 zcmV+p0rCDvNk%v~VP*g(0Pz3-|Ns90005w%0NL5uEC2ui0A>It0008#oR6u??GK}z zwAzca-n{z{hT=$;=82~2%C@c-#PUqj?-~et&C9o%+X05eVo(tHrH+B36TpPclnLh3 zs6%#m)PwapjBb1eGW81lA8fqyOsJK}w7#X?>I(qTf2&jo_2|Gwg`RQt5M#f3oce*Q4 znTvRtDhmf0y!@&=Hv^r>Cu_~zJUmeuEi>Ik!d>Tm3_c>R9P@1+f?l)E4njE}UvGbp UpRd2q-|znqFrdJJDGC4pJNTh}G5`Po literal 0 HcmV?d00001 diff --git a/itcl/iwidgets/demos/images/select.gif b/itcl/iwidgets/demos/images/select.gif new file mode 100644 index 0000000000000000000000000000000000000000..f885c9ca5ff51d89d0535d3afbfade8dfe202bc1 GIT binary patch literal 124 zcmZ?wbh9u|lxL7qZ7f^EFgY;Z)x13 z#ux*orIpK$o$8V}vrR7cv|!wAq5IB%s|+8qyjaZ8yLf5$wxn|oD>6=T9k^$ql{NV` Yuc>&{bw_2>{a4;>`^}p#!oXk+0C<})WdHyG literal 0 HcmV?d00001 diff --git a/itcl/iwidgets/demos/images/text.xbm b/itcl/iwidgets/demos/images/text.xbm new file mode 100644 index 0000000000..ffb0686303 --- /dev/null +++ b/itcl/iwidgets/demos/images/text.xbm @@ -0,0 +1,14 @@ +#define font_edit_width 32 +#define font_edit_height 32 +static unsigned char font_edit_bits[] = { + 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x1c, + 0x00, 0x00, 0x00, 0x6e, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x80, 0x7b, + 0x00, 0x00, 0x80, 0x7e, 0x00, 0x00, 0xc0, 0xfd, 0x00, 0x00, 0x60, 0xfb, + 0x00, 0x00, 0xb0, 0xf7, 0x00, 0x00, 0xd0, 0xef, 0x00, 0x00, 0xf8, 0xdf, + 0x00, 0x00, 0xd4, 0x7f, 0x00, 0x00, 0xaa, 0x1f, 0x00, 0x00, 0x15, 0x0f, + 0x00, 0x80, 0x82, 0x06, 0x03, 0x40, 0x01, 0x01, 0x07, 0xa0, 0x80, 0x00, + 0x0f, 0x10, 0x40, 0x00, 0x1f, 0x08, 0x20, 0x00, 0x3b, 0xe4, 0x1f, 0x00, + 0x73, 0x1a, 0x00, 0x00, 0xe3, 0x07, 0x00, 0x00, 0xc3, 0x01, 0x00, 0x00, + 0xe3, 0x03, 0x00, 0x00, 0x7b, 0x07, 0x00, 0x00, 0x1f, 0x06, 0x00, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, }; diff --git a/itcl/iwidgets/demos/iwidgets.gif b/itcl/iwidgets/demos/iwidgets.gif new file mode 100644 index 0000000000000000000000000000000000000000..93864ff25f46d937f073b4caf257c69dd235fe3c GIT binary patch literal 7727 zcma)g_g~Y=^Z)KEy&6J*08w5vjfnW78kO@BM2e!9SV1g_pn`fD6qV?yuTUZ&=3*$Z0COxph;EfQxj5SB`O)#n;@)^(bH533Yp}6 zDms`dY*z5hGP*uZm8y`vuh0#ufG#zm)0o<)kL^trrYR(;v6xCG?$ImyjEeU`njNq+^_U!xc_gJPquA`QgKu)Yd$j~VSW@&-E<{mrrOYh;7XSZA@Y z*DUO<5D(UXo+`AzNBq7M?X3~^_XvBN#r?hFnkv;`zihA{9fE5Jr6GKV0O{|oSfx-%1_#aW-|GhljVjd;ou<=C`uh|5`V<((8yp;xfLH~p(W%Te znl!yaU#v5ljT*fsRg;>KmM{c^Btaq3YZN+7YOzt(S!3*MHuiLCI-66QYtU2`R%}e@ ze~+4rdBsLx)c5xF_4M{u4TVl~^ZE1V%@q~JW^+wvr@5+1k&w{y{=Ly`?j16vqC!_( zT+`Q=s?#+O+1JxkH8`lLsxtQWrkc&V&dvnAzIbpj!D!UIe=pN$bVGLc_M$_9q}MB| zs<5;)MRPNz(WnLoWfc_(gM+bygW|zKo=P?35`Bo4#cFg$@c%db|6BH7E&%!ffOJue z#Z;R`cl2A>VkxQL!SkM06mzb$ai=hN<^7g($C~pwi(VcQW#&3yb*0qlWIw{IS$@!>81EFx*I2D+Lscrl&1eJ0=-Z^KZndj zm4er&{>*}8p~TWI>-k*`!@o=jU332sg-*{{)wBAVaqC+%XY~QcN7dJvp^`V7PLF9? zd^93uPK-~oIdoY1tg<#?UEzUPs+f4AFOM4bjk}L`=;=*LnPkfOaEq@G?aYr%lTSz2 z%UKs7nU1~W9=|`F#KvvtV(+=Xe7*fuGtDV$hiQ)YIH9SVM01i199Xd6FrlUG;#1}q zrfi9T^bu3RuXM#2gmlw6#^7J&yB9fmzIe+zjwRY#h4-|0v%yH~Y=$^%s`n;#jC@AJ z$s1%Xg`)N4Y>2tLB9fOs}1|&H$btG)q%xwiUbrx>VuewF^C;18XT(fLQKp zbG^g7o|XjW*c@V3aTk`}oz0fkC2cKBDRGg}dxX^Twwq- zOxmo^RpZh{lq!VofpC1r_M7e54dTsZ?p6^Zho5;dN_gJX~)btC-bfb64;r6i%HG!J?>eFcdx zER7c6`({bc^i+PHikuZDc%Tmca{TNH3J&;|&x}?xqG=(>M^C3MCwq-nxB7D8h#ey~ zph3}#SueUGePhs%xNp=e&m4a?ilr*|{$r~cv00*B3YpUzhyRe5Ig3CnJPekGG8r*B61#Tfz zU}$%|x*(L|@3_;GC$KfXnd@s`TI6WE9trEy`WszpD;z@XX_2*4MsK>mZhG*=hPoM~ zyWvSclDaWF5pu_L8Rbi)s zWEjDy4n&6KO37|`!Nl8vkST2nGI!~hUzj>!>E{&6BF-K zR8vi|wPv~%X5eJ%3P!RRb!~~!iT4Ip)6ip(8>0)x(^vuPyttddoRW`3kIn9&UoIN~vRiP!W(42w#dz8a`wj?$2aujxk}; zGu#h&a#zvKkY~Xu7FEG8w;4gnT?LYEFSo9N)qq6M0I4Cua4T-7A&k%_`+Ey%Gu+w(l(%4LoVwmD*%BQc+hzP1na1y?iF~^xkFQ6E35q((^+w|M=Rc@3+A5EgRZ$HWW)7YG%*Jpcn z1Cp_pJHmQ_J67Tf0jsS)1S*FyD+Y@K6mrwbXk~XjXX=!5o z++4-X_am)yg&8t`x(%|GrYyLkpO6a24cqpi;3W4rq{b66Q>r#u;642O9c}P?R>fIz zMUqnnWN+mCPRYGPh-aoTn@aR4yaVX;KMC2_mpD1zdw6&u5yV$xyVZ)*p`v@_l^`oP z9;J`g$(XCv$>qVqj1E+ZEEk*${yVPg?(kj2UV*H&!rC&uyI2W~*h)vFEAc zZE#o$l|I@Kx#5(1p1HfR^sEC+3PBOmY9g>svD2{~hs--ugaa3(jP2vgd>I9hJ=2nv z#-74*vPDn~;yQ+4%k$n;si@Z<2E-6Z<;kWH#K2A&Ib}pOJ(^rVM-`)xAA`4> zuk*p_k9?Tud(_ zkHd(XZ`b!gAqqbdQoYm0?BUh*!xzYLir;`0_jEwVuH^Qnco`sh4*K{1s;H957HweB zB|6eGk+g2-Z1eHP@Dl~zR6ahJFM`9Jq-(c^ine$0@799v7htIm=L*I-Cq)umv_4Xj zBaw7y-gerDr6G?znWi73y8(0W24@?$I0UYd;oCpVpXCe502+xnP6~%7)P@_N0|8pp znBO-ZZJ(&bC2Z1M7=8=!lps{@LuM`Zu$vnQ20Wo+~z`3pDOwB+(pm2RQdr`(* z?m3qOYUY4P+FWgtE+vJuIsoXa+LG!NlP_0LlHPmVJSOoHcP-LsRT&i<(aH56Ll z|LmaWj-quLk0oE?Zip_9VTS?a2kEbl)~(sO`O*?*p4>%K;xLRc;P1E>J|4+_Y7OQo z^P4lqOiqH8E$rKJ&NwUMIABJ_GRB}#pw676;e~ch>Vymv2{3u%gbsVj@xWQl>NRj^ za&Db^W5zyqiEp$~${DHv8T+=l+u`Yc_H8wYu(Ej;q)g2?XmKHdj2U^nml2$uCT4$^ zqg#qY;Ar5eW-%-?3r4dmzr_|@1Y3L$=Ftv*ZURJgU^C`ZpQfeB;nqK=cD69fEws%F zM+1+^jc^Fe1Kl|1I&Cdo39czw-Rgt&5IPZ{jkb2O79{W3$RxHj8yLk((2)yD%XmL& z(#lc#=0MP(Wa@dk`&|VH7A76Y^k(2}2FiS;{&fKg>puXVe8zAI&!aWtz(w{tPf>>u z(r~T47H}#zg!SSHwK7Y*b&&-Vpf6KA{15wWmMa~KRY<2J^*spj0WENf7* zn|YkbZeTCk%AlT}rn`P~!2)GH_FR zxLwV@X8)yG4H_^G1>-a-kKMG;I2PIxEAt4!I3RVOzdvyiJ@u{wXuxy#@ken8*EYZy zSU`Y06SG8J+T$uG^B~hwM#%`UPjG9%6EEbk>9`=~oO9f4(1-L#)g0VqB2{c341WBzWDxHWI5oQS<0Zk-KyHZkJ)cA~rV6 z&3-|#6Eergan*;O!|CgT!`Ej~whyc?ODdE)8ep%L-;DX~-;DkJ*l`i_YMYDmi|I8K zo91caRbU5xtKf&7aP}m)>@euMNE?%Q3chg}wJu6dQ{ z-FC4i+M%|sIb>yPNOunJzLo8Y&+D*W9IDnLQpOs_1WE+73F?_Urq14Lp^#BuQn=^| z84BgBl-Ix9TQ))vSBo94KXkW#a)F?I=|$Huz-r}$LSQri(NOWL&YHC&px_F1@zljq zB`E@R4!&_laBq@;fIU1g|CEug7C5!n|G3b6_-?&@q!|E?)!L+X2R#6J;KEw8nsMx! z#CONJmk9iqLK;xx^w|Wd<_j_dbq?hnn&vKF85ro!*^Gmf`}N_6K(i%8TgkQ? z!G3A0HU~^HZ)!(4X>XdY6D${;6XwPhDdCr?`G!fnt#NZOlv0i{RaROwMx{Ov^}&uh zUTeAK28B|t`Sccsl6|oJH-?41-xN((vX7qL6qn3aPhmWHeB}O{;x%uY)UVmEaQMjP zcn6>L^~=}`4#7(VBS#DU^A37_Ej*=<*gK)v{UY1}~lowq1#~IGG__%@cTgbR<3pH?Oph-T{ykv;B_M8NI%Ej z#JOoQimbrpYD}A_bH)WQX+z|;RZt)$g`jZJ$-Ugx{Im$@MmXKdpLTofgWGR=x$*}m zLu{0Q+w{pk|7Hsgy4|^pvzwHhzyFnE1@-DI_SXrLfNwyIk^Ff(S~_^|;)x@R%5VKU zoK*anq<>7;tLYaXcaq`t&tL%<3ODCwHT#kY_TtuI1ciSs|I)K7$?Usb93&be#U7>H`oy0CuC4Ci zt6^y}a95A|rMAU3>KSRxQB+Csw8MEya_|t;JY+oH7kI?^)5f8m0rK$=_%t?s*Sol# z4_{Q)ywKOYzWnfo1F?PlA6vduwzHM6dXc+>nX8h z<*ln4mJb|#n@w7@=+($wBqzgp%>Rjz2ZOG^8~%Cu+sQD=JNolG*@%W&N6%!KFT|&h zb{62IU@2*?^c`sewR;k>IMl5P+eY(zJh6L@6w!aG6_SjKA1RK1C z^2zGRuWJV0d-y~_i2*#t&`aT{ak%_l(@$N2 zNrSQuliCquwH*t0ME~0R<6rDiF(=MExLrqaRWddm`Qj-h%|o;E*Ax%4AfwhCJ@H`c z#u;lj&(FWI04&6)At*I%?Ompca{Kgeue&2Zx4`=tXT&5?BNkBb<6paeg8H-n2$Wyj z2I|$0_OV}I_Fid$3za?D|AWl!)R9}WG(R6ydpj3>C#orz+!N3atkXqlLr-k#dwptq zZLrbG77?%y<3u0s_Vbk(f2^E+j}1Ia5^|PzjAXCgD3y|E!$fEXp^C^Nx4OlgRLX8% z)y&hk<4Qsb5nl#dh@xe{hyZfNUqM712&D;MOv%zY(H(_861mcMdSNJuEww5$b(|5B zf@8Wf+KN=`Qnwi<>AYa3pxXJ(s|}fTx?ybFUF&I>iO>X+LbM8r9urldj+LfAUwkO^ z-;Zy{;5fqGdfF;km)(^81AEr@9JbVsOz*&y%DZ#2E-|aqmkpfS*ipU&p*uGml6$`M zzvalJD~CP_Ra}9%`07C%X49{F%&}W)cP({cfls^s8E?^27Y4Q8GkHdOc;~N>#LLkM zIHWm$KCOmRsO;e(f-~G6MQmXz`X43N0M^D&K zkNE)U8K>B7?B&(h@IS=l_OqdmO0n#rmwjC(iwLjh{K}tFOG$Q9nvRorF-k3U#I93~ z>;RiGi(`7DB&{brM>((F+%@&U+IGexExF+SJ6|Icuhi1KfD^(BSIb9@y|C)Gn3d>7 z0A$%#Lc#FK1+oDD7o^1T*CnKL-c5v7*VHyk3CEAkv!N{iYJcUT)+cz@uz;b*g3Vo4 zmAHcDZ|_=v=E#XGUY*@@NsIpPs!f{_9f``rSFAWD&x?G@2UUme){3o zZwLJ+d`KPj?SS{Nhd+1+wx*s$b_nOiYbo^0E6uS~UPi&Yw+k}oX%h~omi&qdg6sGM zY5TuPX-;ATEWh?8{cZYBQSsMpwyg)^MsGM&%X~7002Cy0lQ1^5(fTrX)1()G=pqfX zyfjj6iiPnf!t7GIwJhub`C4T|Cex1~vhsT?OBc5`SK}JOF&=(z_|8*}-~`~rdA?J~ zi7&nrhI{8X4^)rhlM8mPTqZkuY}#`kEd=-E-VqVu%ACOXS`sOF#A+cg%dZ^`Twx~$ zuijt>++V&Xy6z$C>^|bj$?Po@`{H>51AD8YBa=J&09jK{Vb76mc8v%0E1`R-t7~Z= zGhJv;vqQ;W%#eu@U};|<$|{q=c?uh?{Ox(EuA#f z>=9m$EAu-xVIphBdPCQoSe9Oy!%?EE9Mrh;Quz_bV#slQ6fwoE&W|bvkcNT4c}Rz5 z-kgzN-;~z-AICBJ%?zT;a#j0>+O&)eeq-sU)xOP(7dQ?T8c3J>6jp@X zuYVDN+;H=qww)idqHVp|xiKZ`@G?&_rgVIFxcSWFN1%LS{=U}ZPhxcIx(_sU?;kg| zgCw?0X0|+5Jc}4P>18}93Ez8a?V_c#UT)lH{+f)?&ntuGejg{Vn&>#PKYNw((Sq3z pd~WVb&lbn(O6Syug;|{aM1G1J{QQZx&mS0TQjEKI8V6v~{{ig!LMi|N literal 0 HcmV?d00001 diff --git a/itcl/iwidgets/demos/labeledframe b/itcl/iwidgets/demos/labeledframe new file mode 100644 index 0000000000..bfb9a81bdc --- /dev/null +++ b/itcl/iwidgets/demos/labeledframe @@ -0,0 +1,47 @@ +# ---------------------------------------------------------------------- +# DEMO: labeledframe in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +set tk_strictMotif 1 + +iwidgets::Labeledframe .pr -labelpos ne -labeltext "Print range" +set cs [.pr childsite] + +radiobutton $cs.all \ + -highlightthickness 0 \ + -anchor w \ + -justify left \ + -text "All" \ + -underline 0 \ + -value 1 + +radiobutton $cs.range \ + -highlightthickness 0 \ + -anchor w \ + -justify left \ + -text "Pages" \ + -underline 2 \ + -value 0 + +iwidgets::entryfield $cs.from \ + -highlightthickness 0 \ + -labelpos w \ + -labeltext "from:" \ + -width 10 + +[$cs.from component label] configure -justify left -underline 0 + +iwidgets::entryfield $cs.to \ + -highlightthickness 0 \ + -labelpos w \ + -labeltext "to:" \ + -width 10 + +[$cs.to component label] configure -justify left -underline 0 + +pack $cs.all -side top -fill x -anchor w +pack $cs.range -side left -fill x -anchor w +pack $cs.from -side left -fill x -anchor w +pack $cs.to -side left -fill x -anchor w +pack .pr -fill both diff --git a/itcl/iwidgets/demos/labeledwidget b/itcl/iwidgets/demos/labeledwidget new file mode 100644 index 0000000000..2c6cb9d6d0 --- /dev/null +++ b/itcl/iwidgets/demos/labeledwidget @@ -0,0 +1,23 @@ +# ---------------------------------------------------------------------- +# DEMO: labeledwidget in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +. configure -background white + +iwidgets::labeledwidget .lw -labeltext "Label Text:" +pack .lw -padx 4 -pady 4 + +set win [.lw childsite] +label $win.ex -text "(put your widgets here)" \ + -background black -foreground white \ + -width 30 -height 3 +pack $win.ex -expand yes -fill both -padx 4 -pady 4 + +iwidgets::optionmenu .pos -labeltext "Position:" -command { + .lw configure -labelpos [.pos get] +} +pack .pos -padx 4 -pady 4 + +.pos insert end e n ne nw s se sw w +.pos select w diff --git a/itcl/iwidgets/demos/mainwindow b/itcl/iwidgets/demos/mainwindow new file mode 100644 index 0000000000..695b3e7d1d --- /dev/null +++ b/itcl/iwidgets/demos/mainwindow @@ -0,0 +1,163 @@ +# ---------------------------------------------------------------------- +# DEMO: mainwindow in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +wm withdraw . +iwidgets::mainwindow .mw + +set imagedir [file join ${iwidgets::library} demos images] + +# +# Add a File menubutton +# +.mw menubar add menubutton file -text "File" -underline 0 -padx 8 -pady 2 \ + -menu {options -tearoff no + command new -label "New" -underline 0 \ + -helpstr "Create a new file" + command open -label "Open ..." -underline 0 \ + -helpstr "Open an existing file" + command save -label "Save" -underline 0 \ + -helpstr "Save the current file" + command saveas -label "Save As ..." -underline 5 \ + -helpstr "Save the file as a differnet name" + command print -label "Print" -underline 0 \ + -helpstr "Print the file" + separator sep1 + command close -label "Close" -underline 0 \ + -helpstr "Close the file" + separator sep2 + command exit -label "Exit" -underline 1 \ + -helpstr "Exit this application" + } + +# +# Add the Edit menubutton. +# +.mw menubar add menubutton edit -text "Edit" -underline 0 -padx 8 -pady 2 \ + -menu {options -tearoff no + command cut -label "Cut" -underline 2 \ + -helpstr "Cut the selection into the clipboard" + command copy -label "Copy" -underline 0 \ + -helpstr "Copy the selection to the clipboard" + command paste -label "Paste" -underline 0 \ + -helpstr "Paste the clipboard to the current point" + separator sep3 + command find -label "Find" -underline 2 \ + -helpstr "Search the text" + separator sep4 + command clear -label "Clear" -underline 2 \ + -helpstr "Clear the selection" + } + +# +# Add the Help menubutton. +# +.mw menubar add menubutton help -text "Help" -underline 0 -padx 8 -pady 2 \ + -menu {options -tearoff no + command onwindow -label "On Window" -underline 3 \ + -helpstr "Obtain help on the window" + command onkeys -label "On Keys" -underline 3 \ + -helpstr "Obtain help on the keys" + command index -label "Index" -underline 0 \ + -helpstr "View the help index" + command onhelp -label "On Help" -underline 2 \ + -helpstr "Obtain help on help" + command onversion -label "On Version" -underline 2 \ + -helpstr "View the version information" + } + +# +# Add items to the toolbar. +# +.mw toolbar add frame filler1 -width 108 -relief raised -borderwidth 2 + +.mw toolbar add button new \ + -image [image create photo -file [file join $imagedir new.gif]] \ + -helpstr "Create a new file" \ + -balloonstr "New" + +.mw toolbar add button open \ + -image [image create photo -file [file join $imagedir open.gif]] \ + -helpstr "Open an existing file" \ + -balloonstr "Open" + +.mw toolbar add button close \ + -image [image create photo -file [file join $imagedir close.gif]] \ + -helpstr "Close the file" \ + -balloonstr "Close" + +.mw toolbar add frame filler2 -width 20 -relief raised -borderwidth 2 + +.mw toolbar add button cut \ + -image [image create photo -file [file join $imagedir cut.gif]] \ + -helpstr "Cut the selection into the cut buffer" \ + -balloonstr "Cut" + +.mw toolbar add button copy \ + -image [image create photo -file [file join $imagedir copy.gif]] \ + -helpstr "Copy the selection to the cut buffer" \ + -balloonstr "Copy" + +.mw toolbar add button paste \ + -image [image create photo -file [file join $imagedir paste.gif]] \ + -helpstr "Paste the cut buffer to the current point" \ + -balloonstr "Paste" + +.mw toolbar add button clear \ + -image [image create photo -file [file join $imagedir clear.gif]] \ + -helpstr "Clear the selection" \ + -balloonstr "Clear" + +.mw toolbar add frame filler3 -relief raised -borderwidth 2 + +# +# Add items to the menubar. +# +.mw mousebar add button save \ + -image [image create photo -file [file join $imagedir save.gif]] \ + -helpstr "Save the current file" + +.mw mousebar add button print \ + -image [image create photo -file [file join $imagedir print.gif]] \ + -helpstr "Print the file" + +.mw mousebar add button find \ + -image [image create photo -file [file join $imagedir find.gif]] \ + -helpstr "Search the text" + +.mw mousebar add frame filler1 -height 20 -relief raised -borderwidth 2 + +.mw mousebar add button help \ + -image [image create photo -file [file join $imagedir help.gif]] \ + -helpstr "Obtain help for this window" + +.mw mousebar add frame filler2 -relief raised -borderwidth 2 + +.mw mousebar add button exit \ + -image [image create photo -file [file join $imagedir exit.gif]] \ + -helpstr "Exit this application" + +.mw mousebar add frame filler3 -height 5 + +# +# Change the packing of the last fillers in the tool and mouse bar +# so that it expands across and down the rest of the mainwindow. +# +pack [.mw toolbar component filler3] -expand yes -fill both +pack [.mw mousebar component filler2] -expand yes -fill both + + +# +# Install a scrolledtext widget in the childsite. +# +iwidgets::scrolledtext [.mw childsite].st -visibleitems 40x8 +pack [.mw childsite].st -fill both -expand yes + +# +# Activate the main window. +# +.mw activate + + + diff --git a/itcl/iwidgets/demos/menubar b/itcl/iwidgets/demos/menubar new file mode 100644 index 0000000000..ef51d96e93 --- /dev/null +++ b/itcl/iwidgets/demos/menubar @@ -0,0 +1,76 @@ +# ---------------------------------------------------------------------- +# DEMO: menubar in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::menubar .mb -helpvariable helpVar -menubuttons { + menubutton file -text "File" -menu { + options -tearoff false + + command new -label "New" \ + -helpstr "Open new document" \ + -command {puts "selected: New"} + + command close -label "Close" \ + -helpstr "Close current document" \ + -command {puts "selected: Close"} + + separator sep1 + + command exit -label "Exit" -command {exit} \ + -helpstr "Exit application" + } + + menubutton edit -text "Edit" -menu { + options -tearoff false + + command undo -label "Undo" -underline 0 \ + -helpstr "Undo last command" \ + -command {puts "selected: Undo"} + + separator sep2 + + command cut -label "Cut" -underline 1 \ + -helpstr "Cut selection to clipboard" \ + -command {puts CUT} + + command copy -label "Copy" -underline 1 \ + -helpstr "Copy selection to clipboard" \ + -command {puts "selected: Copy"} + + command paste -label "Paste" -underline 0 \ + -helpstr "Paste clipboard contents into document" \ + -command {puts "selected: Paste"} + } + + menubutton options -text "Options" -menu { + options -tearoff false -selectcolor blue + + radiobutton byName -variable viewMode \ + -value NAME -label "by Name" \ + -helpstr "View files by name order" \ + -command {puts "selected: by Name"} + + radiobutton byDate -variable viewMode \ + -value DATE -label "by Date" \ + -helpstr "View files by date order" \ + -command {puts "selected: by Date"} + + cascade prefs -label "Preferences" -menu { + command colors -label Colors... \ + -helpstr "Change text colors" \ + -command {puts "selected: Colors..."} + + command fonts -label "Fonts..." \ + -helpstr "Change text font" \ + -command {puts "selected: Fonts..."} + } + } +} +pack .mb -fill x + +frame .fr -width 200 -height 200 -background white +pack .fr -fill both + +label .help -anchor w -textvariable helpVar -width 40 +pack .help -fill x diff --git a/itcl/iwidgets/demos/messagebox b/itcl/iwidgets/demos/messagebox new file mode 100644 index 0000000000..e228822219 --- /dev/null +++ b/itcl/iwidgets/demos/messagebox @@ -0,0 +1,32 @@ +# ---------------------------------------------------------------------- +# DEMO: messagebox in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +. configure -background white + +iwidgets::messagebox .mb -hscrollmode dynamic -labeltext "Messages" \ + -labelpos n -visibleitems 50x8 + +pack .mb -padx 5 -pady 5 -fill both -expand yes + +.mb type add ERROR -background red -foreground white -bell 1 +.mb type add WARNING -background yellow -foreground black +.mb type add INFO -background white -foreground black + +frame .cntls -background white +pack .cntls -padx 5 -pady 5 -fill x +button .cntls.error -text "Error" -command { + .mb issue "This is an error message in red with a beep" ERROR +} +pack .cntls.error -side left -expand yes + +button .cntls.warning -text "Warning" -command { + .mb issue "This warning message in yellow" WARNING +} +pack .cntls.warning -side left -expand yes + +button .cntls.info -text "Info" -command { + .mb issue "This is an informational message" INFO +} +pack .cntls.info -side left -expand yes diff --git a/itcl/iwidgets/demos/messagedialog b/itcl/iwidgets/demos/messagedialog new file mode 100644 index 0000000000..95edf3128a --- /dev/null +++ b/itcl/iwidgets/demos/messagedialog @@ -0,0 +1,20 @@ +# ---------------------------------------------------------------------- +# DEMO: messagedialog in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +button .b -text "Confirm..." -command { + if {[.md activate]} { + puts "selected: Yes" + } else { + puts "selected: No" + } +} +pack .b + +iwidgets::messagedialog .md -title "Message Dialog" -modality application \ + -bitmap questhead -text "Are you sure?" + +.md hide Help +.md buttonconfigure OK -text "Yes" +.md buttonconfigure Cancel -text "No" diff --git a/itcl/iwidgets/demos/notebook b/itcl/iwidgets/demos/notebook new file mode 100644 index 0000000000..0a749daab7 --- /dev/null +++ b/itcl/iwidgets/demos/notebook @@ -0,0 +1,71 @@ +# ---------------------------------------------------------------------- +# DEMO: notebook in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell +option add *Scale.width 8 +. configure -background white + +iwidgets::optionmenu .pages -labeltext "Page:" -command { + .nb view [.pages get] +} +pack .pages -padx 4 -pady 4 +.pages insert end "Personal Info" "Favorite Color" "Blank Page" + + +iwidgets::notebook .nb -width 3i -height 2.6i +pack .nb -padx 4 -pady 4 + +# Page #1 +# ---------------------------------------------------------------------- +set page [.nb add -label "Personal Info"] + +iwidgets::entryfield $page.name -labeltext "Name:" -labelpos nw +pack $page.name +iwidgets::entryfield $page.addr -labeltext "Address:" -labelpos nw +pack $page.addr +iwidgets::entryfield $page.addr2 -labeltext "City, State:" -labelpos nw +pack $page.addr2 +iwidgets::entryfield $page.email -labeltext "E-mail:" -labelpos nw +pack $page.email + + +# Page #2 +# ---------------------------------------------------------------------- +set page [.nb add -label "Favorite Color"] + +frame $page.sample -width 20 -height 20 \ + -borderwidth 2 -relief raised +pack $page.sample -fill both -pady 4 +scale $page.r -label "Red" -orient horizontal \ + -from 0 -to 255 -command "set_color $page" +pack $page.r -fill x +scale $page.g -label "Green" -orient horizontal \ + -from 0 -to 255 -command "set_color $page" +pack $page.g -fill x +scale $page.b -label "Blue" -orient horizontal \ + -from 0 -to 255 -command "set_color $page" +pack $page.b -fill x + +proc set_color {page {val 0}} { + set r [$page.r get] + set g [$page.g get] + set b [$page.b get] + set color [format "#%.2x%.2x%.2x" $r $g $b] + $page.sample configure -background $color +} +set_color $page + + +# Page #3 +# ---------------------------------------------------------------------- +set page [.nb add -label "Blank Page"] + +label $page.title -text "(put your widgets here)" \ + -background black -foreground white \ + -width 25 -height 3 +pack $page.title -expand yes -fill both + + +.nb view "Personal Info" diff --git a/itcl/iwidgets/demos/optionmenu b/itcl/iwidgets/demos/optionmenu new file mode 100644 index 0000000000..d74a0bfb19 --- /dev/null +++ b/itcl/iwidgets/demos/optionmenu @@ -0,0 +1,12 @@ +# ---------------------------------------------------------------------- +# DEMO: optionmenu in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::optionmenu .cb -labeltext "Font:" -labelpos w -command { + puts "selected: [.cb get]" +} +pack .cb + +.cb insert end Ariel Courier Helvetica Knarly Lucida \ + Rumpus Symbol Times "Zapf Dingbats" diff --git a/itcl/iwidgets/demos/panedwindow b/itcl/iwidgets/demos/panedwindow new file mode 100644 index 0000000000..d538301c79 --- /dev/null +++ b/itcl/iwidgets/demos/panedwindow @@ -0,0 +1,30 @@ +# ---------------------------------------------------------------------- +# DEMO: panedwindow in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +. configure -background white + +iwidgets::panedwindow .pw -width 3i -height 3i +pack .pw -padx 4 -pady 4 + +.pw add "top" +set pane [.pw childsite "top"] +label $pane.l -text "(put some widgets here)" \ + -background black -foreground white +pack $pane.l -expand yes -fill both + +.pw add "bottom" +set pane [.pw childsite "bottom"] +label $pane.l -text "(put other widgets here)" \ + -background black -foreground white +pack $pane.l -expand yes -fill both + +.pw fraction 40 60 + + +iwidgets::optionmenu .orient -labeltext "Orientation:" -command { + .pw configure -orient [.orient get] +} +pack .orient -padx 4 -pady 4 +.orient insert end horizontal vertical diff --git a/itcl/iwidgets/demos/promptdialog b/itcl/iwidgets/demos/promptdialog new file mode 100644 index 0000000000..a1702b895e --- /dev/null +++ b/itcl/iwidgets/demos/promptdialog @@ -0,0 +1,21 @@ +# ---------------------------------------------------------------------- +# DEMO: promptdialog in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +button .b -text "Get Password..." -command { + if {[.pd activate]} { + puts "password: [.pd get]" + } else { + puts "cancelled" + } +} +pack .b + +iwidgets::promptdialog .pd -title "Prompt Dialog" -modality application \ + -labeltext "Password:" -show "*" + +.pd hide Apply +.pd hide Help diff --git a/itcl/iwidgets/demos/pushbutton b/itcl/iwidgets/demos/pushbutton new file mode 100644 index 0000000000..17c80b2dad --- /dev/null +++ b/itcl/iwidgets/demos/pushbutton @@ -0,0 +1,17 @@ +# ---------------------------------------------------------------------- +# DEMO: pushbutton in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +. configure -background white + +iwidgets::pushbutton .pb -text "Push Me" -defaultring yes -command { + puts "Hello, World!" +} +pack .pb -padx 4 -pady 4 + +checkbutton .default -text "Default ring" -variable defring \ + -command {.pb configure -defaultring $defring} +pack .default -padx 4 -pady 4 + +.default invoke diff --git a/itcl/iwidgets/demos/radiobox b/itcl/iwidgets/demos/radiobox new file mode 100644 index 0000000000..17ed34e914 --- /dev/null +++ b/itcl/iwidgets/demos/radiobox @@ -0,0 +1,14 @@ +# ---------------------------------------------------------------------- +# DEMO: radiobox in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::radiobox .rb -labeltext "Size:" -labelpos nw +pack .rb -padx 4 -pady 4 -fill both + +.rb add small -text "Small" +.rb add med -text "Medium" +.rb add large -text "Large" +.rb add xlarge -text "Biggie" + +.rb select med diff --git a/itcl/iwidgets/demos/scopedobject b/itcl/iwidgets/demos/scopedobject new file mode 100644 index 0000000000..81fb31a635 --- /dev/null +++ b/itcl/iwidgets/demos/scopedobject @@ -0,0 +1,16 @@ +#!/bin/sh +# \ + exec wish8.4 -f $0 $* + +package require Iwidgets 4.0 + +# +# Demo script for the Scopedobject class +# +proc scopedobject_demo {} { + iwidgets::scopedobject #auto \ + -exitscopecommand {puts "enter scopedobject_demo"} \ + -exitscopecommand {puts "exit scopedobject_demo"} +} + +scopedobject_demo diff --git a/itcl/iwidgets/demos/scrolledcanvas b/itcl/iwidgets/demos/scrolledcanvas new file mode 100644 index 0000000000..2caf6a4c5a --- /dev/null +++ b/itcl/iwidgets/demos/scrolledcanvas @@ -0,0 +1,45 @@ +# ---------------------------------------------------------------------- +# DEMO: scrolledcanvas in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell +. configure -background white + +iwidgets::scrolledcanvas .canv -labeltext "Scrolledcanvas" \ + -vscrollmode dynamic -hscrollmode dynamic -autoresize yes + +pack .canv -expand yes -fill both -padx 4 -pady 4 +.canv xview moveto 0 +.canv yview moveto 0 + + +button .zoomin -text "Zoom In" -command { + .canv scale all 0 0 2 2 + .canv configure -scrollregion [.canv bbox all] +} +pack .zoomin -side left -expand yes -padx 4 -pady 4 + +button .zoomout -text "Zoom Out" -command { + .canv scale all 0 0 0.5 0.5 + .canv xview moveto 0 + .canv yview moveto 0 + .canv configure -scrollregion [.canv bbox all] +} +pack .zoomout -side left -expand yes -padx 4 -pady 4 + + +bind [.canv component canvas] {add_rectangle %W %x %y} +bind [.canv component canvas] {add_rectangle %W %x %y} + +proc add_rectangle {win x y} { + set x [$win canvasx $x] + set y [$win canvasy $y] + + $win create rectangle \ + [expr $x-4] [expr $y-4] \ + [expr $x+4] [expr $y+4] \ + -outline "" -fill red + + $win configure -scrollregion [$win bbox all] +} diff --git a/itcl/iwidgets/demos/scrolledframe b/itcl/iwidgets/demos/scrolledframe new file mode 100644 index 0000000000..6a227c9195 --- /dev/null +++ b/itcl/iwidgets/demos/scrolledframe @@ -0,0 +1,29 @@ +# ---------------------------------------------------------------------- +# DEMO: scrolledframe in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +iwidgets::scrolledframe .sf -width 4i -height 2i -labeltext "Scrolledframe" +pack .sf + +set win [.sf childsite] + +set all "" +foreach option [.sf configure] { + if {[llength $option] == 5} { + set name [lindex $option 0] + set val [lindex $option end] + + set entry [iwidgets::entryfield $win.#auto] + pack $entry -fill x + + $entry configure -labeltext $name \ + -command ".sf configure $name \[$entry get\]" + $entry insert 0 $val + + lappend all $entry + } +} +eval iwidgets::Labeledwidget::alignlabels $all diff --git a/itcl/iwidgets/demos/scrolledhtml b/itcl/iwidgets/demos/scrolledhtml new file mode 100644 index 0000000000..b7e06cce35 --- /dev/null +++ b/itcl/iwidgets/demos/scrolledhtml @@ -0,0 +1,14 @@ +# ---------------------------------------------------------------------- +# DEMO: scrolledhtml in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +iwidgets::scrolledhtml .sh -labeltext "Scrolledhtml" \ + -width 5i -height 3i \ + -wrap word -linkcommand ".sh import -link" -padx 10 + +pack .sh + +.sh import [file join ${iwidgets::library} demos demo.html] diff --git a/itcl/iwidgets/demos/scrolledlistbox b/itcl/iwidgets/demos/scrolledlistbox new file mode 100644 index 0000000000..71d3d0c7a6 --- /dev/null +++ b/itcl/iwidgets/demos/scrolledlistbox @@ -0,0 +1,30 @@ +# ---------------------------------------------------------------------- +# DEMO: scrolledlistbox in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell +. configure -background white + +iwidgets::scrolledlistbox .slb -labeltext "Scrolledlistbox" \ + -vscrollmode dynamic -hscrollmode none \ + -selectmode single \ + -labelpos nw -selectioncommand { + puts "click: [.slb getcurselection]" + } + +pack .slb -padx 4 -pady 4 + +.slb insert 0 Hello World! Cruel +.slb delete "Hello" +.slb insert 0 "Goodbye" + +button .add -text "Add" -command { + .slb insert end "Goodbye!" +} +pack .add -padx 4 -pady 4 + +button .del -text "Delete" -command { + .slb delete 0 +} +pack .del -padx 4 -pady 4 diff --git a/itcl/iwidgets/demos/scrolledtext b/itcl/iwidgets/demos/scrolledtext new file mode 100644 index 0000000000..aa7205a8ec --- /dev/null +++ b/itcl/iwidgets/demos/scrolledtext @@ -0,0 +1,13 @@ +# ---------------------------------------------------------------------- +# DEMO: scrolledtext in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +iwidgets::scrolledtext .st -labeltext "Scrolledtext" -wrap none \ + -vscrollmode static -hscrollmode dynamic \ + -width 5i -height 2i +pack .st + +.st import [file join ${iwidgets::library} demos scrolledtext] diff --git a/itcl/iwidgets/demos/selectionbox b/itcl/iwidgets/demos/selectionbox new file mode 100644 index 0000000000..2957b910dd --- /dev/null +++ b/itcl/iwidgets/demos/selectionbox @@ -0,0 +1,12 @@ +# ---------------------------------------------------------------------- +# DEMO: selectionbox in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +iwidgets::selectionbox .sb -selectionlabel "Font:" -height 2i +pack .sb + +.sb insert items end Ariel Courier Helvetica Knarly Lucida \ + Rumpus Symbol Times "Zapf Dingbats" diff --git a/itcl/iwidgets/demos/selectiondialog b/itcl/iwidgets/demos/selectiondialog new file mode 100644 index 0000000000..15569f74dc --- /dev/null +++ b/itcl/iwidgets/demos/selectiondialog @@ -0,0 +1,22 @@ +# ---------------------------------------------------------------------- +# DEMO: selectiondialog in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +iwidgets::selectiondialog .sd -modality application +.sd configure -selectionlabel "Font:" + +.sd insert items end Ariel Courier Helvetica Knarly Lucida \ + Rumpus Symbol Times "Zapf Dingbats" + +button .select -text "Font..." -command { + if {[.sd activate]} { + puts "selected: [.sd get]" + } else { + puts "cancelled" + } +} +pack .select -side left + diff --git a/itcl/iwidgets/demos/shell b/itcl/iwidgets/demos/shell new file mode 100644 index 0000000000..7b76e9a583 --- /dev/null +++ b/itcl/iwidgets/demos/shell @@ -0,0 +1,11 @@ +# ---------------------------------------------------------------------- +# DEMO: selectiondialog in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::shell .sh -modality none -padx 20 -pady 20 -title Shell + +pack [label [.sh childsite].l -text SHELL] + +.sh center +.sh activate diff --git a/itcl/iwidgets/demos/spindate b/itcl/iwidgets/demos/spindate new file mode 100644 index 0000000000..024a876005 --- /dev/null +++ b/itcl/iwidgets/demos/spindate @@ -0,0 +1,9 @@ +# ---------------------------------------------------------------------- +# DEMO: spindate in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +iwidgets::spindate .sd -monthformat brief +pack .sd diff --git a/itcl/iwidgets/demos/spinint b/itcl/iwidgets/demos/spinint new file mode 100644 index 0000000000..65ca2136e1 --- /dev/null +++ b/itcl/iwidgets/demos/spinint @@ -0,0 +1,29 @@ +# ---------------------------------------------------------------------- +# DEMO: spinint in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell +. configure -background white + +iwidgets::spinint .times -labeltext "Countdown:" -range {0 10} -width 3 +pack .times -padx 10 -pady 10 + +.times delete 0 end +.times insert end "5" + +frame .test +pack .test -padx 10 -pady 10 +button .test.go -text "Go" -command { + set count [.times get] + while {$count >= 0} { + .test.readout configure -text $count + update + after 200 + incr count -1 + } + .test.readout configure -text "blast-off!" +} +pack .test.go -side left +label .test.readout -width 15 -background seashell +pack .test.readout -side left -padx 4 -pady 4 diff --git a/itcl/iwidgets/demos/spinner b/itcl/iwidgets/demos/spinner new file mode 100644 index 0000000000..703bfa1d7d --- /dev/null +++ b/itcl/iwidgets/demos/spinner @@ -0,0 +1,28 @@ +# ---------------------------------------------------------------------- +# DEMO: spinner in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +proc spinMonth {win step} { + set months { + January February March April + May June July August September + October November December + } + + set index [expr [lsearch $months [$win get]] + $step] + + if {$index < 0} {set index 11} + if {$index > 11} {set index 0} + + $win delete 0 end + $win insert 0 [lindex $months $index] +} + +iwidgets::spinner .sm -labeltext "Month:" -width 10 -fixed 10 \ + -decrement {spinMonth .sm -1} -increment {spinMonth .sm 1} + +pack .sm +.sm insert 0 "January" diff --git a/itcl/iwidgets/demos/spintime b/itcl/iwidgets/demos/spintime new file mode 100644 index 0000000000..f9674c01a8 --- /dev/null +++ b/itcl/iwidgets/demos/spintime @@ -0,0 +1,9 @@ +# ---------------------------------------------------------------------- +# DEMO: spintime in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell + +iwidgets::spintime .st +pack .st diff --git a/itcl/iwidgets/demos/tabnotebook b/itcl/iwidgets/demos/tabnotebook new file mode 100644 index 0000000000..b81a97f93e --- /dev/null +++ b/itcl/iwidgets/demos/tabnotebook @@ -0,0 +1,72 @@ +# ---------------------------------------------------------------------- +# DEMO: tabnotebook in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +option add *textBackground seashell +option add *Tabnotebook.backdrop DimGray +option add *Scale.width 8 +. configure -background white + +iwidgets::tabnotebook .tnb -width 5i -height 3i +pack .tnb -padx 4 -pady 4 + +# Page #1 +# ---------------------------------------------------------------------- +set page [.tnb add -label "Personal Info"] + +iwidgets::entryfield $page.name -labeltext "Name:" -labelpos nw +pack $page.name +iwidgets::entryfield $page.addr -labeltext "Address:" -labelpos nw +pack $page.addr +iwidgets::entryfield $page.addr2 -labeltext "City, State:" -labelpos nw +pack $page.addr2 +iwidgets::entryfield $page.email -labeltext "E-mail:" -labelpos nw +pack $page.email + + +# Page #2 +# ---------------------------------------------------------------------- +set page [.tnb add -label "Favorite Color"] + +frame $page.sample -width 20 -height 20 \ + -borderwidth 2 -relief raised +pack $page.sample -fill both -pady 4 +scale $page.r -label "Red" -orient horizontal \ + -from 0 -to 255 -command "set_color $page" +pack $page.r -fill x +scale $page.g -label "Green" -orient horizontal \ + -from 0 -to 255 -command "set_color $page" +pack $page.g -fill x +scale $page.b -label "Blue" -orient horizontal \ + -from 0 -to 255 -command "set_color $page" +pack $page.b -fill x + +proc set_color {page {val 0}} { + set r [$page.r get] + set g [$page.g get] + set b [$page.b get] + set color [format "#%.2x%.2x%.2x" $r $g $b] + $page.sample configure -background $color +} +set_color $page + + +# Page #3 +# ---------------------------------------------------------------------- +set page [.tnb add -label "Blank Page"] + +label $page.title -text "(put your widgets here)" \ + -background black -foreground white \ + -width 25 -height 3 +pack $page.title -expand yes -fill both + + +iwidgets::optionmenu .orient -labeltext "Tabs:" -command { + .tnb configure -tabpos [.orient get] +} +pack .orient -padx 4 -pady 4 +.orient insert end n s e w + +.tnb view "Personal Info" +.tnb configure -tabpos [.orient get] diff --git a/itcl/iwidgets/demos/tabset b/itcl/iwidgets/demos/tabset new file mode 100644 index 0000000000..efc0f1580d --- /dev/null +++ b/itcl/iwidgets/demos/tabset @@ -0,0 +1,16 @@ +# ---------------------------------------------------------------------- +# DEMO: tabset in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +proc showTab {num} { + puts "selected: [.ts tabcget $num -label]" +} + +iwidgets::tabset .ts -command showTab +pack .ts + +for {set i 1} {$i <= 5} {incr i} { + .ts add -label "#$i" +} +.ts select 0 diff --git a/itcl/iwidgets/demos/timeentry b/itcl/iwidgets/demos/timeentry new file mode 100644 index 0000000000..e6c24113ad --- /dev/null +++ b/itcl/iwidgets/demos/timeentry @@ -0,0 +1,7 @@ +# ---------------------------------------------------------------------- +# DEMO: timeentry in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +iwidgets::timeentry .de -labeltext "Time:" +pack .de -fill x -expand yes -padx 10 -pady 10 diff --git a/itcl/iwidgets/demos/timefield b/itcl/iwidgets/demos/timefield new file mode 100644 index 0000000000..1f9377d314 --- /dev/null +++ b/itcl/iwidgets/demos/timefield @@ -0,0 +1,12 @@ +# ---------------------------------------------------------------------- +# DEMO: timefield in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +proc returnCmd {} { + puts [.df get] +} + +iwidgets::timefield .df -labeltext "Time:" -command returnCmd +pack .df -fill x -expand yes -padx 10 -pady 10 + diff --git a/itcl/iwidgets/demos/toolbar b/itcl/iwidgets/demos/toolbar new file mode 100644 index 0000000000..5b0175785f --- /dev/null +++ b/itcl/iwidgets/demos/toolbar @@ -0,0 +1,45 @@ +# ---------------------------------------------------------------------- +# DEMO: toolbar in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +label .status -textvariable statusVar -width 40 -anchor w +pack .status -side bottom + +iwidgets::toolbar .tb -helpvariable statusVar -orient vertical +pack .tb -side left -anchor nw -padx 4 -pady 4 + +set imagedir [file join ${iwidgets::library} demos images] + +.tb add button select \ + -helpstr "Select drawing elements" \ + -image [image create photo -file [file join $imagedir select.gif]] \ + -balloonstr "Selection tool" \ + -command {puts "tool: select"} + +.tb add button magnify \ + -helpstr "Magnify drawing area" \ + -image [image create photo -file [file join $imagedir mag.gif]] \ + -balloonstr "Zoom tool" \ + -command {puts "tool: magnify"} + +.tb add button ruler \ + -helpstr "Measure distances on drawing" \ + -image [image create photo -file [file join $imagedir ruler.gif]] \ + -balloonstr "Ruler tool" \ + -command {puts "tool: ruler"} + +.tb add frame filler \ + -borderwidth 1 \ + -width 10 \ + -height 10 + +.tb add button poly \ + -helpstr "Draw a polygon" \ + -image [image create photo -file [file join $imagedir poly.gif]] \ + -balloonstr "Polygon tool" \ + -command {puts "tool: polygon"} + +canvas .worksp -width 2i -height 3i \ + -borderwidth 2 -relief sunken -background white +pack .worksp -side right -expand yes -fill both -padx 4 -pady 4 diff --git a/itcl/iwidgets/demos/watch b/itcl/iwidgets/demos/watch new file mode 100644 index 0000000000..4c30756b81 --- /dev/null +++ b/itcl/iwidgets/demos/watch @@ -0,0 +1,16 @@ +# ---------------------------------------------------------------------- +# DEMO: watch in [incr Widgets] +# ---------------------------------------------------------------------- +package require Iwidgets 4.0 + +set tk_strictMotif 1 + +iwidgets::watch .w -state disabled -showampm no -width 155 -height 155 +pack .w -padx 10 -pady 10 -fill both -expand yes + +proc fix_time {} { + if {! [winfo exists .w]} return + .w show + after 1000 fix_time +} +fix_time diff --git a/itcl/iwidgets/doc/buttonbox.n b/itcl/iwidgets/doc/buttonbox.n new file mode 100644 index 0000000000..91e7384048 --- /dev/null +++ b/itcl/iwidgets/doc/buttonbox.n @@ -0,0 +1,189 @@ +'\" +'\" Copyright (c) 1995 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) buttonbox.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::buttonbox iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::buttonbox \- Create and manipulate a manager widget for buttons +.SH SYNOPSIS +\fBiwidgets::buttonbox\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::buttonbox +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBbackground\fR \fBcursor\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "WIDGET-SPECIFIC OPTIONS" +.ta 4c 8c 12c +.LP +.nf +Name: \fBorient\fR +Class: \fBOrient\fR +Command-Line Switch: \fB-orient\fR +.fi +.IP +Orientation of the button box: \fBhorizontal\fR or \fBvertical\fR. The default +is horizontal. +.LP +.nf +Name: \fBpadX\fR +Class: \fBPadX\fR +Command-Line Switch: \fB-padx\fR +.fi +.IP +Specifies a non-negative padding distance to leave between the button group and +the outer edge of the button box in the x direction. The value may be +given in any of the forms acceptable to \fBTk_GetPixels\fR. The default +is 5 pixels. +.LP +.nf +Name: \fBpadY\fR +Class: \fBPadY\fR +Command-Line Switch: \fB-pady\fR +.fi +.IP +Specifies a non-negative padding distance to leave between the button group and +the outer edge of the button box in the y direction. The value may be given +in any of the forms acceptable to \fBTk_GetPixels\fR. The default is 5 pixels. +.LP +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::buttonbox\fR command creates a manager widget for controlling +buttons. The button box also supports the display and invocation +of a default button. The button box can be configured either horizontally +or vertically. + +.SH "METHODS" +.PP +The \fBiwidgets::buttonbox\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. +.PP +Many of the widget commands for the buttonbox take as one argument an +indicator of which button of the button box to operate on. These +indicators are called \fIindexes\fR and allow reference and manipulation +of buttons regardless of their current map state. buttonbox indexes +may be specified in any of the following forms: +.TP 12 +\fInumber\fR +Specifies the button numerically, where 0 corresponds to the +left/top-most button of the button box. +.TP 12 +\fBend\fR +Indicates the right/bottom-most button of the button box. +.TP 12 +\fBdefault\fR +Indicates the current default button of the button box. This is the +button with the default ring displayed. +.TP 12 +\fIpattern\fR +If the index doesn't satisfy one of the above forms then this +form is used. \fIPattern\fR is pattern-matched against the tag of +each button in the button box, in order from left/top to right/left, +until a matching entry is found. The rules of \fBTcl_StringMatch\fR +are used. + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBadd\fR \fItag\fR \fIargs\fR +Add a button distinguished by \fItag\fR to the end of the button box. +If additional arguments are present they specify options to be applied +to the button. See \fBPushButton\fR for information on the options +available. +.TP +\fIpathName \fBbuttonconfigure\fR \fIindex\fR ?\fIoptions\fR? +This command is similar to the \fBconfigure\fR command, except that +it applies to the options for an individual button, +whereas \fBconfigure\fR applies to the options for the button box as a whole. +\fIOptions\fR may have any of the values accepted by the \fBPushButton\fR +command. If \fIoptions\fR are specified, options are modified +as indicated in the command and the command returns an empty string. +If no \fIoptions\fR are specified, returns a list describing +the current options for entry \fIindex\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::buttonbox\fR +command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::buttonbox\fR +command. +.TP +\fIpathName \fBdefault\fR \fIindex\fR +Sets the default button to the button given by \fIindex\fR. This causes +the default ring to appear arround the specified button. +.TP +\fIpathName \fBdelete\fR \fIindex\fR +Deletes the button given by \fIindex\fR from the button box. +.TP +\fIpathName \fBhide\fR \fIindex\fR +Hides the button denoted by \fIindex\fR. This doesn't remove the button +permanently, just inhibits its display. +.TP +\fIpathName \fBindex \fIindex\fR +Returns the numerical index corresponding to \fIindex\fR. +.TP +\fIpathName \fBinsert \fIindex\fR \fItag\fR ?\fIoption value option value ...\fR? +Same as the \fBadd\fR command except that it inserts the new +button just before the one given by \fIindex\fR, instead of appending +to the end of the button box. The \fIoption\fR, and \fIvalue\fR +arguments have the same interpretation as for the \fBadd\fR widget +command. +.TP +\fIpathName \fBinvoke\fR \fI?index?\fR +Invoke the command associated with a button. If no arguments +are given then the current default button is invoked, otherwise the argument +is expected to be a button \fIindex\fR. +.TP +\fIpathName \fBshow\fR \fIindex\fR +Display a previously hidden button denoted by \fIindex\fR. +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + iwidgets::buttonbox .bb + + .bb add Yes -text Yes -command "puts Yes" + .bb add No -text No -command "puts No" + .bb add Maybe -text Maybe -command "puts Maybe" + .bb default Yes + + pack .bb -expand yes -fill both +.DE +.SH AUTHOR +Bret A. Schuhmacher +.DE +Mark L. Ulferts +.SH KEYWORDS +buttonbox, pushbutton, button, widget diff --git a/itcl/iwidgets/doc/calendar.n b/itcl/iwidgets/doc/calendar.n new file mode 100644 index 0000000000..8395c8b4e4 --- /dev/null +++ b/itcl/iwidgets/doc/calendar.n @@ -0,0 +1,335 @@ +'\" +'\" Copyright (c) 1997 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) calendar.n 1.0 97/04/30 16:04:44 +'\" +.so man.macros +.HS iwidgets::calendar iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::calendar \- Create and manipulate a monthly calendar +.SH SYNOPSIS +\fBiwidgets::calendar\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::calendar +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBbackground\fR \fBcursor\fR \fBforeground\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBint\fR +.fi +.LP +See the "datefield" manual entry for details on this option. Note that +this option is needed when the calendar is used in conjunction +with the dateentry widget. It is necessary for support of international +date formats in versions of Tk < 8.4. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBbackwardImage\fR +Class: \fBImage\fR +Command-Line Switch: \fB-backwardimage\fR +.fi +.IP +Specifies a image to be displayed on the backwards calendar +button. This image must have been created previously with +the \fBimage create\fR command. If none is specified, a default +is provided. +.LP +.nf +Name: \fBbuttonForeground\fR +Class: \fBForeground\fR +Command-Line Switch: \fB-buttonforeground\fR +.fi +.IP +Specifies the foreground color of the forward and backward buttons +in any of the forms acceptable to \fBTk_GetColor\fR. The default +color is blue. +.LP +.nf +Name: \fBcommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-command\fR +.fi +.IP +Specifies a Tcl script to executed upon selection of a date in the +calendar. If the command script contains any \fB%\fR characters, +then the script will not be executed directly. Instead, a new +script will be generated by replacing each \fB%\fR, and the +character following it, with information from the calendar. The +replacement depends on the character following the \fB%\fR, as +defined in the list below. +.TP +\fB%d\fR +Replaced with the date selected in the format mm/dd/yyyy. +.LP +.nf +Name: \fBcurrentDateFont\fR +Class: \fBFont\fR +Command-Line Switch: \fB-currentdatefont\fR +.fi +.IP +Specifies the font used for the current date text in any of the forms +acceptable to \fBTk_GetFont\fR. +.LP +.nf +Name: \fBdateFont\fR +Class: \fBFont\fR +Command-Line Switch: \fB-datefont\fR +.fi +.IP +Specifies the font used for the days of the month text in any of the forms +acceptable to \fBTk_GetFont\fR. +.LP +.nf +Name: \fBdayFont\fR +Class: \fBFont\fR +Command-Line Switch: \fB-dayfont\fR +.fi +.IP +Specifies the font used for the days of the week text in any of the forms +acceptable to \fBTk_GetFont\fR. +.LP +.nf +Name: \fBdays\fR +Class: \fBdays\fR +Command-Line Switch: \fB-days\fR +.fi +.IP +Specifies a list of values to be used for the days of the week +text to displayed above the days of the month. The default value +is {Su Mo Tu We Th Fr Sa}. +.LP +.nf +Name: \fBforewardImage\fR +Class: \fBImage\fR +Command-Line Switch: \fB-forewardimage\fR +.fi +.IP +Specifies a image to be displayed on the forewards calendar +button. This image must have been created previously with +the \fBimage create\fR command. If none is specified, a default +is provided. +.LP +.nf +Name: \fBheight\fR +Class: \fBHeight\fR +Command-Line Switch: \fB-height\fR +.fi +.IP +Specifies a desired window height that the calendar widget should +request from its geometry manager. The value may be specified in any +of the forms acceptable to \fBTk_GetPixels\fR. The default height +is 165 pixels. +.LP +.nf +Name: \fBoutline\fR +Class: \fBOutline\fR +Command-Line Switch: \fB-outline\fR +.fi +.IP +Specifies the outline color used to surround the days of the month text in +any of the forms acceptable to \fBTk_GetColor\fR. The default is the +same color as the background. +.LP +.nf +Name: \fBselectColor\fR +Class: \fBForeground\fR +Command-Line Switch: \fB-selectcolor\fR +.fi +.IP +Specifies the color of the ring displayed that distinguishes the +currently selected date in any of the forms acceptable to +\fBTk_GetColor\fR. The default is red. +.LP +.nf +Name: \fBselectThickness\fR +Class: \fBSelectThickness\fR +Command-Line Switch: \fB-selectthickness\fR +.fi +.IP +Specifies the thickness of the ring displayed that distinguishes +the currently selected date. The default is 3 pixels. +.LP +.nf +Name: \fBstartday\fR +Class: \fBDay\fR +Command-Line Switch: \fB-startday\fR +.fi +.IP +Specifies the starting day for the week: \fBsunday\fR, \fBmonday\fR, +\fBtuesday\fR, \fBwednesday\fR, \fBthursday\fR, \fBfriday\fR, or +\fBsaturday\fR. The default is sunday. +.LP +.nf +Name: \fBtitleFont\fR +Class: \fBFont\fR +Command-Line Switch: \fB-titlefont\fR +.fi +.IP +Specifies the font used for the title text which consists of the +month and year. The font may be given in any of the forms +acceptable to \fBTk_GetFont\fR. +.LP +.nf +Name: \fBweekdayBackground\fR +Class: \fBBackground\fR +Command-Line Switch: \fB-weekdaybackground\fR +.fi +.IP +Specifies the background color for the weekdays which allows it to +be visually distinguished from the weekend. The color may be given +in any of the forms acceptable to \fBTk_GetColor\fR. The default is +the same as the background. +.LP +.nf +Name: \fBweekendBackground\fR +Class: \fBBackground\fR +Command-Line Switch: \fB-weekendbackground\fR +.fi +.IP +Specifies the background color for the weekends which allows it to +be visually distinguished from the weekdays. The color may be given +in any of the forms acceptable to \fBTk_GetColor\fR. The default is +the same as the background. +.LP +.nf +Name: \fBwidth\fR +Class: \fBWidth\fR +Command-Line Switch: \fB-width\fR +.fi +.IP +Specifies a desired window width that the calendar widget should +request from its geometry manager. The value may be specified in any +of the forms acceptable to \fBTk_GetPixels\fR. The default width +is 200 pixels. +.LP +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::calendar\fR command creates a calendar widget for the selection +of a date, displaying a single month at a time. Buttons exist on the +top to change the month in effect turning the pages of a calendar. As +a page is turned, the dates for the month are modified. Selection of +a date visually marks that date. The selected value can be monitored +via the -command option or just retrieved using the get command. + +.SH "METHODS" +.PP +The \fBiwidgets::calendar\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for calendar widgets: + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::calendar\fR +command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::calendar\fR +command. +.TP +\fIpathName \fBget\fR ?\fBformat\fR? +Returns the currently selected date in a format of +string or as an integer clock value using the \fB-string\fR and \fB-clicks\fR +format options respectively. The default is by string. Reference the +clock command for more information on obtaining dates and their +formats. +.TP +\fIpathName \fBselect\fR \fIdate\fR +Changes the currently selected date to the value specified which +must be in the form of a date string, an integer clock value or as +the keyword "now". Reference the clock +command for more information on obtaining dates and their formats. +Note that selecting a date does not change the +month being shown to that of the date given. This chore is left +to the \fBshow\fR command. +.TP +\fIpathName \fBshow\fR \fIdate\fR +Changes the currently displayed date to be that of the date +argument which must be in the form of a date string, an +integer clock value or as +the keyword "now". Reference the clock +command for more information on obtaining dates and their formats. + +.SH "COMPONENTS" +.LP +.nf +Name: \fBforward\fR +Class: \fBButton\fR +.fi +.IP +The forward component provides the button on the upper right of the +calendar that changes the month to be the next. See the "button" +widget manual entry for details on the forward component item. +.LP +.nf +Name: \fBpage\fR +Class: \fBCanvas\fR +.fi +.IP +The page component provides the canvas on which the title, days of the +week, and days of the month appear. See the "canvas" widget manual +entry for details on the page component item. +.LP +.nf +Name: \fBbackward\fR +Class: \fBButton\fR +.fi +.TP +The backward component provides the button on the upper right of the +calendar that changes the month to be the next. See the "button" +widget manual entry for details on the backward component item. + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + proc selectCmd {date} { + puts $date + } + + iwidgets::calendar .c -command {selectCmd %d} \\ + -weekendbackground mistyrose \\ + -weekdaybackground ghostwhite -outline black \\ + -startday wednesday -days {We Th Fr Sa Su Mo Tu} + pack .c +.DE +.SH AUTHOR +Mark L. Ulferts +.DE +Michael J. McLennan +.SH KEYWORDS +calendar, widget diff --git a/itcl/iwidgets/doc/canvasprintbox.n b/itcl/iwidgets/doc/canvasprintbox.n new file mode 100644 index 0000000000..c580fd6fc4 --- /dev/null +++ b/itcl/iwidgets/doc/canvasprintbox.n @@ -0,0 +1,268 @@ +'\" +'\" iwidgets::canvasprintbox (c) 1995 Tako Schotanus +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" +.so man.macros +.HS iwidgets::canvasprintbox iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::canvasprintbox \- Create and manipulate a canvas print box widget +.SH SYNOPSIS +\fBiwidgets::canvasprintbox\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::Canvasprintbox +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +activeBackground background borderWidth cursor +foreground highlightBackground highlightColor highlightThickness +insertBackground insertBorderWidth insertOffTime insertOnTime +insertWidth relief repeatDelay repeatInterval +selectBackground selectBorderWidth selectForeground\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.IP +.LP +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBfilename\fR +Class: \fBFileName\fR +Command-Line Switch: \fB-filename\fR +.fi +.IP +The file to write the postscript output to (Only when output +is set to "file"). If posterizing is turned on and \fBhpagecnt\fR +and/or \fBvpagecnt\fR is more than 1, x.y is appended to the filename +where x is the horizontal page number and y the vertical page number. +.LP +.nf +Name: \fBhpagecnt\fR +Class: \fBPageCnt\fR +Command-Line Switch: \fB-hpagecnt\fR +.fi +.IP +Is used in combination with \fBposterize\fR to determine over +how many pages the output should be distributed. This +attribute specifies how many pages should be used horizontaly. +Any change to this attribute will automatically update the "stamp". +Defaults to 1. +.LP +.nf +Name: \fBorient\fR +Class: \fBOrient\fR +Command-Line Switch: \fB-orient\fR +.fi +.IP +Determines the orientation of the output to the printer (or file). +It can take the value "portrait" or "landscape" (default). Changes +to this attribute will be reflected immediately in the "stamp". +Defaults to "landscape" but will be changed automaticaly to the value +deemed appropiate for the current canvas. Setting this attribute +when the canvasprintbox is first constructed (instead of using the +"configure" method) will turn off the auto adjustment of this attribute. +.LP +.nf +Name: \fBoutput\fR +Class: \fBOutput\fR +Command-Line Switch: \fB-output\fR +.fi +.IP +Specifies where the postscript output should go: to the printer +or to a file. Can take on the values "printer" or "file". +The corresponding entry-widget will reflect the contents of +either the \fBprintcmd\fR attribute or the \fBfilename\fR attribute. +Defaults to "printer". +.LP +.nf +Name: \fBpageSize\fR +Class: \fBPageSize\fR +Command-Line Switch: \fB-pagesize\fR +.fi +.IP +The pagesize the printer supports. Changes to this attribute +will be reflected immediately in the "stamp". +Defaults to "a4". +.LP +.nf +Name: \fBposterize\fR +Class: \fBPosterize\fR +Command-Line Switch: \fB-posterize\fR +.fi +.IP +Indicates if posterizing is turned on or not. Posterizing +the output means that it is possible to distribute the +output over more than one page. This way it is possible to +print a canvas/region which is larger than the specified +pagesize without stretching. If used in combination with +stretching it can be used to "blow up" the contents of a +canvas to as large as size as you want (See attributes: +hpagecnt and vpagecnt). Any change to this attribute will +automatically update the "stamp". +Defaults to 0. +.LP +.nf +Name: \fBprintCmd\fR +Class: \fBPrintCmd\fR +Command-Line Switch: \fB-printcmd\fR +.fi +.IP +The command to execute when printing the postscript output. +The command will get the postscript directed to its standard +input (Only when output is set to "printer"). +Defaults to "lpr". +.LP +.nf +Name: \fBprintRegion\fR +Class: \fBPrintRegion\fR +Command-Line Switch: \fB-printregion\fR +.fi +.IP +A list of four coordinates specifying which part of the canvas to print. +An empty list means that the canvas' entire \fBscrollregion\fR should be +printed. Any change to this attribute will automatically update the "stamp". +Defaults to an empty list. +.LP +.nf +Name: \fBstretch\fR +Class: \fBStretch\fR +Command-Line Switch: \fB-stretch\fR +.fi +.IP +Determines if the output should be stretched to fill the +page (as defined by the attribute pagesize) as large as +possible. The aspect-ratio of the output will be retained +and the output will never fall outside of the boundaries +of the page. +Defaults to 0 but will be changed automaticaly to the value +deemed appropiate for the current canvas. Setting this attribute +when the canvasprintbox is first constructed (instead of using the +"configure" method) will turn off the auto adjustment of this attribute. +.LP +.nf +Name: \fBvPageCnt\fR +Class: \fBPageCnt\fR +Command-Line Switch: \fB-vpagecnt\fR +.fi +.IP +Is used in combination with "posterize" to determine over +how many pages the output should be distributed. This +attribute specifies how many pages should be used verticaly. +Any change to this attribute will automatically update the "stamp". +Defaults to 1. +.LP +.BE + +.SH DESCRIPTION +.PP +Implements a print box for printing the contents of a canvas widget +to a printer or a file. It is possible to specify page orientation, the +number of pages to print the image on and if the output should be +stretched to fit the page. Options exist to control the appearance and +actions of the widget. + +.SH "METHODS" +.PP +The \fBiwidgets::canvasprintbox\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for canvasprintbox widgets: + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::canvasprintbox\fR +command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::canvasprintbox\fR +command. +.TP +\fIpathName\fR \fBgetoutput\fR +Returns the value of the \fBprintercmd\fR or \fBfilename\fR option +depending on the current setting of \fBoutput\fR. +.TP +\fIpathName\fR \fBprint\fR +Perfrom the actual printing of the canvas using the current settings of +all the attributes. Returns a boolean indicating wether the printing was +successful or not. +.TP +\fIpathName\fR \fBrefresh\fR +Retrieves the current value for all edit fields and updates +the stamp accordingly. Is useful for Apply-buttons. +.TP +\fIpathName\fR \fBsetcanvas\fR \fIcanvas\fR +This is used to set the \fIcanvas\fR that has to be printed. +A stamp-sized copy will automatically be drawn to show how the +output would look with the current settings. +.TP +\fIpathName \fBstop\fR +Stops the drawing of the "stamp". I'm currently unable to detect +when a Canvasprintbox gets destroyed or withdrawn. It's therefore +advised that you perform a stop before you do something like that. +.SH "COMPONENTS" +.LP +.nf +Name: \fBprtflentry\fR +Class: \fBEntry\fR +.fi +.IP +The prtflentry component is the entry field for user input of the +\fBfilename\fR or \fBprinter\fR command (depending on the value of +\fBoutput\fR). +.LP +.nf +Name: \fBhpcnt\fR +Class: \fBEntry\fR +.fi +.IP +The hpcnt component is the entry field for user input of the number of +pages to use horizontaly when \fBposterize\fR is turned on. +.fi +.nf +Name: \fBvpcnt\fR +Class: \fBEntry\fR +.fi +.IP +The vpcnt component is the entry field for user input of the number of +pages to use verticaly when \fBposterize\fR is turned on. +.fi + +.SH EXAMPLE +.DS +package require Iwidgets 4.0 +iwidgets::canvasprintbox .fsb -orient landscape -stretch 1 +pack .fsb -padx 10 -pady 10 -fill both -expand yes +.DE +.SH AUTHOR +Tako Schotanus +.LP +Tako.Schotanus@bouw.tno.nl +.SH KEYWORDS +canvasprintbox, widget diff --git a/itcl/iwidgets/doc/canvasprintdialog.n b/itcl/iwidgets/doc/canvasprintdialog.n new file mode 100644 index 0000000000..9005767d3b --- /dev/null +++ b/itcl/iwidgets/doc/canvasprintdialog.n @@ -0,0 +1,169 @@ +'\" +'\" iwidgets::canvasprintdialog (c) 1995 Mark L. Ulferts +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) canvasprintdialog.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::canvasprintdialog iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::canvasprintdialog \- Create and manipulate a canvas print dialog widget +.SH SYNOPSIS +\fBiwidgets::canvasprintdialog\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Toplevel <- iwidgets::Dialogshell <- iwidgets::Dialog <- iwidgets::Canvasprintdialog +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +activeBackground background borderWidth cursor +foreground highlightBackground highlightColor highlightThickness +insertBackground insertBorderWidth insertOffTime insertOnTime +insertWidth relief repeatDelay repeatInterval +selectBackground selectBorderWidth selectForeground\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBfilename\fR \fBhpagecnt\fR \fBorient\fR \fBoutput\fR +\fBpagesize\fR \fBposterize\fR \fBprintcmd\fR \fBprintregion\fR +\fBvpagecnt\fR +.fi +.LP +See the "canvasprintbox" widget manual entry for details on the above +associated options. + +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBbuttonBoxPadX\fR \fBbuttonBoxPadY\fR \fBbuttonBoxPos\fR \fBpadX\fR +\fBpadY\fR \fBseparator\fR \fBthickness\fR +.fi +.LP +See the "dialogshell" widget manual entry for details on the above +inherited options. +.LP +.nf +.ta 4c 8c 12c +\fBmaster\fR \fBmodality\fR +.fi +.LP +See the "shell" widget manual entry for details on the above +inherited options. +.LP +.LP +.nf +.ta 4c 8c 12c +\fBtitle\fR +.fi +.LP +See the "Toplevel" widget manual entry for details on the above +inherited options. +.LP +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::canvasprintdialog\fR command creates a print dialog for printing +the contents of a canvas widget to a printer or a file. It is possible +to specify page orientation, the number of pages to print the image on +and if the output should be stretched to fit the page. + +.SH "METHODS" +.PP +The \fBiwidgets::canvasprintdialog\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for canvasprintdialog widgets: +.SH "ASSOCIATED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBgetoutput\fR \fBsetcanvas\fR \fBrefresh\fR \fBprint\fR +.fi +.LP +See the "canvasprintbox" class manual entry for details on the +associated methods. +.SH "INHERITED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBadd\fR \fBbuttonconfigure\fR \fBdefault\fR \fBhide\fR +\fBinsert\fR \fBinvoke\fR \fBshow\fR +.fi +.LP +See the "buttonbox" widget manual entry for details on the above +inherited methods. +.LP +.nf +.ta 4c 8c 12c +\fBactivate\fR \fBdeactivate\fR +.fi +.LP +See the "dialogshell" widget manual entry for details on the above +inherited methods. + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by +the \fBiwidgets::canvasprintdialog\fR command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by +the \fBiwidgets::canvasprintdialog\fR +command. + +.SH "COMPONENTS" +.LP +.nf +Name: \fBcpb\fR +Class: \fBCanvasprintbox\fR +.fi +.IP +The cpb component is the canvas print box for the canvas print dialog. +See the "canvasprintbox" widget manual entry for details on the cpb +component item. +.fi + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + iwidgets::canvasprintdialog .cpb + .cpb activate +.DE +.SH AUTHOR +Tako Schotanus +.LP +Tako.Schotanus@bouw.tno.nl +.SH KEYWORDS +canvasprintdialog, canvasprintbox, dialog, widget diff --git a/itcl/iwidgets/doc/checkbox.n b/itcl/iwidgets/doc/checkbox.n new file mode 100644 index 0000000000..eaa60062d6 --- /dev/null +++ b/itcl/iwidgets/doc/checkbox.n @@ -0,0 +1,178 @@ +'\" +'\" Copyright (c) 1995 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) checkbox.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::checkbox iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::checkbox \- Create and manipulate a checkbox widget +.SH SYNOPSIS +\fBiwidgets::checkbox\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::Labeledframe <- iwidgets::Checkbox +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBbackground\fR \fBborderWidth\fR \fBcursor\fR \fBdisabledForeground\fR +\fBforeground\fR \fBrelief\fR \fBselectColor\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBlabelBitmap\fR \fBlabelFont\fR \fBlabelImage\fR \fBlabelMargin\fR +\fBlabelPos\fR \fBlabelText\fR \fBlabelVariable\fR +.fi +.LP +See the "labeledframe" class manual entry for details on the +inherited options. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBcommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-command\fR +.fi +.IP +Specifies a Tcl command procedure to be evaluated following a change in +the current check box selection. +.LP +.nf +Name: \fBorient\fR +Class: \fBOrient\fR +Command-Line Switch: \fB-orient\fR +Default Value: \fBvertical\fR +.fi +.IP +Specifies the orientation of the checkbuttons within the checkbox. Valid +values are either "horizontal" or "vertical". +.LP +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::checkbox\fR command creates a check button box widget +capable of adding, inserting, deleting, selecting, and configuring +checkbuttons as well as obtaining the currently selected button. + +.SH "METHODS" +.PP +The \fBiwidgets::checkbox\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. +.PP +Many of the widget commands for the \fBcheckbox\fR take as one argument an +indicator of which checkbutton of the checkbox to operate on. These indicators +are called \fIindexes\fR and allow reference and manipulation of checkbuttons. +Checkbox indexes may be specified in any of the following forms: +.TP 12 +\fInumber\fR +Specifies the checkbutton numerically, where 0 corresponds to the top +checkbutton of the checkbox. +.TP 12 +\fBend\fR +Indicates the last checkbutton of the checkbox. +.TP 12 +\fIpattern\fR +If the index doesn't satisfy one of the above forms then this +form is used. \fIPattern\fR is pattern-matched against the tag of +each checkbutton in the checkbox, in order from top to bottom, +until a matching entry is found. The rules of \fBTcl_StringMatch\fR +are used. + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBadd\fR \fItag\fR ?\fIoption value option value\fR? +Adds a new checkbutton to the checkbuttond window on the bottom. The command +takes additional options which are passed on to the checkbutton as construction +arguments. These include the standard Tk checkbutton options. The tag is +returned. +.TP +\fIpathName \fBbuttonconfigure\fR \fIindex\fR ?\fIoptions\fR? +This command is similar to the \fBconfigure\fR command, except that +it applies to the options for an individual checkbutton, +whereas \fBconfigure\fRapplies to the options for the checkbox as a whole. +\fIOptions\fR may have any of the values accepted by the \fBadd\fR +widget command. If \fIoptions\fR are specified, options are modified +as indicated in the command and the command returns an empty string. +If no \fIoptions\fR are specified, returns a list describing +the current options for entry \fIindex\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::checkbox\fR +command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::checkbox\fR +command. +.TP +\fIpathName \fBdelete\fR \fIindex\fR +Deletes a specified checkbutton given an \fIindex\fR. +.TP +\fIpathName \fBdeselect\fR \fIindex\fR +Deselects a specified checkbutton given an \fIindex\fR. +.TP +\fIpathName \fBflash\fR \fIindex\fR +Flashes a specified checkbutton given an \fIindex\fR. +.TP +\fIpathName \fBget\fR ?\fIindex\fR? +Returns the tags of the currently selected checkbuttons or the +selection status of specific checkbutton when given an index. +.TP +\fIpathName \fBindex\fR \fIindex\fR +Returns the numerical index corresponding to index. +.TP +\fIpathName \fBinsert \fIindex\fR \fItag\fR ?\fIoption value option value ...\fR? +Same as the \fBadd\fR command except that it inserts the new +checkbutton just before the one given by \fIindex\fR, instead of appending +to the end of the checkbox. The \fIoption\fR, and \fIvalue\fR +arguments have the same interpretation as for the \fBadd\fR widget +command. +.TP +\fIpathName \fBselect\fR \fIindex\fR +Selects a specified checkbutton given an \fIindex\fR. + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + iwidgets::checkbox .cb -labeltext Styles + .cb add bold -text Bold + .cb add italic -text Italic + .cb add underline -text Underline + .cb select underline + + pack .cb -padx 10 -pady 10 -fill both -expand yes +.DE + +.SH AUTHOR +John A. Tucker +.SH KEYWORDS +checkbox, widget diff --git a/itcl/iwidgets/doc/combobox.n b/itcl/iwidgets/doc/combobox.n new file mode 100644 index 0000000000..4020164434 --- /dev/null +++ b/itcl/iwidgets/doc/combobox.n @@ -0,0 +1,376 @@ +'\" +'\" Copyright (c) 1995 John S. Sigler +'\" Copyright (c) 1997 Mitch Gorman +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) Combobox.n +'\" +.so man.macros +.HS iwidgets::combobox iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::combobox \- Create and manipulate combination box widgets +.SH SYNOPSIS +\fBiwidgets::combobox\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::LabeledWidget <- iwidgets::Entryfield <- iwidgets::Combobox +.SH "STANDARD OPTIONS" +.LP +.ta 4c 8c 12c +.nf +\fB +background borderWidth cursor justify +exportSelection foreground highlightColor highlightThickness +insertWidth insertBackground insertOffTime insertOnTime +insertWidth insertBorderWidth relief selectForeground +selectBackground selectBorderWidth textVariable width\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBhscrollmode\fR \fBtextBackground\fR \fBtextFont\fR \fBvscrollmode\fR +.fi +.LP +See the "scrolledlistbox" manual entry for details on the above inherited +options. +.LP +.nf +.ta 4c 8c 12c +\fBshow\fR +.fi +.LP +See the "entry" manual entry for details on the above inherited option. +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBchildSitePos\fR \fBcommand\fR \fBfixed\fR \fBfocusCommand\fR +\fBinvalid\fR \fBtextBackground\fR \fBtextFont\fR \fBvalidate\fR +.fi +.LP +See the "entryfield" class manual entry for details on the inherited options. +.LP +.nf +.ta 4c 8c 12c +\fBlabelBitmap\fR \fBlabelFont\fR \fBlabelImage\fR \fBlabelMargin\fR +\fBlabelPos\fR \fBlabelText\fR \fBlabelVariable\fR \fBsticky\fR +.fi +.LP +See the "labeledwidget" class manual entry for details on the +inherited options. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBarrowRelief\fR +Class: \fBRelief\fR +Command-Line Switch: \fB-arrowrelief\fR +.fi +.IP +Specifies the relief style to use for a dropdown Combobox's arrow +button in a normal (not depressed) state. Acceptable values +are \fBraised\fR, \fBsunken\fR, \fBflat\fR, \fBridge\fR, and \fBgroove\fR. +Sunken is discouraged as this is the relief used to indicate a depressed +state. This option has no effect on simple Comboboxes. The default is raised. +.LP +.nf +Name: \fBcompletion\fR +Class: \fBCompletion\fR +Command-Line Switch: \fB-completion\fR +.fi +.IP +Boolean given in any of the forms acceptable to \fBTcl_GetBoolean\fR which +determines whether insertions into the entry field, whether from the +keyboard or programmatically via the \fBinsert\fR method, are +automatically completed with the first matching item from the listbox. The +default is true. +.LP +.nf +Name: \fBdropdown\fR +Class: \fBDropdown\fR +Command-Line Switch: \fB-dropdown\fR +.fi +.IP +Boolean describing the Combobox layout style given in any of the forms +acceptable to \fBTcl_GetBoolean\fR. If true, the Combobox +will be a dropdown style +widget which displays an entry field and an arrow button which when activated +will pop up a scrollable list of items. If false, a simple Combobox style +will be used which has an entry field and a scrollable list beneath it +which is always visible. Both styles allow an optional label for the entry +field area. The default is true. +.LP +.nf +Name: \fBeditable\fR +Class: \fBEditable\fR +Command-Line Switch: \fB-editable\fR +.fi +.IP +Boolean describing whether or not the text entry area is editable +by the user. If true the user can add items to the combobox by entering text +into the entry area and then pressing Return. If false, the list of items is +non-editable and can only be changed by calling the insert or delete +methods. (The value in the entry field can still be modified by selecting +from the list.) Given in any of the forms acceptable to \fBTcl_GetBoolean\fR. +The default is true. +.LP +.nf +Name: \fBgrab\fR +Class: \fBGrab\fR +Command-Line Switch: \fB-grab\fR +.fi +.IP +This option sets the grab scope for the appearance of the listbox in +drop-down comboboxes. It can be either global or local. The default is +local. +.LP +.nf +Name: \fBlistHeight\fR +Class: \fBHeight\fR +Command-Line Switch: \fB-listheight\fR +.fi +.IP +Height of the listbox specified in any of the forms acceptable to +\fBTk_GetPixels\fR. The default is 150 pixels. +.LP +.nf +Name: \fBmargin\fR +Class: \fBMargin\fR +Command-Line Switch: \fB-margin\fR +.fi +.IP +Specifies the width in pixels between the entry component and the arrow button +for a dropdown Combobox given in any of the forms acceptable to +\fBTk_GetPixels\fR. This option has no effect on a simple Combobox. The +default is 1. +.LP +.nf +Name: \fBpopupCursor\fR +Class: \fBCursor\fR +Command-Line Switch: \fB-popupcursor\fR +.fi +.IP +Specifies the cursor to be used for dropdown style listboxes. The value +may have any of the forms acceptable to \fBTk_GetCursor\fR. The default is +arrow. +.LP +.nf +Name: \fBselectionCommand\fR +Class: \fBSelectionCommand\fR +Command-Line Switch: \fB-selectioncommand\fR +.fi +.IP +Specifies a Tcl command procedure which is called when an item in the +listbox area is selected. The item will be selected in the list, the listbox +will be removed if it is a dropdown Combobox, and the selected item's +text will be inserted into the entry field before the -selectioncommand proc is +called. The default is {}. +.LP +.nf +Name: \fBstate\fR +Class: \fBState\fR +Command-Line Switch: \fB-state\fR +.fi +.IP +Specifies the overall state of the Combobox megawidget. Can be either +normal or disabled. If the Combobox is disabled, no text can be entered +into the entry field, no selection can be made in the listbox, and the +arrowBtn component is disabled. The default is normal. +.LP +.nf +Name: \fBunique\fR +Class: \fBUnique\fR +Command-Line Switch: \fB-unique\fR +.fi +.IP +Boolean describing whether or not duplicate items are allowed in the combobox +list. If true, then duplicates are not allowed to be inserted. If false, a +duplicate entry causes selection of the item. Given in any of the forms +acceptable to \fBTcl_GetBoolean\fR. The default is true. +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::combobox\fR command creates an enhanced entry field widget with an +optional associated label and a scrollable list. When an item is selected in +the list area of a Combobox, its value is then displayed in the entry field +text area. Functionally similar to an Optionmenu, the Combobox adds (optional) +list scrolling and (optional) item editing and inserting capabilities. +.PP +There are two basic styles of Comboboxes (determined by the -dropdown option): +dropdown and simple. The dropdown style adds an arrow button to the right of +the entry field which when activated will pop up (and down) the scrolled +listbox beneath the entry field. The simple (non-dropdown) Combobox +permanently displays the listbox beneath the entry field and has no +arrow button. Either style allows an optional entry field label. +.SH "METHODS" +.PP +The \fBiwidgets::combobox\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for Combobox widgets: +.SH "ASSOCIATED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBicursor\fR \fBscan\fR +.fi +.LP +See the "entry" manual entries for details on the above associated methods. +.LP +.nf +.ta 4c 8c 12c +\fBcurselection\fR \fBindex\fR \fBsee\fR \fBsize\fR +\fBxview\fR \fByview\fR +.fi +.LP +See the "listbox" manual entries for details on the above associated methods. +.LP +.nf +.ta 4c 8c 12c +\fBgetcurselection\fR \fBjustify\fR \fBsort\fR +.fi +.LP +See the "scrolledlistbox" manual entries for details on the above associated +methods. +.LP +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::combobox\fR +command. +.TP +\fIpathName \fBclear\fR ?\fBcomponent\fR? +Clears the contents from one or both components. Valid component values +are \fBlist\fR, or \fBentry\fR. With no component specified, both are cleared. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::combobox\fR +command. +.TP +\fIpathName \fBdelete \fIcomponent\fR \fIfirst\fR ?\fIlast\fR? +Delete one or more elements from a given component, \fBlist\fR or \fBentry\fR. +If a list item to be removed is currently selected (displayed in the entry +field area), the entry field will be cleared. +.TP +\fIpathName \fBget ?\fIindex\fR? \fR +With no arguments, returns the contents currently in the entry +field area. With a single argument, returns the contents of the +listbox item at the indicated index. +.TP +\fIpathName \fBinsert\fR \fIcomponent\fR \fIindex\fR \fIelement\fR ?\fIelement element ...\fR? +Insert one or more new elements into the given component, \fBlist\fR or +\fBentry\fR, just before the element given by \fIindex\fR. +.TP +\fIpathName \fBselection\fR \fIoption\fR \fIfirst\fR ?\fIlast\fR? +Adjust the selection within the listbox component and updates the contents +of the entry field component to the value of the selected item. See the +"listbox" manual entry for more details on parameter options. +.SH "COMPONENTS" +.LP +.nf +Name: \fBentry\fR +Class: \fBEntry\fR +.fi +.IP +Text entry area where the current selection is displayed. If the +Combobox is editable and its state is normal, the user can edit the +contents of this item. +.LP +.nf +Name: \fBlist\fR +Class: \fBScrolledlistbox\fR +.fi +.IP +Scrollable list which stores all the items which the user can select +from. For dropdown Comboboxes, this component is hidden until the user pops it +up by pressing on the arrow button to the right of the entry component. For +simple Comboboxes this component is always visible just beneath the entry +component. +.SH "DEFAULT BINDINGS" +.PP +The Combobox generally has the same bindings as its primary component items - +the Scrolledlistbox and Entryfield. However it also adds these: +.PP +[1] Button-1 mouse press on the arrow key of a dropdown Combobox causes the +list to be popped up. If the combobox is non-editable, a Button-1 press on the +entry field area will also pop up the list. +.PP +[2] Button-1 mouse press anywhere on the display removes a dropdown listbox +which has been popped up, unless the keypress is upon one of the Combobox +scrollbars which scrolls the list. If it is pressed upon an item in the list +area, that item will be selected before the list is removed. +.PP +[3] Button-3 mouse press on the arrow key of a dropdown Combobox causes the +next item to be selected. Shift-Button-3 causes the previous item to be +selected. +.PP +[4] Escape keypress removes a dropdown list which has been popped up. +.PP +[5] The and keystrokes select the current item. They also +remove the popped up list for dropdown comboboxes. +.PP +[6] Up and Down arrow keypresses from the entry field and arrow button +component cause the previous and next items in the listbox to be selected +respectively. Ctl-P and Ctl-N are similarly mapped for emacs emulation. +.PP +[7] Entry field and arrow button component Shift-Up and Shift-Down arrow keys +pop up and down the listbox of a dropdown Combobox. The arrow button component +also maps and similarly. + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + proc selectCmd {} { + puts stdout "[.cb2 getcurselection]" + } + + # + # Non-editable Dropdown Combobox + # + iwidgets::combobox .cb1 -labeltext Month: \\ + -selectioncommand {puts "selected: [.cb1 getcurselection]"} \\ + -editable false -listheight 185 -popupcursor hand1 + .cb1 insert list end Jan Feb Mar Apr May June Jul Aug Sept Oct Nov Dec + + # + # Editable Dropdown Combobox + # + iwidgets::combobox .cb2 -labeltext "Operating System:" -selectioncommand selectCmd + .cb2 insert list end Linux HP-UX SunOS Solaris Irix + .cb2 insert entry end L + + pack .cb1 -padx 10 -pady 10 -fill x + pack .cb2 -padx 10 -pady 10 -fill x + +.DE +.SH ORIGINAL AUTHOR +John S. Sigler +.SH CURRENT MAINTAINER +Mitch Gorman (logain@erols.com) +.SH KEYWORDS +combobox, entryfield, scrolledlistbox, itk::Widget, entry, listbox, widget, +iwidgets diff --git a/itcl/iwidgets/doc/dateentry.n b/itcl/iwidgets/doc/dateentry.n new file mode 100644 index 0000000000..81379e8c56 --- /dev/null +++ b/itcl/iwidgets/doc/dateentry.n @@ -0,0 +1,177 @@ +'\" +'\" Copyright (c) 1997 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) dateentry.n 1.0 97/04/30 16:04:44 +'\" +.so man.macros +.HS iwidgets::dateentry iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::dateentry \- Create and manipulate a dateentry widget +.SH SYNOPSIS +\fBiwidgets::dateentry\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::LabeledWidget <- iwidgets::Datefield <- iwidgets::Dateentry +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +background borderWidth cursor exportSelection +foreground highlightColor highlightThickness insertBackground +justify relief\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBdisabledForeground\fR \fBint\fR \fBlabelBitmap\fR \fBlabelFont\fR +\fBlabelImage\fR \fBlabelMargin\fR \fBlabelPos\fR \fBlabelText\fR +\fBlabelVariable\fR \fBstate\fR \fBsticky\fR +.fi +.LP +See the "labeledwidget" class manual entry for details on these +inherited options. +.LP +.nf +.ta 4c 8c 12c +\fBcommand\fR \fBiq\fR \fBstate\fR \fBtextBackground\fR +\fBtextFont\fR +.fi +.LP +See the "datefield" class manual entry for details on these +inherited options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBbackwardImage\fR \fBbuttonForeground\fR \fBcommand\fR \fBcurrentDateFont\fR +\fBdateFont\fR \fBdayFont\fR \fBdays\fR \fBforwardImage\fR +\fBoutline\fR \fBselectColor\fR \fBselectThickness\fR \fBstartDay\fR +\fBtitleFont\fR \fBweekdayBackground\fR \fBweekendBackground\fR +.fi +.LP +See the "calendar" manual entry for details on the associated options. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBgrab\fR +Class: \fBGrab\fR +Command-Line Switch: \fB-grab\fR +.fi +.IP +Specifies the grab level, \fBlocal\fR or \fBglobal\fR, to be obtained before +bringing up the popup calendar. The default is global. For more information +concerning grab levels, consult the documentation for Tk's \fBgrab\fR command. +.LP +.nf +Name: \fBicon\fR +Class: \fBIcon\fR +Command-Line Switch: \fB-icon\fR +.fi +.IP +Specifies the calendar icon image to be used in the dateentry. +This image must have been created previously with +the \fBimage create\fR command. Should one not be provided, +then one will be generated, pixmap if possible, bitmap otherwise. +.LP +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::dateentry\fR command creates a quicken style date entry field +with a popup calendar by combining the datefield and calendar +widgets together. This allows a user to enter the date via the +keyboard or by using the mouse and selecting the calendar icon +which brings up a popup calendar. +.DE + +.SH "METHODS" +.PP +The \fBiwidgets::dateentry\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for dateentry widgets: +.SH "INHERITED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBget\fR \fBisvalid\fR \fBshow\fR +.fi +.LP +See the "datefield" manual entry for details on the associated methods. +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::dateentry\fR +command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::dateentry\fR +command. + +.SH "COMPONENTS" +.LP +.nf +Name: \fBlabel\fR +Class: \fBLabel\fR +.fi +.IP +The label component provides a label component to used to identify the date. +See the "label" widget manual entry for details on the label component item. +.LP +.nf +Name: \fBiconbutton\fR +Class: \fBLabel\fR +.fi +.IP +The iconbutton component provides a labelbutton component to act as a +lightweight button +displaying the calendar icon. Upon pressing the labelbutton, the calendar +appears. See the "label" widget manual entry for details on the +labelbutton component item. +.LP +.nf +Name: \fBdate\fR +Class: \fBEntry\fR +.fi +.IP +The date component provides the entry field for date input and display. +See the "entry" widget manual entry for details on the date component item. +.fi + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + iwidgets::dateentry .de + pack .de +.DE +.SH AUTHOR +Mark L. Ulferts +.LP +.SH KEYWORDS +dateentry, widget diff --git a/itcl/iwidgets/doc/datefield.n b/itcl/iwidgets/doc/datefield.n new file mode 100644 index 0000000000..382f75176c --- /dev/null +++ b/itcl/iwidgets/doc/datefield.n @@ -0,0 +1,215 @@ +'\" +'\" Copyright (c) 1997 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) datefield.n 1.0 97/04/30 16:04:44 +'\" +.so man.macros +.HS iwidgets::datefield iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::datefield \- Create and manipulate a date field widget +.SH SYNOPSIS +\fBiwidgets::datefield\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::LabeledWidget <- iwidgets::Datefield +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +background borderWidth cursor exportSelection +foreground highlightColor highlightThickness insertBackground +justify relief\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBdisabledForeground\fR \fBlabelBitmap\fR \fBlabelFont\fR \fBlabelImage\fR +\fBlabelMargin\fR \fBlabelPos\fR \fBlabelText\fR \fBlabelVariable\fR +\fBstate\fR \fBsticky\fR +.fi +.LP +See the "labeledwidget" class manual entry for details on the +inherited options. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBchildSitePos\fR +Class: \fBPosition\fR +Command-Line Switch: \fB-childsitepos\fR +.fi +.IP +Specifies the position of the child site in the date field: \fBn\fR, +\fBs\fR, \fBe\fR, or \fBw\fR. The default is e. +.LP +.nf +Name: \fBcommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-command\fR +.fi +.IP +Specifies a Tcl command to be executed upon detection of a Return key +press event. +.LP +.nf +Name: \fBgmt\fR +Class: \fBGMT\fR +Command-Line Switch: \fB-gmt\fR +.fi +.IP +Determines whether the date is calculated relative to Greenwich +Mean Time. Accepts a boolean value. The default is no. +.LP +.nf +Name: \fBint\fR +Class: \fBDateFormat\fR +Command-Line Switch: \fB-int\fR +.fi +.IP +Used to specify international date formats. This option must be +a boolean value. When set to true, the date is formatted as +YYYY-MM-DD. When set to false, it is formatted as MM/DD/YYYY. Note +that this format is driven by the 'clock scan' command and that +YYYY-MM-DD is supported in Tk 8.4 or later. The default is no. +.LP +.nf +Name: \fBiq\fR +Class: \fBIq\fR +Command-Line Switch: \fB-iq\fR +.fi +.IP +Specifies the level of intelligence to be shown in the actions +taken by the datefield during the processing of keypress events. +Valid settings include \fBhigh\fR, \fBaverage\fR, and \fBlow\fR. +With a high iq,the date prevents the user from typing in an +invalid date. For example, if the current date is 05/31/1997 and +the user changes the month to 04, then the day will be instantly +modified for them to be 30. In addition, leap years are fully +taken into account. With average iq, the month is limited to the +values of 01-12, but it is possible to type in an invalid day. +A setting of low iq instructs the widget to do no validity +checking at all during date entry. With both average and low +iq levels, it is assumed that the validity will be determined +at a later time using the date's \fBisvalid\fR command. +.LP +.nf +Name: \fBstate\fR +Class: \fBState\fR +Command-Line Switch: \fB-state\fR +.fi +.IP +Specifies one of two states for the datefield: \fBnormal\fR or \fBdisabled\fR. +If the datefield is disabled then input is not accepted. The default is +normal. +.LP +.nf +Name: \fBtextBackground\fR +Class: \fBBackground\fR +Command-Line Switch: \fB-textbackground\fR +.fi +.IP +Background color for inside textual portion of the entry field. The value +may be given in any of the forms acceptable to \fBTk_GetColor\fR. +.LP +.nf +Name: \fBtextFont\fR +Class: \fBFont\fR +Command-Line Switch: \fB-textfont\fR +.fi +.IP +Name of font to use for display of text in datefield. The value +may be given in any of the forms acceptable to \fBTk_GetFont\fR. +.LP +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::datefield\fR command creates an enhanced text entry widget for +the purpose of date entry with various degrees of built-in intelligence. +.DE + +.SH "METHODS" +.PP +The \fBiwidgets::datefield\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for datefield widgets: +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::datefield\fR +command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::datefield\fR +command. +.TP +\fIpathName \fBget\fR ?\fBformat\fR? +Returns the current contents of the datefield in a format of +string or as an integer clock value using the \fB-string\fR and \fB-clicks\fR +format options respectively. The default is by string. Reference the +clock command for more information on obtaining dates and their +formats. +.TP +\fIpathName \fBisvalid\fR +Returns a boolean indication of the validity of the currently +displayed date value. For example, 03/03/1960 is valid whereas +02/29/1997 is invalid. +.TP +\fIpathName \fBshow\fR \fIdate\fR +Changes the currently displayed date to be that of the date +argument. The date may be specified either as a string, an +integer clock value or the keyword "now". Reference the clock +command for more information on obtaining dates and their formats. + +.SH "COMPONENTS" +.LP +.nf +Name: \fBdate\fR +Class: \fBEntry\fR +.fi +.IP +The date component provides the entry field for date input and display. +See the "entry" widget manual entry for details on the date component item. +.fi + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + proc returnCmd {} { + puts [.df get] + } + + iwidgets::datefield .df -command returnCmd + pack .df -fill x -expand yes -padx 10 -pady 10 +.DE +.SH AUTHOR +Mark L. Ulferts +.LP +.SH KEYWORDS +datefield, widget diff --git a/itcl/iwidgets/doc/dialog.n b/itcl/iwidgets/doc/dialog.n new file mode 100644 index 0000000000..55c8841018 --- /dev/null +++ b/itcl/iwidgets/doc/dialog.n @@ -0,0 +1,140 @@ +'\" +'\" Copyright (c) 1995 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) dialog.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::dialog iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::dialog \- Create and manipulate a dialog widget +.SH SYNOPSIS +\fBiwidgets::dialog\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Toplevel <- iwidgets::Shell <- iwidgets::Dialogshell <- iwidgets::Dialog +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBbackground\fR \fBcursor\fR \fBforeground\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBbuttonBoxPadX\fR \fBbuttonBoxPadY\fR \fBbuttonBoxPos\fR \fBpadX\fR +\fBpadY\fR \fBseparator\fR \fBthickness\fR +.fi +.LP +See the "dialogshell" manual entry for details on the above inherited options. +.LP +.nf +.ta 4c 8c 12c +\fBheight\fR \fBmaster\fR \fBmodality\fR \fBwidth\fR +.fi +.LP +See the "shell" manual entry for details on the above inherited options. +.LP +.nf +.ta 4c 8c 12c +\fBtitle\fR +.fi +.LP +See the "Toplevel" manual entry for details on the above inherited options. +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::dialog\fR command creates a dialog box providing standard +buttons and a child site for use in derived classes. The buttons +include ok, apply, cancel, and help. Methods and Options exist to +configure the buttons and their containing box. + +.SH "METHODS" +.PP +The \fBiwidgets::dialog\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for dialog widgets: +.SH "INHERITED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBadd\fR \fBbuttonconfigure\fR \fBdefault\fR \fBhide\fR +\fBindex\fR \fBinsert\fR \fBinvoke\fR \fBshow\fR +.fi +.LP +See the "buttonbox" manual entry for details on the above inherited methods. +.LP +.nf +.ta 4c 8c 12c +\fBchildsite\fR +.fi +.LP +See the "dialogshell" manual entry for details on the above inherited methods. +.LP +.nf +.ta 4c 8c 12c +\fBactivate\fR \fBcenter\fR \fBdeactivate\fR +.fi +.LP +See the "shell" manual entry for details on the above inherited methods. + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::dialog\fR +command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::dialog\fR +command. + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + iwidgets::dialog .d -modality global + .d buttonconfigure OK -command {puts OK; .d deactivate 1} + .d buttonconfigure Apply -command {puts Apply} + .d buttonconfigure Cancel -command {puts Cancel; .d deactivate 0} + .d buttonconfigure Help -command {puts Help} + + listbox [.d childsite].lb -relief sunken + pack [.d childsite].lb -expand yes -fill both + + if {[.d activate]} { + puts "Exit via OK button" + } else { + puts "Exit via Cancel button" + } +.DE +.SH AUTHOR +Mark L. Ulferts +.DE +Bret A. Schuhmacher +.SH KEYWORDS +dialog, dialogshell, shell, widget diff --git a/itcl/iwidgets/doc/dialogshell.n b/itcl/iwidgets/doc/dialogshell.n new file mode 100644 index 0000000000..ab39484b4a --- /dev/null +++ b/itcl/iwidgets/doc/dialogshell.n @@ -0,0 +1,217 @@ +'\" +'\" Copyright (c) 1995 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) dialogshell.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::dialogshell iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::dialogshell \- Create and manipulate a dialog shell widget +.SH SYNOPSIS +\fBiwidgets::dialogshell\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Toplevel <- iwidgets::Shell <- iwidgets::Dialogshell +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBbackground\fR \fBcursor\fR \fBforeground\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBheight\fR \fBmaster\fR \fBmodality\fR \fBwidth\fR +.fi +.LP +See the "shell" manual entry for details on the above inherited options. +.LP +.nf +.ta 4c 8c 12c +\fBtitle\fR +.fi +.LP +See the "Toplevel" manual entry for details on the above inherited options. + +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBbuttonBoxPadX\fR +Class: \fBPad\fR +Command-Line Switch: \fB-buttonboxpadx\fR +.fi +.IP +Specifies a non-negative padding distance to leave between the button group and +the outer edge of the button box in the x direction. The value may be +given in any of the forms accpetable to \fBTk_GetPixels\fR. The default +is 5 pixels. +.LP +.nf +Name: \fBbuttonBoxPadY\fR +Class: \fBPad\fR +Command-Line Switch: \fB-buttonboxpady\fR +.fi +.IP +Specifies a non-negative padding distance to leave between the button group and +the outer edge of the button box in the y direction. The value may be +given in any of the forms accpetable to \fBTk_GetPixels\fR. The default +is 5 pixels. +.LP +.nf +Name: \fBbuttonBoxPos\fR +Class: \fBPosition\fR +Command-Line Switch: \fB-buttonboxpos\fR +.fi +.IP +Attaches buttons to the given side of the dialog: \fBn\fR, \fBs\fR, +\fBe\fR or \fBw\fR. The default is s. +.LP +.nf +Name: \fBpadX\fR +Class: \fBPad\fR +Command-Line Switch: \fB-padx\fR +.fi +.IP +Specifies a padding distance for the childsite in the X-direction in +any of the forms acceptable to \fBTk_GetPixels\fR. The default is 10. +.LP +.nf +Name: \fBpadY\fR +Class: \fBPad\fR +Command-Line Switch: \fB-pady\fR +.fi +.IP +Specifies a padding distance for the childsite in the Y-direction in +any of the forms acceptable to \fBTk_GetPixels\fR. The default is 10. +.LP +.nf +Name: \fBseparator\fR +Class: \fBSeparator\fR +Command-Line Switch: \fB-separator\fR +.fi +.IP +Specifies whether a line is drawn to separate the +buttons from the dialog box contents in any of the forms +acceptable to \fBTcl_GetBoolean\fR. The default is true. +.LP +.nf +Name: \fBthickness\fR +Class: \fBThickness\fR +Command-Line Switch: \fB-thickness\fR +.fi +.IP +Specifies the thickness of the separator in any of the forms acceptable +to \fBTk_GetPixels\fR. The default is 3 pixels. +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::dialogshell\fR command creates a dialog shell which is a top +level widget composed of a button box, separator, and child site area. +The class also has methods to control button construction. + +.SH "METHODS" +.PP +The \fBiwidgets::dialogshell\fR command create a new Tcl command whose +name is \fIpathName\fR. This command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for dialogshell widgets: +.SH "INHERITED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBactivate\fR \fBcenter\fR \fBdeactivate\fR +.fi +.LP +See the "shell" manual entry for details on the above inherited methods. +.SH "ASSOCIATED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBadd\fR \fBbuttonconfigure\fR \fBdefault\fR \fBdelete\fR +\fBhide\fR \fBindex\fR \fBinsert\fR \fBinvoke\fR +\fBshow\fR +.fi +.LP +See the "buttonbox" manual entry for details on the associated methods. +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::dialogshell\fR +command. +.TP +\fIpathName \fBchildsite\fR +Returns the pathname of the child site widget. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::dialogshell\fR +command. + +.SH "COMPONENTS" +.LP +.nf +Name: \fBdschildsite\fR +Class: \fBframe\fR +.fi +.IP +The dschildsite component is the user child site for the dialog shell. See +the "frame" widget manual entry for details on the dschildsite component item. +.LP +.nf +Name: \fBseparator\fR +Class: \fBframe\fR +.fi +.IP +The separator component devides the area between the user child site and +the button box. See the "frame" widget manual entry for details on the +separator component item. +.LP +.nf +Name: \fBbbox\fR +Class: \fBButtonBox\fR +.fi +.IP +The bbox component is the button box containing the buttons for the dialog +shell. See the "ButtonBox" widget manual entry for details on the +bbox component item. +.fi + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + iwidgets::dialogshell .ds -modality none + + .ds add OK -text "OK" + .ds add Cancel -text "Cancel" + .ds default OK + + .ds activate +.DE +.SH AUTHOR +Mark L. Ulferts +.SH KEYWORDS +dialogshell, dialog, shell, widget diff --git a/itcl/iwidgets/doc/disjointlistbox.n b/itcl/iwidgets/doc/disjointlistbox.n new file mode 100644 index 0000000000..0ae3980a2a --- /dev/null +++ b/itcl/iwidgets/doc/disjointlistbox.n @@ -0,0 +1,290 @@ +'\" +'\" Copyright (c) 1995 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) disjointlistbox.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::disjointlistbox iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::disjointlistbox \- Create and manipulate a disjointlistbox widget +.SH SYNOPSIS +\fBiwidgets::disjointlistbox\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::Disjointlistbox +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +activeBackground selectBorderWidth selectForeground +activeForeground activeRelief background +borderWidth buttonPlacement clientData +cursor foreground highlightColor +highlightThickness disabledForeground elementBorderWidth\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBlhsButtonLabel\fR \fBrhsButtonLabel\fR +.fi +.LP +See the "button" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBlabelFont\fR \fBlhsLabelText\fR \fBrhsLabelText\fR +.fi +.LP +See the "label" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBjump\fR \fBtroughColor\fR +.fi +.LP +See the "scrollbar" widget class manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBtextBackground\fR \fBtextFont\fR +\fBlhsItems\fR \fBrhsItems\fR +.fi +.LP +See the "scrolledlistbox" widget manual entry for details on the above +associated options. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBbuttonPlacement\fR +Class: \fBButtonPlacement\fR +Command-Line Switch: \fB-buttonplacement\fR +.fi +.IP +Specifies the placement of the insertion and removal buttons relative to the +scrolledlistbox widgets\fBn\fR, +\fBbottom\fR, or \fBcenter\fR. The default is bottom. +.LP +.nf +Name: \fBlhsLabelText\fR +Class: \fBLabelText\fR +Command-Line Switch: \fB-lhslabeltext\fR +.fi +.IP +Specifies the text for the label of the lhs scrolledlistbox. +The default is "Available". +.LP +.nf +Name: \fBrhsLabelText\fR +Class: \fBLabelText\fR +Command-Line Switch: \fB-rhslabeltext\fR +.fi +.IP +Specifies the text for the label of the rhs scrolledlistbox. +The default is "Available". +.LP +.nf +Name: \fBlhsButtonLabel\fR +Class: \fBLabelText\fR +Command-Line Switch: \fB-lhsbuttonlabel\fR +.fi +.IP +Specifies the text for the button of the lhs scrolledlistbox. +The default is "Insert >>". +.LP +.nf +Name: \fBrhsButtonLabel\fR +Class: \fBLabelText\fR +Command-Line Switch: \fB-rhsbuttonlabel\fR +.fi +.IP +Specifies the text for the button of the rhs scrolledlistbox. +The default is "<< Remove". +.LP +.nf +Name: \fBlhsSortOption\fR +Class: \fBLhsSortOption\fR +Command-Line Switch: \fB-lhssortoption\fR +.fi +.IP +Specifies the sort function to be applied to the lhs scrolledlistbox +after items are inserted. Accepts the same sort options as the scrolledlistbox +sort method (Tcl's lsort command). If "none" is specified, the inserted +items are appended to the end of the list, and no sorting is performed. +The default is "increasing". +.LP +.nf +Name: \fBrhsSortOption\fR +Class: \fBRhsSortOption\fR +Command-Line Switch: \fB-rhssortoption\fR +.fi +.IP +Specifies the sort function to be applied to the rhs scrolledlistbox +after items are inserted. Accepts the same sort options as the scrolledlistbox +sort method (Tcl's lsort command). If "none" is specified, the inserted +items are appended to the end of the list, and no sorting is performed. +The default is "increasing". +.LP +.BE +.SH DESCRIPTION +.PP +The \fBiwidgets::disjointlistbox\fR command creates a disjoint pair of listboxs +similar to the OSF/Motif "Book" printing dialog of the "FrameMaker" +program. It is implementation constists of a two Scrolledlistboxs, +2 buttons, and 2 labels. + +The disjoint behavior of this widget exists between the interaction of +the two Scrolledlistboxes with one another. That is, a given instance +of a Disjointlistbox will never exist, without the aid of a hack magician, +which has Scrolledlistbox widgets with items in common. That means the +relationship between the two is maintained similar to that of disjoint sets. + +Users may transfer items between the two Listbox widgets using the +the two buttons. + +Options exists which include the ability to configure the "items" displayed by +the 2 Scrolledlistboxes and to control the placement of the insertion and +removal buttons. +.SH "METHODS" +.PP +The \fBiwidgets::disjointlistbox\fR command creates a new Tcl command whose +name is \fIpathName\fR. This command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for disjointlistbox widgets: + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::disjointlistbox\fR +command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::disjointlistbox\fR +command. +.TP +\fIpathName \fBsetlhs\fR +Set the current contents of the left-most Scrolledlistbox with the input list +of items. Removes all (if any) items from the right-most Scrolledlistbox +which exist in the input list option to maintain the disjoint property +between the two +.TP +\fIpathName \fBsetrhs\fR +Set the current contents of the right-most Scrolledlistbox with the input list +of items. Removes all (if any) items from the left-most Scrolledlistbox +which exist in the input list option to maintain the disjoint property +between the two +.TP +\fIpathName \fBgetlhs\fR +Returns the current contents of the left-most Scrolledlistbox +.TP +\fIpathName \fBgetrhs\fR +Returns the current contents of the right-most Scrolledlistbox +.TP +\fIpathName \fBinsertlhs\fR +Add the input list of items to the current contents of the left-most +Scrolledlistbox. Removes all (if any) items from the right-most Scrolledlistbox +which exist in the input list option to maintain the disjoint property +between the two +.TP +\fIpathName \fBinsertrhs\fR +Add the input list of items to the current contents of the right-most +Scrolledlistbox. Removes all (if any) items from the left-most Scrolledlistbox +which exist in the input list option to maintain the disjoint property +between the two. +.TP +.SH "COMPONENTS" +.LP +.nf +Name: \fBlhs\fR +Class: \fBScrolledlistbox\fR +.fi +.IP +The lhs component is the scrolledlistbox for the rhs button. +See the "scrolledlistbox" widget manual entry for details on the lhs +component item. +.LP +.nf +Name: \fBrhs\fR +Class: \fBScrolledlistbox\fR +.fi +.IP +The rhs component is the scrolledlistbox for the rhs button. +See the "scrolledlistbox" widget manual entry for details on the rhs +component item. +.LP +.nf +Name: \fBlhsbutton\fR +Class: \fButton\fR +.fi +.IP +The lhsbutton component is the button for users to remove selected items +from the lhs Scrolledlistbox. +See the "button" widget manual entry for details on the lhs button component. +.LP +.nf +Name: \fBrhsbutton\fR +Class: \fBButton\fR +.fi +.IP +The rhsbutton component is the button for users to remove selected items +from the rhs Scrolledlistbox. +See the "button" widget manual entry for details on the rhs button component. +.LP +.nf +Name: \fBlhsCount\fR +Class: \fBLabel\fR +.fi +.IP +The lhsCount component is the label for displaying a count of the current items in +the Scrolledlistbox. +See the "Label" widget manual entry for details on the lhsCount label component. +.LP +.nf +Name: \fBrhsCount\fR +Class: \fBLabel\fR +.fi +.IP +The rhsCount component is the label for displaying a count of the current items in +the Scrolledlistbox. +See the "Label" widget manual entry for details on the rhsCount label component. +.fi +.IP +.SH EXAMPLE +.DS +package require Iwidgets 4.0 +iwidgets::disjointlistbox .dlb +pack .dlb -padx 10 -pady 10 -fill both -expand yes +.DE +.SH AUTHOR(S) +John A. Tucker +.DE +Anthony Parent +.SH KEYWORDS +disjointlistbox, widget diff --git a/itcl/iwidgets/doc/entryfield.n b/itcl/iwidgets/doc/entryfield.n new file mode 100644 index 0000000000..159bc4d6e4 --- /dev/null +++ b/itcl/iwidgets/doc/entryfield.n @@ -0,0 +1,282 @@ +'\" +'\" Copyright (c) 1995 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) entryfield.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::entryfield iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::entryfield \- Create and manipulate a entry field widget +.SH SYNOPSIS +\fBiwidgets::entryfield\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::LabeledWidget <- iwidgets::Entryfield +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +background borderWidth cursor exportSelection +foreground highlightColor highlightThickness insertBackground +insertBorderWidth insertOffTime insertOnTime insertWidth +justify relief selectBackground selectBorderWidth +selectForeground textVariable width\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBshow\fR \fBstate\fR +.fi +.LP +See the "entry" manual entry for details on the associated options. +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBdisabledForeground\fR \fBlabelBitmap\fR \fBlabelFont\fR \fBlabelImage\fR +\fBlabelMargin\fR \fBlabelPos\fR \fBlabelText\fR \fBlabelVariable\fR +\fBstate\fR \fBsticky\fR +.fi +.LP +See the "labeledwidget" class manual entry for details on the +inherited options. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBchildSitePos\fR +Class: \fBPosition\fR +Command-Line Switch: \fB-childsitepos\fR +.fi +.IP +Specifies the position of the child site in the entry field: \fBn\fR, +\fBs\fR, \fBe\fR, or \fBw\fR. The default is e. +.LP +.nf +Name: \fBcommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-command\fR +.fi +.IP +Specifies a Tcl command to be executed upon detection of a Return key +press event. +.LP +.nf +Name: \fBfixed\fR +Class: \fBFixed\fR +Command-Line Switch: \fB-fixed\fR +.fi +.IP +Restrict entry to the specified number of chars. A value of 0, which is the +default, denotes no limit. The value is the maximum number of chars the +user may type into the field, regardles of field width. For example, +if the field width is set to 20 and the fixed value is 10, the user will +only be able to type 10 characters into the field which is 20 characters long. +.LP +.nf +Name: \fBfocusCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-focuscommand\fR +.fi +.IP +Specifies a Tcl command to be executed upon reception of focus. +.LP +.nf +Name: \fBinvalid\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-invalid\fR +.fi +.IP +Specifies a Tcl command to be executed upon determination of invalid input. +The default is bell. +.LP +.nf +Name: \fBtextBackground\fR +Class: \fBBackground\fR +Command-Line Switch: \fB-textbackground\fR +.fi +.IP +Background color for inside textual portion of the entry field. The value +may be given in any of the forms acceptable to \fBTk_GetColor\fR. +.LP +.nf +Name: \fBtextFont\fR +Class: \fBFont\fR +Command-Line Switch: \fB-textfont\fR +.fi +.IP +Name of font to use for display of text in entryfield. The value +may be given in any of the forms acceptable to \fBTk_GetFont\fR. +.LP +.nf +Name: \fBpasting\fR +Class: \fBBehavior\fR +Command-Line Switch: \fB-pasting\fR +.fi +.IP +Option to enable/disable pasting into the entry component of the +entryfield. Valid values are 0 (disabled) or 1 (enabled). +Defaults to 1. +.LP +.nf +Name: \fBvalidate\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-validate\fR +.fi +.IP +The validate option allows specification of a validation mechanism. Standard +character validation such as \fBnumeric\fR, \fBalphabetic\fR, \fBinteger\fR, +\fBhexidecimal\fR, \fBreal\fR, and \fBalphanumeric\fR can be handled through +the use of keywords. Should more +extensive validation be necessary, the value may contain the name of +a command script. The script should return a boolean value. True for +valid, false for invalid. If false is returned, then the procedure +associated with the invalid option will be invoked. +If the validation script contains +any \fB%\fR characters, then the script will not be +executed directly. Instead, a new script will be +generated by replacing each \fB%\fR, and the character following +it, with information from the entryfield. The replacement +depends on the character following the \fB%\fR, as defined in the +list below. +.TP +\fB%c\fR +Replaced with the current input character. +.TP +\fB%P\fR +Replaced with the contents of the entryfield modified to include the latest +keystoke. This is equivalent to peeking at the future contents, enabling +rejection prior to the update. +.TP +\fB%S\fR +Replaced with the current contents of the entryfield prior to the latest +keystroke being added. +.TP +\fB%W\fR +Replaced with the entryfield widget pathname. +.LP +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::entryfield\fR command creates an enhanced text entry widget with an +optional associated label. Addtional options support validation and +establishing a upper limit on the number of characters which may be +entered in the field. +.DE + +.SH "METHODS" +.PP +The \fBiwidgets::entryfield\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for entryfield widgets: +.SH "ASSOCIATED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBdelete\fR \fBget\fR \fBicursor\fR \fBindex\fR +\fBinsert\fR \fBscan\fR \fBselection\fR \fBxview\fR +.fi +.LP +See the "entry" manual entry for details on the associated methods. +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::entryfield\fR +command. +.TP +\fIpathName \fBchildsite\fR +Returns the path name of the child site. +.TP +\fIpathName \fBclear\fR +Clear entry widget +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::entryfield\fR +command. + +.SH "COMPONENTS" +.LP +.nf +Name: \fBefchildsite\fR +Class: \fBframe\fR +.fi +.IP +The efchildsite component is the user child site for the entry field. See +the "frame" widget manual entry for details on the efchildsite component item. +.LP +.nf +Name: \fBentry\fR +Class: \fBentry\fR +.fi +.IP +The entry component provides the entry field for user text input and display. +See the "entry" widget manual entry for details on the entry component item. +.fi + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + option add *textBackground white + + proc returnCmd {} { + puts stdout "Return Pressed" + } + + proc invalidCmd {} { + puts stdout "Alphabetic contents invalid" + } + + iwidgets::entryfield .ef -command returnCmd + + iwidgets::entryfield .fef -labeltext "Fixed:" -fixed 10 -width 12 + + iwidgets::entryfield .nef -labeltext "Numeric:" -validate numeric -width 12 + + iwidgets::entryfield .aef -labeltext "Alphabetic:" \\ + -validate alphabetic -width 12 -invalid invalidCmd + + iwidgets::entryfield .pef -labeltext "Password:" \\ + -show \267 -width 12 -command returnCmd + + iwidgets::Labeledwidget::alignlabels .ef .fef .nef .aef .pef + + pack .ef -fill x -expand yes -padx 10 -pady 5 + pack .fef -fill x -expand yes -padx 10 -pady 5 + pack .nef -fill x -expand yes -padx 10 -pady 5 + pack .aef -fill x -expand yes -padx 10 -pady 5 + pack .pef -fill x -expand yes -padx 10 -pady 5 +.DE +.SH AUTHOR +Sue Yockey +.DE +Mark L. Ulferts +.LP +.SH KEYWORDS +entryfield, widget diff --git a/itcl/iwidgets/doc/extbutton.n b/itcl/iwidgets/doc/extbutton.n new file mode 100644 index 0000000000..89ec19ef20 --- /dev/null +++ b/itcl/iwidgets/doc/extbutton.n @@ -0,0 +1,149 @@ +'\" +'\" Copyright (c) 1995 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) extbutton.n 1.21 01/04/23 16:04:44 +'\" +.so man.macros +.HS iwidgets::extbutton iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::extbutton \- Extends the behavior of the Tk button by allowing +a bitmap or image to coexist with text. +.SH SYNOPSIS +\fBiwidgets::extbutton\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::Extbutton +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +activebackground activeforeground bitmap +background bd cursor +disabledforeground font foreground +image justify relief text\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "WIDGET-SPECIFIC OPTIONS" +.ta 4c 8c 12c +.LP +.nf +Name: \fBbitmapforeground\fR +Class: \fBForeground\fR +Command-Line Switch: \fB-bitmapforeground\fR +.fi +.IP +Configures the foreground color of the bitmap. +.LP +.nf +Name: \fBcommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-command\fR +.fi +.IP +Associate a command with the extbutton. Simulates a Tk button's +-command option. Invoked by either <1> events or by explicitly +calling the public invoke() method. +.LP +.nf +Name: \fBdefaultring\fR +Class: \fBDefaultRing\fR +Command-Line Switch: \fB-defaultring\fR +.fi +.IP +Boolean describing whether the extbutton displays its default ring given in +any of the forms acceptable to \fBTcl_GetBoolean\fR. The default is false. +.LP +.nf +Name: \fBdefaultringpad\fR +Class: \fBPad\fR +Command-Line Switch: \fB-defaultringpad\fR +.fi +.IP +Specifies the amount of space to be allocated to the indentation of the +default ring ring given in any of the forms acceptable to \fBTcl_GetPixels\fR. +The option has no effect if the defaultring option is set to false. The +default is 4 pixels. +.LP +.nf +Name: \fBimagePos\fR +Class: \fBPosition\fR +Command-Line Switch: \fB-imagepos\fR +.fi +.IP +Specifies the image position relative to the message text: \fBn\fR, \fBne\fR, +\fBnw\fR, \fBs\fR, \fBse\fR, \fBsw\fR, \fBw\fR, \fBwn\fR, \fBws\fR, \fBe\fR, +\fBen\fR, or \fBes\fR. The default is w. +.LP +.nf +Name: \fBringBackground\fR +Class: \fBBackground\fR +Command-Line Switch: \fB-ringbackground\fR +.fi +.IP +Configures the background color of the default ring frame (if -defaultring +is set to boolean true). +.LP +.BE + +.SH DESCRIPTION +.PP +The \fBextbutton\fR extends the behavior of the atomic Tk button by +allowing text and an image or bitmap to coexist. The user may use +the -image or -bitmap options to specify an image as well as the +-imagepos option to specify image position relative to the text. +Note that the extbutton is not intended to be used without an +image/bitmap. There will be an emtpy space next to the text if +no image/bitmap is specified. + +.SH "METHODS" +.PP +The \fBiwidgets::extbutton\fR command creates a new Tcl command whose +name is \fIpathName\fR. This command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE + +.SH "INHERITED METHODS" +Each of the following methods are inherited from itk::Archetype. See that +man page for details. +.DS C +\fIpathName \fBcget\fR +\fIpathName \fBcomponent\fR +\fIpathName \fBconfig\fR +\fIpathName \fBconfigure\fR +.DE + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBinvoke\fR +Evaluates the command fragment associated with the -command option. +.TP +\fIpathName \fBflash\fR +Simulates the Tk button's flash command. +.DE + +.SH EXAMPLES +.DS +package require Iwidgets 4.0 +iwidgets::extbutton .eb -text "Bitmap example" -bitmap info \\ + -background bisque -activeforeground red -bitmapforeground blue \\ + -defaultring 1 -command {puts "Bisque is beautiful"} +pack .eb -expand 1 + +iwidgets::extbutton .eb -text "Image example" -relief ridge -image \\ + [image create photo -file $itk::library/../iwidgets/demos/images/clear.gif] \\ + -font 9x15bold -background lightgreen -imagepos e \\ + -activebackground lightyellow +pack .eb -expand 1 +.DE +.SH AUTHOR +Chad Smith +.SH KEYWORDS +button, pushbutton diff --git a/itcl/iwidgets/doc/extfileselectionbox.n b/itcl/iwidgets/doc/extfileselectionbox.n new file mode 100644 index 0000000000..970eaa90e1 --- /dev/null +++ b/itcl/iwidgets/doc/extfileselectionbox.n @@ -0,0 +1,395 @@ +'\" +'\" Copyright (c) 1995 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) extfileselectionbox.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::extfileselectionbox iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::extfileselectionbox \- Create and manipulate a file selection box widget +.SH SYNOPSIS +\fBiwidgets::extfileselectionbox\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::Extfileselectionbox +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +activeBackground background borderWidth cursor +foreground highlightColor highlightThickness insertBackground +insertBorderWidth insertOffTime insertOnTime insertWidth +selectBackground selectBorderWidth selectForeground\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBpopupCursor\fR \fBtextBackground\fR \fBtextFont\fR +.fi +.LP +See the "combobox" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBlabelFont\fR +.fi +.LP +See the "labeledwidget" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBsashCursor\fR +.fi +.LP +See the "panedwindow" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBactiveRelief\fR \fBelementBorderWidth\fR \fBjump\fR \fBtroughColor\fR +.fi +.LP +See the "scrollbar" widget class manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBtextBackground\fR \fBtextFont\fR +.fi +.LP +See the "scrolledlistbox" widget manual entry for details on the above +associated options. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBautomount\fR +Class: \fBAutomount\fR +Command-Line Switch: \fB-automount\fR +.fi +.IP +Specifies a list of directory prefixes to ignore. Typically, this +option would be used as follows: + -automount {export tmp_mnt} +.LP +.nf +Name: \fBchildSitePos\fR +Class: \fBPosition\fR +Command-Line Switch: \fB-childsitepos\fR +.fi +.IP +Specifies the position of the child site in the extended fileselection +box: \fBn\fR, \fBs\fR, \fBe\fR, \fBw\fR, \fBtop\fR, or \fBbottom\fR. +The default is s. +.LP +.nf +Name: \fBdirectory\fR +Class: \fBDirectory\fR +Command-Line Switch: \fB-directory\fR +.fi +.IP +Specifies the initial default directory. The default is the present +working directory. +.LP +.nf +Name: \fBdirSearchCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-dirsearchcommand\fR +.fi +.IP +Specifies a Tcl command to be executed to perform a directory search. +The command will receive the current working directory and filter +mask as arguments. The command should return a list of files which +will be placed into the directory list. +.LP +.nf +Name: \fBdirsLabel\fR +Class: \fBText\fR +Command-Line Switch: \fB-dirslabel\fR +.fi +.IP +Specifies the text of the label for the directory list. The default is +"Directories". +.LP +.nf +Name: \fBdirsOn\fR +Class: \fBDirsOn\fR +Command-Line Switch: \fB-dirson\fR +.fi +.IP +Specifies whether or not to display the directory list. The +value may be given in any of the forms acceptable to \fBTcl_GetBoolean\fR. +The default is true. +.LP +.nf +Name: \fBfileSearchCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-filesearchcommand\fR +.fi +.IP +Specifies a Tcl command to be executed to perform a file search. +The command will receive the current working directory and filter +mask as arguments. The command should return a list of files which +will be placed into the file list. +.LP +.nf +Name: \fBfilesLabel\fR +Class: \fBText\fR +Command-Line Switch: \fB-fileslabel\fR +.fi +.IP +Specifies the text of the label for the files list. The default is "Files". +.LP +.nf +Name: \fBfilesOn\fR +Class: \fBFilesOn\fR +Command-Line Switch: \fB-fileson\fR +.fi +.IP +Specifies whether or not to display the files list. The +value may be given in any of the forms acceptable to \fBTcl_GetBoolean\fR. +The default is true. +.LP +.nf +Name: \fBfileType\fR +Class: \fBFileType\fR +Command-Line Switch: \fB-filetype\fR +.fi +.IP +Specify the type of files which may appear in the file list: \fBregular\fR, +\fBdirectory\fR, or \fBany\fR. The default is regular. +.LP +.nf +Name: \fBfilterCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-filtercommand\fR +.fi +.IP +Specifies a Tcl command to be executed upon hitting the Return key +in the filter combobox widget. +.LP +.nf +Name: \fBfilterLabel\fR +Class: \fBText\fR +Command-Line Switch: \fB-filterlabel\fR +.fi +.IP +Specifies the text of the label for the filter combobox. The default is +"Filter". +.LP +.nf +Name: \fBfilterOn\fR +Class: \fBFilterOn\fR +Command-Line Switch: \fB-filteron\fR +.fi +.IP +Specifies whether or not to display the filter combobox. The +value may be given in any of the forms acceptable to \fBTcl_GetBoolean\fR. +The default is true. +.LP +.nf +Name: \fBheight\fR +Class: \fBHeight\fR +Command-Line Switch: \fB-height\fR +.fi +.IP +Specifies the height of the selection box. The value may be specified in +any of the forms acceptable to Tk_GetPixels. The default is 300 pixels. +.LP +.nf +Name: \fBinvalid\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-invalid\fR +.fi +.IP +Command to be executed should the filter contents be proven +invalid. The default is {bell}. +.LP +.nf +Name: \fBmask\fR +Class: \fBMask\fR +Command-Line Switch: \fB-mask\fR +.fi +.IP +Specifies the initial file mask string. The default is "*". +.LP +.nf +Name: \fBnoMatchString\fR +Class: \fBNoMatchString\fR +Command-Line Switch: \fB-nomatchstring\fR +.fi +.IP +Specifies the string to be displayed in the files list should no files +match the mask. The default is "". +.LP +.nf +Name: \fBselectDirCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-selectdirommand\fR +.fi +.IP +Specifies a Tcl command to be executed following selection of a +directory in the directory list. +.LP +.nf +Name: \fBselectFileCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-selectfileommand\fR +.fi +.IP +Specifies a Tcl command to be executed following selection of a +file in the files list. +.LP +.nf +Name: \fBselectionCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-selectioncommand\fR +.fi +.IP +Specifies a Tcl command to be executed upon hitting the Return key +in the selection combobox widget. +.LP +.nf +Name: \fBselectionLabel\fR +Class: \fBText\fR +Command-Line Switch: \fB-selectionlabel\fR +.fi +.IP +Specifies the text of the label for the selection combobox. The default +is "Selection". +.LP +.nf +Name: \fBselectionOn\fR +Class: \fBSelectionOn\fR +Command-Line Switch: \fB-selectionon\fR +.fi +.IP +Specifies whether or not to display the selection combobox. The +value may be given in any of the forms acceptable to \fBTcl_GetBoolean\fR. +The default is true. +.LP +.nf +Name: \fBwidth\fR +Class: \fBWidth\fR +Command-Line Switch: \fB-width\fR +.fi +.IP +Specifies the width of the selection box. The value may be specified in +any of the forms acceptable to Tk_GetPixels. The default is 350 pixels. +.LP +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::extfileselectionbox\fR command creates an extended file +selection box which is slightly different than the fileselectionbox widget. +The differences are mostly cosmetic in that the listboxes are +within a panedwindow and the entryfields for the filter and selection +have been replaced by comboboxes. Other than that the interface is +practically the same. + +.SH "METHODS" +.PP +The \fBiwidgets::extfileselectionbox\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for extfileselectionbox widgets: + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::extfileselectionbox\fR +command. +.TP +\fIpathName \fBchildsite\fR +Returns the child site widget path name. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::extfileselectionbox\fR +command. +.TP +\fIpathName \fBfilter\fR +Update the current contents of the extended file selection box based +on the current filter combobox value. +.TP +\fIpathName \fBget\fR +Returns the current value of the selection combobox widget. + +.SH "COMPONENTS" +.LP +.nf +Name: \fBdirs\fR +Class: \fBScrolledlistbox\fR +.fi +.IP +The dirs component is the directory list box for the extended fileselection +box. See the "scrolledlistbox" widget manual entry for details on the dirs +component item. +.LP +.nf +Name: \fBfiles\fR +Class: \fBScrolledlistbox\fR +.fi +.IP +The files component is the file list box for the extended fileselection box. +See the "scrolledlistbox" widget manual entry for details on the files +component item. +.LP +.nf +Name: \fBfilter\fR +Class: \fBCombobox\fR +.fi +.IP +The filter component is the field for user input of the filter value. +See the "combobox" widget manual entry for details on the filter +component item. +.LP +.nf +Name: \fBselection\fR +Class: \fBCombobox\fR +.fi +.IP +The selection component is the field for user input of the currently +selected file value. See the "combobox" widget manual entry for details +on the selection component item. +.fi + +.SH EXAMPLE +.DS +package require Iwidgets 4.0 +iwidgets::extfileselectionbox .fsb +pack .fsb -padx 10 -pady 10 -fill both -expand yes +.DE +.SH AUTHOR(S) +Mark L. Ulferts +.DE +Anthony Parent +.SH KEYWORDS +extfileselectionbox, widget diff --git a/itcl/iwidgets/doc/extfileselectiondialog.n b/itcl/iwidgets/doc/extfileselectiondialog.n new file mode 100644 index 0000000000..eee4611d30 --- /dev/null +++ b/itcl/iwidgets/doc/extfileselectiondialog.n @@ -0,0 +1,239 @@ +'\" +'\" Copyright (c) 1997 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) extfileselectiondialog.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::extfileselectiondialog iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::extfileselectiondialog \- Create and manipulate a file selection dialog widget +.SH SYNOPSIS +\fBiwidgets::extfileselectiondialog\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Toplevel <- iwidgets::Shell <- iwidgets::Dialogshell <- iwidgets::Dialog <- iwidgets::Extfileselectiondialog +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +activeBackground background borderWidth cursor +foreground highlightColor highlightThickness insertBackground +insertBorderWidth insertOffTime insertOnTime insertWidth +selectBackground selectBorderWidth selectForeground\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBpopupCursor\fR \fBtextBackground\fR \fBtextFont\fR +.fi +.LP +See the "combobox" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBchildSitePos\fR \fBdirectory\fR \fBdirsLabel\fR \fBdirSearchCommand\fR +\fBdirsOn\fR \fBfilesLabel\fR \fBfilesLabelOn\fR \fBfileSearchCommand\fR +\fBfilesOn\fR \fBfileType\fR \fBfilterLabel\fR \fBfilterOn\fR +\fBinvalid\fR \fBmask\fR \fBnoMatchString\fR \fBselectionLabel\fR +\fBselectionOn\fR +.fi +.LP +See the "extfileselectionbox" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBlabelFont\fR +.fi +.LP +See the "labeledwidget" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBsashCursor\fR +.fi +.LP +See the "panedwindow" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBlabelFont\fR +.fi +.LP +See the "labeledwidget" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBactiveRelief\fR \fBelementBorderWidth\fR \fBjump\fR \fBtroughColor\fR +.fi +.LP +See the "scrollbar" widget class manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBtextBackground\fR \fBtextFont\fR +.fi +.LP +See the "scrolledlistbox" widget manual entry for details on the above +associated options. + +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBbuttonBoxPadX\fR \fBbuttonBoxPadY\fR \fBbuttonBoxPos\fR \fBpadX\fR +\fBpadY\fR \fBseparator\fR \fBthickness\fR +.fi +.LP +See the "dialogshell" widget manual entry for details on the above +inherited options. +.LP +.nf +.ta 4c 8c 12c +\fBheight\fR \fBmaster\fR \fBmodality\fR \fBwidth\fR +.fi +.LP +See the "shell" widget manual entry for details on the above +inherited options. +.LP +.nf +.ta 4c 8c 12c +\fBtitle\fR +.fi +.LP +See the "Toplevel" widget manual entry for details on the above +inherited options. +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::extfileselectiondialog\fR command creates an extended file +selection dialog which is slightly different than the +fileselectiondialog widget. +The differences are mostly cosmetic in that the listboxes are +within a panedwindow and the entryfields for the filter and selection +have been replaced by comboboxes. Other than that the interface is +practically the same. + +.SH "METHODS" +.PP +The \fBiwidgets::extfileselectiondialog\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for extfileselectiondialog widgets: +.SH "ASSOCIATED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBget\fR \fBchildsite\fR \fBfilter\fR +.fi +.LP +See the "fileselectionbox" class manual entry for details on the +associated methods. +.SH "INHERITED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBadd\fR \fBbuttonconfigure\fR \fBdefault\fR \fBhide\fR +\fBinsert\fR \fBinvoke\fR \fBshow\fR +.fi +.LP +See the "buttonbox" widget manual entry for details on the above +inherited methods. +.LP +.nf +.ta 4c 8c 12c +\fBactivate\fR \fBcenter\fR \fBdeactivate\fR +.fi +.LP +See the "shell" widget manual entry for details on the above +inherited methods. + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by +the \fBiwidgets::extfileselectiondialog\fR command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by +the \fBiwidgets::extfileselectiondialog\fR +command. + +.SH "COMPONENTS" +.LP +.nf +Name: \fBfsb\fR +Class: \fBFileselectionbox\fR +.fi +.IP +The fsb component is the extfileselectionbox for the extfileselectiondialog. +See the "extfileselectionbox" widget manual entry for details on the fsb +component item. +.fi + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + # + # Non-modal example + # + proc okCallback {} { + puts "You selected [.nmfsd get]" + .nmfsd deactivate + } + + iwidgets::extfileselectiondialog .nmfsd -title Non-Modal + .nmfsd buttonconfigure OK -command okCallback + + .nmfsd activate + + # + # Modal example + # + iwidgets::extfileselectiondialog .mfsd -modality application + .mfsd center + + if {[.mfsd activate]} { + puts "You selected [.mfsd get]" + } else { + puts "You cancelled the dialog" + } +.DE +.SH AUTHOR +Mark L. Ulferts +.DE +Anthony L. Parent +.SH KEYWORDS +extfileselectiondialog, extfileselectionbox, dialog, dialogshell, shell, widget diff --git a/itcl/iwidgets/doc/feedback.n b/itcl/iwidgets/doc/feedback.n new file mode 100644 index 0000000000..475f9ae36f --- /dev/null +++ b/itcl/iwidgets/doc/feedback.n @@ -0,0 +1,145 @@ +'\" +'\" Copyright (c) 1996 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) feedback.n +'\" +.so man.macros +.HS iwidgets::feedback iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::feedback \- Create and manipulate a feedback widget to display feedback on +the current status of an ongoing operation to the user. +.SH SYNOPSIS +\fBiwidgets::feedback\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::Labeledwidget <- iwidgets::Feedback +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBbackground\fR \fBcursor\fR \fBforeground\fR \fBhighlightColor\fR +\fBhighlightThickness\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBlabelBitmap\fR \fBlabelFont\fR \fBlabelImage\fR \fBlabelMargin\fR +\fBlabelPos\fR \fBlabelText\fR \fBlabelVariable\fR \fBsticky\fR +.fi +.LP +See the "labeledwidget" class manual entry for details on the inherited options. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBbarcolor\fR +Class: \fBBarColor\fR +Command-Line Switch: \fB-barcolor\fR +.fi +.IP +Specifies the color of the status bar, in any of the forms +acceptable to \fBTk_GetColor\fR. The default is DodgerBlue. +.LP +.nf +Name: \fBbarheight\fR +Class: \fBBarHeight\fR +Command-Line Switch: \fB-barheight\fR +.fi +.IP +Specifies the height of the status bar, in any of the forms +acceptable to \fBTk_GetPixels\fR. The default is 20. +.LP +.nf +Name: \fBtroughColor\fR +Class: \fBTroughColor\fR +Command-Line Switch: \fB-troughcolor\fR +.fi +.IP +Specifies the color of the frame in which the status bar sits, +in any of the forms acceptable to \fBTk_GetColor\fR. The default is white. +.LP +.nf +Name: \fBsteps\fR +Class: \fBSteps\fR +Command-Line Switch: \fB-steps\fR +.fi +.IP +Specifies the total number of steps for the status bar. The default is 10. +.LP + +.SH DESCRIPTION +.PP +The \fBiwidgets::feedback\fR command creates a widget to display feedback on +the current status of an ongoing operation to the user. Display is given as +a percentage and as a thermometer type bar. Options exist for adding a label +and controlling its position. + +.SH "METHODS" +.PP +The \fBiwidgets::feedback\fR command creates a new Tcl command whose +name is \fIpathName\fR. This command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for scrolledtext widgets: + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBscrolledhtml\fR +command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::feedback\fR +command. +.TP +\fIpathName\fR \fBreset\fR +Reset the current number of steps completed to 0, and configures the +percentage complete label text to 0% +.TP +\fIpathName\fR \fBstep\fR ?\fIinc\fR? +Increase the current number of steps completed by the amount specified +by \fIinc\fR. \fIInc\fR defaults to 1. + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + iwidgets::feedback .fb -labeltext "Status" -steps 20 + pack .fb -padx 10 -pady 10 -fill both -expand yes + + for {set i 0} {$i < 20} {incr i} { + .fb step + after 500 + } +.DE +.SH ACKNOWLEDGEMENTS +Sam Shen +.IP +This code is based largely on his feedback.tcl code from tk inspect. The +original feedback code is copyright 1995 Lawrence Berkeley Laboratory. +.LP +.SH AUTHOR +Kris Raney +.SH KEYWORDS +feedback, widget diff --git a/itcl/iwidgets/doc/fileselectionbox.n b/itcl/iwidgets/doc/fileselectionbox.n new file mode 100644 index 0000000000..35fabbcaf3 --- /dev/null +++ b/itcl/iwidgets/doc/fileselectionbox.n @@ -0,0 +1,391 @@ +'\" +'\" Copyright (c) 1995 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) fileselectionbox.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::fileselectionbox iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::fileselectionbox \- Create and manipulate a file selection box widget +.SH SYNOPSIS +\fBiwidgets::fileselectionbox\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::Fileselectionbox +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +activeBackground background borderWidth cursor +foreground highlightColor highlightThickness insertBackground +insertBorderWidth insertOffTime insertOnTime insertWidth +selectBackground selectBorderWidth selectForeground\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBtextBackground\fR \fBtextFont\fR +.fi +.LP +See the "entryfield" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBlabelFont\fR +.fi +.LP +See the "labeledwidget" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBactiveRelief\fR \fBelementBorderWidth\fR \fBjump\fR \fBtroughColor\fR +.fi +.LP +See the "scrollbar" widget class manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBtextBackground\fR \fBtextFont\fR +.fi +.LP +See the "scrolledlistbox" widget manual entry for details on the above +associated options. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBautomount\fR +Class: \fBAutomount\fR +Command-Line Switch: \fB-automount\fR +.fi +.IP +Specifies a list of directory prefixes to ignore. Typically, this +option would be used as follows: + -automount {export tmp_mnt} +.LP +.nf +Name: \fBchildSitePos\fR +Class: \fBPosition\fR +Command-Line Switch: \fB-childsitepos\fR +.fi +.IP +Specifies the position of the child site in the selection box: \fBn\fR, +\fBs\fR, \fBe\fR, \fBw\fR, \fBtop\fR, \fBbottom\fR, or \fBcenter\fR. The +default is s. +.fi +.IP +Specifies a Tcl command procedure which is called when an file list item is +double clicked. Typically this occurs when mouse button 1 is double +clicked over a file name. +.LP +.nf +Name: \fBdirectory\fR +Class: \fBDirectory\fR +Command-Line Switch: \fB-directory\fR +.fi +.IP +Specifies the initial default directory. The default is the present +working directory. +.LP +.nf +Name: \fBdirSearchCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-dirsearchcommand\fR +.fi +.IP +Specifies a Tcl command to be executed to perform a directory search. +The command will receive the current working directory and filter +mask as arguments. The command should return a list of files which +will be placed into the directory list. +.LP +.nf +Name: \fBdirsLabel\fR +Class: \fBText\fR +Command-Line Switch: \fB-dirslabel\fR +.fi +.IP +Specifies the text of the label for the directory list. The default is +"Directories". +.LP +.nf +Name: \fBdirsOn\fR +Class: \fBDirsOn\fR +Command-Line Switch: \fB-dirson\fR +.fi +.IP +Specifies whether or not to display the directory list. The +value may be given in any of the forms acceptable to \fBTcl_GetBoolean\fR. +The default is true. +.LP +.nf +Name: \fBfileSearchCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-filesearchcommand\fR +.fi +.IP +Specifies a Tcl command to be executed to perform a file search. +The command will receive the current working directory and filter +mask as arguments. The command should return a list of files which +will be placed into the file list. +.LP +.nf +Name: \fBfilesLabel\fR +Class: \fBText\fR +Command-Line Switch: \fB-fileslabel\fR +.fi +.IP +Specifies the text of the label for the files list. The default is "Files". +.LP +.nf +Name: \fBfilesOn\fR +Class: \fBFilesOn\fR +Command-Line Switch: \fB-fileson\fR +.fi +.IP +Specifies whether or not to display the files list. The +value may be given in any of the forms acceptable to \fBTcl_GetBoolean\fR. +The default is true. +.LP +.nf +Name: \fBfileType\fR +Class: \fBFileType\fR +Command-Line Switch: \fB-filetype\fR +.fi +.IP +Specify the type of files which may appear in the file list: \fBregular\fR, +\fBdirectory\fR, or \fBany\fR. The default is regular. +.LP +.nf +Name: \fBfilterCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-filtercommand\fR +.fi +.IP +Specifies a Tcl command to be executed upon hitting the Return key +in the filter entry widget. +.LP +.nf +Name: \fBfilterLabel\fR +Class: \fBText\fR +Command-Line Switch: \fB-filterlabel\fR +.fi +.IP +Specifies the text of the label for the filter entry field. The default is +"Filter". +.LP +.nf +Name: \fBfilterOn\fR +Class: \fBFilterOn\fR +Command-Line Switch: \fB-filteron\fR +.fi +.IP +Specifies whether or not to display the filter entry. The +value may be given in any of the forms acceptable to \fBTcl_GetBoolean\fR. +The default is true. +.LP +.nf +Name: \fBheight\fR +Class: \fBHeight\fR +Command-Line Switch: \fB-height\fR +.fi +.IP +Specifies the height of the selection box. The value may be specified in +any of the forms acceptable to Tk_GetPixels. The default is 360 pixels. +.LP +.nf +Name: \fBinvalid\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-invalid\fR +.fi +.IP +Command to be executed should the filter contents be proven +invalid. The default is {bell}. +.LP +.nf +Name: \fBmask\fR +Class: \fBMask\fR +Command-Line Switch: \fB-mask\fR +.fi +.IP +Specifies the initial file mask string. The default is "*". +.LP +.nf +Name: \fBnoMatchString\fR +Class: \fBNoMatchString\fR +Command-Line Switch: \fB-nomatchstring\fR +.fi +.IP +Specifies the string to be displayed in the files list should no files +match the mask. The default is "". +.LP +.nf +Name: \fBselectDirCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-selectdirommand\fR +.fi +.IP +Specifies a Tcl command to be executed following selection of a +directory in the directory list. +.LP +.nf +Name: \fBselectFileCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-selectfileommand\fR +.fi +.IP +Specifies a Tcl command to be executed following selection of a +file in the files list. +.LP +.nf +Name: \fBselectionCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-selectioncommand\fR +.fi +.IP +Specifies a Tcl command to be executed upon hitting the Return key +in the selection entry widget. +.LP +.nf +Name: \fBselectionLabel\fR +Class: \fBText\fR +Command-Line Switch: \fB-selectionlabel\fR +.fi +.IP +Specifies the text of the label for the selection entry field. The default +is "Selection". +.LP +.nf +Name: \fBselectionOn\fR +Class: \fBSelectionOn\fR +Command-Line Switch: \fB-selectionon\fR +.fi +.IP +Specifies whether or not to display the selection entry. The +value may be given in any of the forms acceptable to \fBTcl_GetBoolean\fR. +The default is true. +.LP +.nf +Name: \fBwidth\fR +Class: \fBWidth\fR +Command-Line Switch: \fB-width\fR +.fi +.IP +Specifies the width of the selection box. The value may be specified in +any of the forms acceptable to Tk_GetPixels. The default is 470 pixels. +.LP +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::fileselectionbox\fR command creates a file selection box similar +to the OSF/Motif standard Xmfileselectionbox composite widget. The +fileselectionbox is composed of directory and file scrolled lists as +well as filter and selection entry fields. Bindings are in place such that +selection of a directory list item loads the filter entry field and +selection of a file list item loads the selection entry field. Options +exist to control the appearance and actions of the widget. + +.SH "METHODS" +.PP +The \fBiwidgets::fileselectionbox\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for fileselectionbox widgets: + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::fileselectionbox\fR +command. +.TP +\fIpathName \fBchildsite\fR +Returns the child site widget path name. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::fileselectionbox\fR +command. +.TP +\fIpathName \fBfilter\fR +Update the current contents of the file selection box based on the current +filter entry field value. +.TP +\fIpathName \fBget\fR +Returns the current value of the selection entry widget. + +.SH "COMPONENTS" +.LP +.nf +Name: \fBdirs\fR +Class: \fBScrolledlistbox\fR +.fi +.IP +The dirs component is the directory list box for the file selection box. +See the "scrolledlistbox" widget manual entry for details on the dirs +component item. +.LP +.nf +Name: \fBfiles\fR +Class: \fBScrolledlistbox\fR +.fi +.IP +The files component is the file list box for the file selection box. +See the "scrolledlistbox" widget manual entry for details on the files +component item. +.LP +.nf +Name: \fBfilter\fR +Class: \fBEntryfield\fR +.fi +.IP +The filter component is the entry field for user input of the filter value. +See the "entryfield" widget manual entry for details on the filter +component item. +.LP +.nf +Name: \fBselection\fR +Class: \fBEntryfield\fR +.fi +.IP +The selection component is the entry field for user input of the currently +selected file value. See the "entryfield" widget manual entry for details +on the selection component item. +.fi + +.SH EXAMPLE +.DS +package require Iwidgets 4.0 +iwidgets::fileselectionbox .fsb +pack .fsb -padx 10 -pady 10 -fill both -expand yes +.DE +.SH AUTHOR(S) +Mark L. Ulferts +.SH KEYWORDS +fileselectionbox, widget diff --git a/itcl/iwidgets/doc/fileselectiondialog.n b/itcl/iwidgets/doc/fileselectiondialog.n new file mode 100644 index 0000000000..37e6f95860 --- /dev/null +++ b/itcl/iwidgets/doc/fileselectiondialog.n @@ -0,0 +1,218 @@ +'\" +'\" Copyright (c) 1995 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) fileselectiondialog.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::fileselectiondialog iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::fileselectiondialog \- Create and manipulate a file selection dialog widget +.SH SYNOPSIS +\fBiwidgets::fileselectiondialog\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Toplevel <- iwidgets::Shell <- iwidgets::Dialogshell <- iwidgets::Dialog <- iwidgets::Fileselectiondialog +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +activeBackground background borderWidth cursor +foreground highlightColor highlightThickness insertBackground +insertBorderWidth insertOffTime insertOnTime insertWidth +selectBackground selectBorderWidth selectForeground\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBtextBackground\fR \fBtextFont\fR +.fi +.LP +See the "entryfield" widget manual entry for details on the above associated +options. +.LP +.nf +.ta 4c 8c 12c +\fBchildSitePos\fR \fBdirectory\fR \fBdirsLabel\fR \fBdirSearchCommand\fR +\fBdirsOn\fR \fBfilesLabel\fR \fBfilesLabelOn\fR \fBfileSearchCommand\fR +\fBfilesOn\fR \fBfileType\fR \fBfilterLabel\fR \fBfilterOn\fR +\fBinvalid\fR \fBmask\fR \fBnoMatchString\fR \fBselectionLabel\fR +\fBselectionOn\fR +.fi +.LP +See the "fileselectionbox" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBlabelFont\fR +.fi +.LP +See the "labeledwidget" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBtextBackground\fR \fBtextFont\fR +.fi +.LP +See the "scrolledlistbox" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBactiveRelief\fR \fBelementBorderWidth\fR \fBjump\fR \fBtroughColor\fR +.fi +.LP +See the "scrollbar" widget class manual entry for details on the above +associated options. + +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBbuttonBoxPadX\fR \fBbuttonBoxPadY\fR \fBbuttonBoxPos\fR \fBpadX\fR +\fBpadY\fR \fBseparator\fR \fBthickness\fR +.fi +.LP +See the "dialogshell" widget manual entry for details on the above +inherited options. +.LP +.nf +.ta 4c 8c 12c +\fBheight\fR \fBmaster\fR \fBmodality\fR \fBwidth\fR +.fi +.LP +See the "shell" widget manual entry for details on the above +inherited options. +.LP +.nf +.ta 4c 8c 12c +\fBtitle\fR +.fi +.LP +See the "Toplevel" widget manual entry for details on the above +inherited options. +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::fileselectiondialog\fR command creates a file selection dialog +similar to the OSF/Motif standard composite widget. The +fileselectiondialog is derived from the Dialog class and is composed of +a FileSelectionBox with attributes set to manipulate the dialog buttons. + +.SH "METHODS" +.PP +The \fBiwidgets::fileselectiondialog\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for fileselectiondialog widgets: +.SH "ASSOCIATED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBget\fR \fBchildsite\fR \fBfilter\fR +.fi +.LP +See the "fileselectionbox" class manual entry for details on the +associated methods. +.SH "INHERITED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBadd\fR \fBbuttonconfigure\fR \fBdefault\fR \fBhide\fR +\fBinsert\fR \fBinvoke\fR \fBshow\fR +.fi +.LP +See the "buttonbox" widget manual entry for details on the above +inherited methods. +.LP +.nf +.ta 4c 8c 12c +\fBactivate\fR \fBcenter\fR \fBdeactivate\fR +.fi +.LP +See the "shell" widget manual entry for details on the above +inherited methods. + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by +the \fBiwidgets::fileselectiondialog\fR command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by +the \fBiwidgets::fileselectiondialog\fR +command. + +.SH "COMPONENTS" +.LP +.nf +Name: \fBfsb\fR +Class: \fBFileselectionbox\fR +.fi +.IP +The fsb component is the file selection box for the file selection dialog. +See the "fileselectionbox" widget manual entry for details on the fsb +component item. +.fi + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + # + # Non-modal example + # + proc okCallback {} { + puts "You selected [.nmfsd get]" + .nmfsd deactivate + } + + iwidgets::fileselectiondialog .nmfsd -title Non-Modal + .nmfsd buttonconfigure OK -command okCallback + + .nmfsd activate + + # + # Modal example + # + iwidgets::fileselectiondialog .mfsd -modality application + .mfsd center + + if {[.mfsd activate]} { + puts "You selected [.mfsd get]" + } else { + puts "You cancelled the dialog" + } +.DE +.SH AUTHOR +Mark L. Ulferts +.SH KEYWORDS +fileselectiondialog, fileselectionbox, dialog, dialogshell, shell, widget diff --git a/itcl/iwidgets/doc/finddialog.n b/itcl/iwidgets/doc/finddialog.n new file mode 100644 index 0000000000..dfc1372a55 --- /dev/null +++ b/itcl/iwidgets/doc/finddialog.n @@ -0,0 +1,294 @@ +'\" +'\" Copyright (c) 1995 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) finddialog.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::finddialog iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::finddialog \- Create and manipulate a find dialog widget +.SH SYNOPSIS +\fBiwidgets::finddialog\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Toplevel <- iwidgets::Shell <- iwidgets::Dialogshell <- iwidgets::Finddialog +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +activeBackground activeForeground background borderWidth +cursor disabledForeground font foreground +highlightColor highlightThickness insertBackground insertBorderWidth +insertOffTime insertOnTime insertWidth selectBackground +selectBorderWidth selectColor selectForeground\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBselectColor\fR +.fi +.LP +See the "checkbutton" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBselectColor\fR +.fi +.LP +See the "entryfield" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBlabelFont\fR +.fi +.LP +See the "labeledwidget" widget manual entry for details on the above +associated options. +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBbuttonBoxPadX\fR \fBbuttonBoxPadY\fR \fBbuttonBoxPos\fR \fBpadX\fR +\fBpadY\fR \fBseparator\fR \fBthickness\fR +.fi +.LP +See the "dialogshell" widget manual entry for details on the above +inherited options. +.LP +.nf +.ta 4c 8c 12c +\fBheight\fR \fBmaster\fR \fBmodality\fR \fBwidth\fR +.fi +.LP +See the "shell" widget manual entry for details on the above +inherited options. +.LP +.nf +.ta 4c 8c 12c +\fBtitle\fR +.fi +.LP +See the "Toplevel" widget manual entry for details on the above +inherited options. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBclearCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-clearcommand\fR +.fi +.IP +Specifies a command to be invoked following a clear operation. +The option is meant to be used as means of notification that the +clear has taken place and allow other actions to take place such +as disabling a find again menu. +.LP +.nf +Name: \fBmatchCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-matchcommand\fR +.fi +.IP +Specifies a command to be invoked following a find operation. +The command is called with a match point as an argument which identifies +where exactly where in the text or scrolledtext widget that the match +is located. Should a match not be found the match point is {}. The +option is meant to be used as a means of notification that the +find operation has completed and allow other actions to take place +such as disabling a find again menu option if the match point was {}. +.LP +.nf +Name: \fBpatternBackground\fR +Class: \fBBackground\fR +Command-Line Switch: \fB-patternbackground\fR +.fi +.IP +Specifies the background color of the text matching the search +pattern. It may have any of the forms accepted by Tk_GetColor. +The default is gray44. +.LP +.nf +Name: \fBpatternForeground\fR +Class: \fBBackground\fR +Command-Line Switch: \fB-patternforeground\fR +.fi +.IP +Specifies the foreground color of the text matching the search +pattern. It may have any of the forms accepted by Tk_GetColor. +The default is white. +.LP +.nf +Name: \fBsearchBackground\fR +Class: \fBBackground\fR +Command-Line Switch: \fB-searchbackground\fR +.fi +.IP +Specifies the background color of the line containing the matching +the search pattern. It may have any of the forms accepted by Tk_GetColor. +The default is gray77. +.LP +.nf +Name: \fBsearchForeground\fR +Class: \fBBackground\fR +Command-Line Switch: \fB-searchforeground\fR +.fi +.IP +Specifies the foreground color of the line containing the matching +the search pattern. It may have any of the forms accepted by Tk_GetColor. +The default is black. +.LP +.nf +Name: \fBtextWidget\fR +Class: \fBTextWidget\fR +Command-Line Switch: \fB-textwidget\fR +.fi +.IP +Specifies the text or scrolledtext widget to be searched. +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::finddialog\fR command creates a find dialog that works in +conjunction with a text or scrolledtext widget to provide a means +of performing search operations. The user is prompted for a text +pattern to be found in the text or scrolledtext widget. The +search can be for all occurances, by regular expression, considerate +of the case, or backwards. + +.SH "METHODS" +.PP +The \fBiwidgets::finddialog\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for finddialog widgets: +.SH "INHERITED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBadd\fR \fBbuttonconfigure\fR \fBdefault\fR \fBhide\fR +\fBinvoke\fR \fBshow\fR +.fi +.LP +See the "buttonbox" widget manual entry for details on the above +inherited methods. +.LP +.nf +.ta 4c 8c 12c +\fBactivate\fR \fBcenter\fR \fBdeactivate\fR +.fi +.LP +See the "shell" widget manual entry for details on the above +inherited methods. +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::finddialog\fR +command. +.TP +\fIpathName \fBclear\fR +Clears the pattern in the entry field and the pattern matchin +indicators in the text or scrolledtext widget. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::finddialog\fR +command. +.TP +\fIpathName \fBfind\fR +Search for a specific text string in the text widget given by +the -textwidget option. This method is the standard callback +for the Find button. It is made available such that it can be +bound to a find again action. + +.SH "COMPONENTS" +.LP +.nf +Name: \fBall\fR +Class: \fBCheckbutton\fR +.fi +.IP +The all component specifies that all the matches of the pattern should be +found when performing the search. See the "checkbutton" widget manual +entry for details on the all component item. +.LP +.nf +Name: \fBbackwards\fR +Class: \fBCheckbutton\fR +.fi +.IP +The backwards component specifies that the search should continue in +a backwards direction towards the beginning of the text or scrolledtext +widget. See the "checkbutton" widget manual entry for details on the +backwards component item. +.LP +.nf +Name: \fBcase\fR +Class: \fBCheckbutton\fR +.fi +.IP +The case component specifies that the case of the pattern should be +taken into consideration when performing the search. See the +"checkbutton" widget manual entry for details on the case component item. +.LP +.nf +Name: \fBpattern\fR +Class: \fBEntryfield\fR +.fi +.IP +The pattern component provides the pattern entry field. See the +"entryfield" widget manual entry for details on the pattern component item. +.LP +.nf +Name: \fBregexp\fR +Class: \fBCheckbutton\fR +.fi +.IP +The regexp component specifies that the pattern is a regular expression. +See the "checkbutton" widget manual entry for details on the regexp +component item. +.fi + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + iwidgets::scrolledtext .st + pack .st + .st insert end "Now is the time for all good men\\n" + .st insert end "to come to the aid of their country" + + iwidgets::finddialog .fd -textwidget .st + .fd center .st + .fd activate +.DE +.SH AUTHOR +Mark L. Ulferts +.SH KEYWORDS +finddialog, dialogshell, shell, widget + diff --git a/itcl/iwidgets/doc/generateHtml.sh b/itcl/iwidgets/doc/generateHtml.sh new file mode 100644 index 0000000000..d49a60744d --- /dev/null +++ b/itcl/iwidgets/doc/generateHtml.sh @@ -0,0 +1,10 @@ +#!/bin/ksh +# + +manpages=`\ls *.n` + +for doc in $manpages +do + echo "Generating html/$doc.html" + nroff -man $doc | rman -f html > html/$doc.html +done diff --git a/itcl/iwidgets/doc/hierarchy.n b/itcl/iwidgets/doc/hierarchy.n new file mode 100644 index 0000000000..d6fc6aa137 --- /dev/null +++ b/itcl/iwidgets/doc/hierarchy.n @@ -0,0 +1,629 @@ +'\" +'\" Copyright (c) 1997 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) hierarchy.n 1.21 94/12/17 16:04:44 +'\" +.so man.macros +.HS iwidgets::hierarchy iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::hierarchy \- Create and manipulate a hierarchy widget +.SH SYNOPSIS +\fBiwidgets::hierarchy\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Widget <- iwidgets::Labeledwidget <- iwidgets::Scrolledwidget <- iwidgets::Hierarchy +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fB +activeBackground activeForeground background borderWidth +cursor disabledForeground foreground highlightColor +highlightThickness relief selectBackground selectForeground\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBactiveRelief\fR \fBelementBorderWidth\fR \fBjump\fR \fBtroughColor\fR +.fi +.LP +See the "scrollbar" widget manual entry for details on the above +associated options. +.LP +.nf +.ta 4c 8c 12c +\fBspacing1\fR \fBspacing2\fR \fBspacing3\fR \fBtabs\fR +.fi +.LP +See the "text" widget manual entry for details on the above +associated options. +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBlabelBitmap\fR \fBlabelFont\fR \fBlabelImage\fR \fBlabelMargin\fR +\fBlabelPos\fR \fBlabelText\fR \fBlabelVariable\fR \fBsticky\fR +.fi +.LP +See the "labeledwidget" class manual entry for details on the inherited options. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBalwaysQuery\fR +Class: \fBAlwaysQuery\fR +Command-Line Switch: \fB-alwaysquery\fR +.fi +.IP +Boolean flag which tells the hierarchy widget weather or not +each refresh of the display should be via a new query using +the command value of the -querycommand option or use the values +previous found the last time the query was made. The default +is no. +.LP +.nf +Name: \fBclosedIcon\fR +Class: \fBIcon\fR +Command-Line Switch: \fB-closedicon\fR +.fi +.IP +Specifies the name of an existing closed icon image to be used in the +hierarchy before those nodes that are collapsed. Should one not be +provided, then a folder icon will be generated, pixmap if possible, +bitmap otherwise. +.LP +.nf +Name: \fBdblClickCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-dblclickcommand\fR +.fi +.IP +Specifies a command to be executed upon user double clicking via mouse button +one of the text label of an entry. If this command contains "%n", it is +replaced with the name of the selected node. Should it contain "%s" then a +boolean indicator of the node's current selection status is substituted. +.LP +.nf +Name: \fBexpanded\fR +Class: \fBExpanded\fR +Command-Line Switch: \fB-expanded\fR +.fi +.IP +When true, the hierarchy will be completely expanded when it +is first displayed. A fresh display can be triggered by +resetting the -querycommand option. The default is false. +.LP +.nf +Name: \fBfilter\fR +Class: \fBFilter\fR +Command-Line Switch: \fB-filter\fR +.fi +.IP +When true only the branch nodes and selected items are displayed. +This gives a compact view of important items. The default is false. +.LP +.nf +Name: \fBheight\fR +Class: \fBHeight\fR +Command-Line Switch: \fB-height\fR +.fi +.IP +Specifies the height of the hierarchy as an entire unit. +The value may be specified in any of the forms acceptable to +\fBTk_GetPixels\fR. Any additional space needed to display the other +components such as labels, margins, and scrollbars force the hierarchy +to be compressed. A value of zero along with the same value for +the width causes the value given for the visibleitems option +to be applied which administers geometry constraints in a different +manner. The default height is zero. +.LP +.nf +Name: \fBiconCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-iconcommand\fR +.fi +.IP +Specifies a command to be executed upon user selection via mouse button +one of any additional icons given in the values returned by the command +associated with the -querycommand option. If this command contains "%n", +it is replaced with the name of the node the icon belongs to. Should it +contain "%i" then the icon name is substituted. +.LP +.nf +Name: \fBiconDblCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-icondblcommand\fR +.fi +.IP +Specifies a command to be executed upon user double clicking via mouse button +one of the icon of an entry. If this command contains "%n", it is replaced +with the name of the node the icon belongs to. Should it contain "%i" then +the icon name is substituted. +.LP +.nf +Name: \fBimageCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-imagecommand\fR +.fi +.IP +Specifies a command to be executed upon user selecting an image of an entry. +If this command contains "%n", it is replaced with the name of the selected +node. Should it contain "%s" then a boolean indicator of the node's current +selection status is substituted. +.LP +.nf +Name: \fBimageDblCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-imagedblcommand\fR +.fi +.IP +Specifies a command to be executed upon user double clicking via mouse button +one of the image of an entry. If this command contains "%n", it is replaced +with the name of the node the icon belongs to. Should it contain "%i" then +the icon name is substituted. +.LP +.nf +Name: \fBimageMenuLoadCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-imagemenuloadcommand\fR +.fi +.IP +Specifies a command to be executed upon user selection via mouse button three, +on the image or icon, that will dynamically load the itemMenu for the widget. +.LP +.nf +Name: \fBmarkBackground\fR +Class: \fBForeground\fR +Command-Line Switch: \fB-markbackground\fR +.fi +.IP +Specifies the background color to use when displaying marked nodes. +.LP +.nf +Name: \fBmarkForeground\fR +Class: \fBBackground\fR +Command-Line Switch: \fB-markforeground\fR +.fi +.IP +Specifies the foreground color to use when displaying marked nodes. +.LP +.nf +Name: \fBmenuCursor\fR +Class: \fBCursor\fR +Command-Line Switch: \fB-menucursor\fR +.fi +.IP +Specifies the mouse cursor to be used for the item and background +menus. The value may have any of the forms accept able to Tk_GetCursor. +.LP +.nf +Name: \fBnodeIcon\fR +Class: \fBIcon\fR +Command-Line Switch: \fB-nodeicon\fR +.fi +.IP +Specifies the name of an existing node icon image to be used in the +hierarchy before those nodes that are leafs. Should one not be provided, +then a dog-eared page icon will be generated, pixmap if possible, bitmap +otherwise. +.LP +.nf +Name: \fBopenIcon\fR +Class: \fBIcon\fR +Command-Line Switch: \fB-openicon\fR +.fi +.IP +Specifies the name of an existing open icon image to be used in the +hierarchy before those nodes that are expanded. Should one not be provided, +then an open folder icon will be generated, pixmap if possible, bitmap +otherwise. +.LP +.nf +Name: \fBqueryCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-querycommand\fR +.fi +.IP +Specifies the command executed to query the contents of each node. If this +command contains "%n", it is replaced with the name of the desired +node. In its simpilest form it should return the children of the +given node as a list which will be depicted in the display. +Since the names of the children are used as tags in the underlying +text widget, each child must be unique in the hierarchy. Due to +the unique requirement, the nodes shall be reffered to as uids +or uid in the singular sense. The format of returned list is +.IP + {uid [uid ...]} +.IP + where uid is a unique id and primary key for the hierarchy entry +.IP +Should the unique requirement pose a problem, the list returned +can take on another more extended form which enables the +association of text to be displayed with the uids. The uid must +still be unique, but the text does not have to obey the unique +rule. In addition, the format also allows the specification of +additional tags to be used on the same entry in the hierarchy +as the uid and additional icons to be displayed just before +the node. The tags and icons are considered to be the property of +the user in that the hierarchy widget will not depend on any of +their values. The extended format is +.IP + {{uid [text [tags [icons]]]} {uid [text [tags [icons]]]} ...} +.IP + where uid is a unique id and primary key for the hierarchy entry + text is the text to be displayed for this uid + tags is a list of user tags to be applied to the entry + icons is a list of icons to be displayed in front of the text +.IP +The hierarchy widget does a look ahead from each node to determine +if the node has a children. This can be cost some performace with +large hierarchies. User's can avoid this by providing a hint in +the user tags. A tag of "leaf" or "branch" tells the hierarchy +widget the information it needs to know thereby avoiding the look +ahead operation. +.LP +.nf +Name: \fBhscrollMode\fR +Class: \fBScrollMode\fR +Command-Line Switch: \fB-hscrollmode\fR +.fi +.IP +Specifies the the display mode to be used for the horizontal +scrollbar: \fBstatic, dynamic,\fR or \fBnone\fR. In static mode, the +scroll bar is displayed at all times. Dynamic mode displays the +scroll bar as required, and none disables the scroll bar display. The +default is static. +.LP +.nf +Name: \fBsbWidth\fR +Class: \fBWidth\fR +Command-Line Switch: \fB-sbwidth\fR +.fi +.IP +Specifies the width of the scrollbar in any of the forms +acceptable to \fBTk_GetPixels\fR. +.LP +.nf +Name: \fBscrollMargin\fR +Class: \fBMargin\fR +Command-Line Switch: \fB-scrollmargin\fR +.fi +.IP +Specifies the distance between the text portion of the hierarchy and +the scrollbars in any of the forms acceptable to \fBTk_GetPixels\fR. The +default is 3 pixels. +.LP +.nf +Name: \fBselectCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-selectcommand\fR +.fi +.IP +Specifies a Tcl command to be evaluated when you select a node in the +hierarchy via left mouse click. If "%n" is included in the command, it is +substituted with the node name. Similarly, "%s" is substituted with the +node's current selection status: 1 for selected, 0 otherwise. +.LP +Name: \fBtextBackground\fR +Class: \fBBackground\fR +Command-Line Switch: \fB-textbackground\fR +.fi +.IP +Specifies the background color for the text portion of the hierarchy in +any of the forms acceptable to \fBTk_GetColor\fR. +.LP +.nf +Name: \fBtextFont\fR +Class: \fBFont\fR +Command-Line Switch: \fB-textfont\fR +.fi +.IP +Specifies the font to be used in the text portion of the hierarchy. +.LP +.nf +Name: \fBtextMenuLoadCommand\fR +Class: \fBCommand\fR +Command-Line Switch: \fB-textmenuloadcommand\fR +.fi +.IP +Specifies a command to be executed upon user selection via mouse button three, +that will dynamically load the itemMenu for the widget. +.LP +.nf +Name: \fBvisibleitems\fR +Class: \fBVisibleItems\fR +Command-Line Switch: \fB-visibleitems\fR +.fi +.IP +Specifies the widthxheight in characters and lines for the hierarchy. +This option is only administered if the width and height options +are both set to zero, otherwise they take precedence. The default value +is 80x24. With the visibleitems option engaged, geometry constraints +are maintained only on the text portion of the hierarchy. The size of +the other components such as +labels, margins, and scroll bars, are additive and independent, +effecting the overall size of the hierarchy. In contrast, +should the width and height options have non zero values, they +are applied to the hierarchy as a whole. The hierarchy +is compressed or expanded to maintain the geometry constraints. +.LP +.nf +Name: \fBvscrollMode\fR +Class: \fBScrollMode\fR +Command-Line Switch: \fB-vscrollmode\fR +.fi +.IP +Specifies the the display mode to be used for the vertical +scrollbar: \fBstatic, dynamic,\fR or \fBnone\fR. In static mode, the +scroll bar is displayed at all times. Dynamic mode displays the +scroll bar as required, and none disables the scroll bar display. The +default is static. +.LP +.nf +Name: \fBwidth\fR +Class: \fBWidth\fR +Command-Line Switch: \fB-width\fR +.fi +.IP +Specifies the width of the hierarchy as an entire unit. +The value may be specified in any of the forms acceptable to +\fBTk_GetPixels\fR. Any additional space needed to display the other +components such as labels, margins, and scrollbars force the text portion +of the hierarchy +to be compressed. A value of zero along with the same value for +the height causes the value given for the visibleitems option +to be applied which administers geometry constraints in a different +manner. The default width is zero. +.LP + + +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::hierarchy\fR command creates a hierarchical data view widget. +It allows the graphical management of a a list of nodes that can be +expanded or collapsed. Individual nodes can be highlighted. +Clicking with the right mouse button on any item brings up a +special item menu. Clicking on the background area brings up +a different popup menu. Options exist to provide user control over +the loading of the nodes and actions associated with node selection. +Since the hierarchy is based on the scrolledtext widget, it includes +options to control the method in which the scrollbars are displayed, +i.e. statically or dynamically. Options also exist for adding a +label to the hierarchy and controlling its position. + +.SH "METHODS" +.PP +The \fBiwidgets::hierarchy\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for hierarchy widgets: +.SH "ASSOCIATED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBbbox\fR \fBcompare\fR \fBdebug\fR \fBdelete\fR +\fBdlineinfo\fR \fBdump\fR \fBget\fR \fBindex\fR +\fBinsert\fR \fBscan\fR \fBsearch\fR \fBsee\fR +\fBtag\fR \fBwindow\fR \fBxview\fR \fByview\fR +.fi +.LP +See the "text" manual entry for details on the standard methods. + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::hierarchy\fR +command. +.TP +\fIpathName \fBclear\fR +Removes all items from the hierarchy display including all tags and icons. +The display will remain empty until the -filter or -querycommand +options are set. +.TP +\fIpathName \fBcollapse\fR \fIuid\fR +Collapses the hierarchy beneath the node with the specified unique id by +one level. Since this can take a moment for large hierarchies, the +cursor will be changed to a watch during the collapse. Also, if any +of the nodes beneath the node being collapsed are selected, their +status is changed to unselected. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::hierarchy\fR +command. +.TP +\fIpathName \fBcurrent\fR +Returns the tags for the node that was most recently selected by the +right mouse button when the item menu was posted. Usually used by the code +in the item menu to figure out what item is being manipulated. +.TP +\fIpathName \fBdraw\fR ?\fIwhen\fR? +Performs a complete redraw of the entire hierarchy. When may be either -now +or -eventually where the latter means the draw can be performed after idle. +.TP +\fIpathName \fBexpand\fR \fIuid\fR +Expands the hierarchy beneath the node with the specified unique id by +one level. Since this can take a moment for large hierarchies, the cursor +will be changed to a watch during the expansion. +.TP +\fIpathName \fBexpanded\fR \fIuid\fR +Returns the current state of expansion for the node with the specified unique +id. +.TP +\fIpathName \fBexpState\fR +Returns a list of all expanded nodes in the tree. +.TP +\fIpathName \fBmark\fR \fIoption ?arg arg ...?\fR +This command is used to manipulate marks which is quite similar to +selection, adding a secondary means of hilighting an item in the +hierarchy. The exact behavior of the command depends on the +\fIoption\fR argument that follows the \fBmark\fR argument. The +following forms of the command are currently supported: +.RS +.TP +\fIpathName \fBmark clear\fR +Clears all the currently marked nodes in the hierarchy. +.TP +\fIpathName \fBmark add \fIuid \fR?\fIuid uid ...\fR? +Marks the nodes with the specified uids in the hierarchy using the +\fB-markbackground\fR and \fB-markforeground\fR options and without +affecting the mark state of any other nodes that were already +marked. +.TP +\fIpathName \fBmark remove \fIuid \fR?\fIuid uid ...\fR? +Unmarks the nodes with the specified uids in the hierarchy without +affecting the mark state of any other nodes that were already +marked. +.TP +\fIpathName \fBmark get\fR +Returns a list of the unique ids that are currently marked. +.RE +.TP +\fIpathName \fBrefresh\fR \fIuid\fR +Performs a redraw of a specific node that has the given uid. If the node +is not currently visible or in other words already drawn on the text, +then no action is taken. +.TP +\fIpathName \fBprune\fR \fIuid\fR +Removes the node specified by the given uid from the hierarchy. Should +the node have children, then all of its children will be removed as well. +.TP +\fIpathName \fBselection\fR \fIoption \fR?\fIarg arg ...\fR? +This command is used to manipulate the selection of nodes in the +hierarchy. The exact behavior of the command depends on the +\fIoption\fR argument that follows the \fBselection\fR argument. The +following forms of the command are currently supported: +.RS +.TP +\fIpathName \fBselection clear\fR +Clears all the currently selected nodes in the hierarchy. +.TP +\fIpathName \fBselection add \fIuid \fR?\fIuid uid ...\fR? +Selects the nodes with the specified uids in the hierarchy using the +\fB-selectionbackground\fR and \fB-selectionforeground\fR options and without +affecting the selection state of any other nodes that were already +selected. +.TP +\fIpathName \fBselection remove \fIuid \fR?\fIuid uid ...\fR? +Deselects the nodes with the specified uids in the hierarchy without +affecting the selection state of any other nodes that were already +selected. +.TP +\fIpathName \fBselection get\fR +Returns a list of the unique ids that are currently selected. +.RE +A nodes selection status is also dependent on it being visible. If a +node is selected and its parent is then collapsed making the selected +node not visible, then its selection status is changed to unselected. +.TP +\fIpathName \fBtoggle\fR \fIuid\fR +Toggles the hierarchy beneath the node with the specified unique id. If +the hierarchy is currently expanded, then it is collapsed, and vice-versa. + +.SH "COMPONENTS" +.LP +.nf +Name: \fBlist\fR +Class: \fBText\fR +.fi +.IP +The list component is the text widget in which the hierarchy is displayed. +See the "text" widget manual entry for details on the text component item. +.LP +.nf +Name: \fBbgMenu\fR +Class: \fBMenu\fR +.fi +.IP +The bgMenu component is the popup menu which is displayed upon pressing +the right mouse button in the background, i.e. not over a specific node. Menu +items can be added along with their commands via the component command. +See the "menu" widget manual entry for details on the bgMenu component item. +.LP +.nf +Name: \fBhorizsb\fR +Class: \fBScrollbar\fR +.fi +.IP +The horizsb component is the horizontal scroll bar. See the "scrollbar" +widget manual entry for details on the horizsb component item. +.LP +.nf +Name: \fBitemMenu\fR +Class: \fBMenu\fR +.fi +.IP +The itemMenu component is the popup menu which is displayed upon selection +of a hierarchy node with the right mouse button. Menu items can be +added along with their commands via the component command. See the "menu" +widget manual entry for details on the itemMenu component item. +.LP +.nf +Name: \fBvertsb\fR +Class: \fBScrollbar\fR +.fi +.IP +The vertsb component is the vertical scroll bar. See the "scrollbar" widget +manual entry for details on the vertsb component item. +.fi + +.SH EXAMPLE +.DS +package require Iwidgets 4.0 +proc get_files {file} { + global env + + if {$file == ""} { + set dir $env(HOME) + } else { + set dir $file + } + + if {[catch {cd $dir}] != 0} { + return "" + } + + set rlist "" + + foreach file [lsort [glob -nocomplain *]] { + lappend rlist [list [file join $dir $file] $file] + } + + return $rlist +} + +iwidgets::hierarchy .h -querycommand "get_files %n" -visibleitems 30x15 \ + -labeltext $env(HOME) +pack .h -side left -expand yes -fill both +.DE +.SH AUTHOR +Mark L. Ulferts +.DE +Michael J. McLennan +.SH KEYWORDS +hierarchy, text, widget diff --git a/itcl/iwidgets/doc/hyperhelp.n b/itcl/iwidgets/doc/hyperhelp.n new file mode 100644 index 0000000000..1f668a2b3c --- /dev/null +++ b/itcl/iwidgets/doc/hyperhelp.n @@ -0,0 +1,196 @@ +'\" +'\" Copyright (c) 1996 DSC Technologies Corporation +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" @(#) Hyperhelp.n +'\" +.so man.macros +.HS iwidgets::hyperhelp iwid +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +iwidgets::hyperhelp \- Create and manipulate a hyperhelp widget +.SH SYNOPSIS +\fBiwidgets::hyperhelp\fI \fIpathName \fR?\fIoptions\fR? +.SH "INHERITANCE" +itk::Toplevel <- iwidgets::Shell <- iwidgets::Hyperhelp +.SH "STANDARD OPTIONS" +.LP +.nf +.ta 5c 10c +\fBactiveBackground\fR \fBbackground\fR \fBborderWidth\fR +\fBclosecmd\fR \fBcursor\fR \fBexportSelection\fR +\fBforeground\fR \fBhighlightColor\fR \fBhighlightThickness\fR +\fBinsertBackground\fR \fBinsertBorderWidth \fBinsertOffTime\fR +\fBinsertOnTime\fR \fBinsertWidth\fR \fBpadX\fR +\fBpadY\fR \fBrelief\fR \fBrepeatDelay\fR +\fBrepeatInterval\fR \fBselectBackground\fR \fBselectBorderWidth\fR +\fBselectForeground\fR \fBsetGrid\fR +.fi +.LP +See the "options" manual entry for details on the standard options. +.SH "ASSOCIATED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBhscrollmode\fR \fBvscrollmode\fR \fBtextbackground\fR \fBfontname\fR +\fBfontsize\fR \fBfixedfont\fR \fBlink\fR \fBlinkhighlight\fR +\fBwidth\fR \fBheight\fR \fBstate\fR \fBwrap\fR +\fBunknownimage\fR +.fi +.LP +See the "scrolledhtml" widget manual entry for details on the above +associated options. +.SH "INHERITED OPTIONS" +.LP +.nf +.ta 4c 8c 12c +\fBmodality\fR \fBtitle\fR +.fi +.LP +See the "shell" manual entry for details on the above inherited options. +.SH "WIDGET-SPECIFIC OPTIONS" +.LP +.nf +Name: \fBtopics\fR +Class: \fBTopics\fR +Command-Line Switch: \fB-topics\fR +.fi +.IP +Specifies a list of help topics in the form {?\fItopic\fR? ... }. \fITopic\fR +may either be a topic name, in which case the +document associated with the topic should be in the file +\fBhelpdir\fR/\fItopic\fR.html, or it may be of the form +{\fIname\fR \fIfile\fR}. In the latter case, \fIname\fR is displayed in the +topic menu, and selecting the name loads \fIfile\fR. If file has a relative +path, it is assumed to be relative to helpdir. +.LP +.nf +Name: \fBhelpdir\fR +Class: \fBDirectory\fR +Command-Line Switch: \fB-helpdir\fR +.fi +.IP +Specifies the directory where help files are located. +.LP +.nf +Name: \fBcloseCmd\fR +Class: \fBCloseCmd\fR +Command-Line Switch: \fB-closecmd\fR +.fi +.IP +Specifies the tcl command to be executed when the close option is selected +from the topics menu. +.LP +.nf +Name: \fBmaxHistory\fR +Class: \fBMaxHistory\fR +Command-Line Switch: \fB-maxhistory\fR +.fi +.IP +Specifies the maximum number of entries stored in the history list +.LP +.nf +Name: \fBbeforelink\fR +Class: \fBBeforeLink\fR +Command-Line Switch: \fB-beforelink\fR +.fi +.IP +Specifies a command to be eval'ed before a new link is displayed. The path +of the link to be displayed is appended before evaling the command. A suggested +use might be to busy the widget while a new page is being displayed. +.LP +.nf +Name: \fBafterlink\fR +Class: \fBAfterLink\fR +Command-Line Switch: \fB-afterlink\fR +.fi +.IP +Specifies a command to be eval'ed after a new link is completely displayed. +The path of the link that was displayed is appended before evaling the command. +.LP +.BE + +.SH DESCRIPTION +.PP +The \fBiwidgets::hyperhelp\fR command creates a shell window with a pulldown menu +showing a list of topics. The topics are displayed by importing a HTML +formatted file named \fBhelpdir\fR/\fItopic\fR.html. For a list of +supported HTML tags, see \fBscrolledhtml(n)\fR. + +.SH "METHODS" +.PP +The \fBiwidgets::hyperhelp\fR command creates a new Tcl command whose +name is \fIpathName\fR. This +command may be used to invoke various +operations on the widget. It has the following general form: +.DS C +\fIpathName option \fR?\fIarg arg ...\fR? +.DE +\fIOption\fR and the \fIarg\fRs +determine the exact behavior of the command. The following +commands are possible for dialog widgets: +.SH "INHERITED METHODS" +.LP +.nf +.ta 4c 8c 12c +\fBactivate\fR \fBcenter\fR \fBchildsite\fR \fBdeactivate\fR +.fi +.LP +See the "shell" manual entry for details on the above inherited methods. + +.SH "WIDGET-SPECIFIC METHODS" +.TP +\fIpathName \fBcget\fR \fIoption\fR +Returns the current value of the configuration option given +by \fIoption\fR. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::hyperhelp\fR +command. +.TP +\fIpathName\fR \fBconfigure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +Query or modify the configuration options of the widget. +If no \fIoption\fR is specified, returns a list describing all of +the available options for \fIpathName\fR (see \fBTk_ConfigureInfo\fR for +information on the format of this list). If \fIoption\fR is specified +with no \fIvalue\fR, then the command returns a list describing the +one named option (this list will be identical to the corresponding +sublist of the value returned if no \fIoption\fR is specified). If +one or more \fIoption\-value\fR pairs are specified, then the command +modifies the given widget option(s) to have the given value(s); in +this case the command returns an empty string. +\fIOption\fR may have any of the values accepted by the \fBiwidgets::hyperhelp\fR +command. +.TP +\fIpathName\fR \fBshowtopic\fR \fItopic\fR +Display html file \fBhelpdir\fR/\fItopic\fR.html. \fITopic\fR may +optionally be of the form \fItopicname\fR#\fIanchorname\fR. In +this form, either \fItopicname\fR or \fIanchorname\fR or both may be empty. If +\fItopicname\fR is empty, the current topic is assumed. If \fIanchorname\fR +is empty, the top of the document is assumed +.TP +\fIpathName\fR \fBfollowlink\fR \fIhref\fR +Display html file \fIhref\fR. \fIHref\fR may +be optionally be of the form \fIfilename\fR#\fIanchorname\fR. In +this form, either \fIfilename\fR or \fIanchorname\fR or both may be empty. If +\fIfilename\fR is empty, the current document is assumed. If \fIanchorname\fR +is empty, the top of the document is assumed. +.TP +\fIpathName\fR \fBforward\fR +Display html file one forward in history list, if applicable. +.TP +\fIpathName\fR \fBback\fR +Display html file one back in history list, if applicable. + +.SH EXAMPLE +.DS + package require Iwidgets 4.0 + iwidgets::hyperhelp .h -topics { Intro Help } -helpdir ~/help + .h showtopic Intro + +.DE +.SH AUTHOR +Kris Raney +.SH KEYWORDS +hyperhelp, html, help, shell, widget diff --git a/itcl/iwidgets/doc/iwidgets.ps b/itcl/iwidgets/doc/iwidgets.ps new file mode 100644 index 0000000000..4880e2e035 --- /dev/null +++ b/itcl/iwidgets/doc/iwidgets.ps @@ -0,0 +1,13149 @@ +%!PS-Adobe-3.0 +%%BoundingBox: (atend) +%%Pages: (atend) +%%PageOrder: (atend) +%%DocumentFonts: (atend) +%%Creator: Frame 4.0 +%%DocumentData: Clean7Bit +%%EndComments +%%BeginProlog +% +% Frame ps_prolog 4.0, for use with Frame 4.0 products +% This ps_prolog file is Copyright (c) 1986-1993 Frame Technology +% Corporation. All rights reserved. This ps_prolog file may be +% freely copied and distributed in conjunction with documents created +% using FrameMaker, FrameBuilder and FrameViewer as long as this +% copyright notice is preserved. +% +% Frame products normally print colors as their true color on a color printer +% or as shades of gray, based on luminance, on a black-and white printer. The +% following flag, if set to True, forces all non-white colors to print as pure +% black. This has no effect on bitmap images. +/FMPrintAllColorsAsBlack true def +% +% Frame products can either set their own line screens or use a printer's +% default settings. Three flags below control this separately for no +% separations, spot separations and process separations. If a flag +% is true, then the default printer settings will not be changed. If it is +% false, Frame products will use their own settings from a table based on +% the printer's resolution. +/FMUseDefaultNoSeparationScreen true def +/FMUseDefaultSpotSeparationScreen true def +/FMUseDefaultProcessSeparationScreen false def +% +% For any given PostScript printer resolution, Frame products have two sets of +% screen angles and frequencies for printing process separations, which are +% recomended by Adobe. The following variable chooses the higher frequencies +% when set to true or the lower frequencies when set to false. This is only +% effective if the appropriate FMUseDefault...SeparationScreen flag is false. +/FMUseHighFrequencyScreens true def +% +% PostScript Level 2 printers contain an "Accurate Screens" feature which can +% improve process separation rendering at the expense of compute time. This +% flag is ignored by PostScript Level 1 printers. +/FMUseAcccurateScreens true def +% +% The following PostScript procedure defines the spot function that Frame +% products will use for process separations. You may un-comment-out one of +% the alternative functions below, or use your own. +% +% Dot function +/FMSpotFunction {abs exch abs 2 copy add 1 gt + {1 sub dup mul exch 1 sub dup mul add 1 sub } + {dup mul exch dup mul add 1 exch sub }ifelse } def +% +% Line function +% /FMSpotFunction { pop } def +% +% Elipse function +% /FMSpotFunction { dup 5 mul 8 div mul exch dup mul exch add +% sqrt 1 exch sub } def +% +% +/FMversion (4.0) def +/FMLevel1 /languagelevel where {pop languagelevel} {1} ifelse 2 lt def +/FMPColor + FMLevel1 { + false + /colorimage where {pop pop true} if + } { + true + } ifelse +def +/FrameDict 400 dict def +systemdict /errordict known not {/errordict 10 dict def + errordict /rangecheck {stop} put} if +% The readline in PS 23.0 doesn't recognize cr's as nl's on AppleTalk +FrameDict /tmprangecheck errordict /rangecheck get put +errordict /rangecheck {FrameDict /bug true put} put +FrameDict /bug false put +mark +% Some PS machines read past the CR, so keep the following 3 lines together! +currentfile 5 string readline +00 +0000000000 +cleartomark +errordict /rangecheck FrameDict /tmprangecheck get put +FrameDict /bug get { + /readline { + /gstring exch def + /gfile exch def + /gindex 0 def + { + gfile read pop + dup 10 eq {exit} if + dup 13 eq {exit} if + gstring exch gindex exch put + /gindex gindex 1 add def + } loop + pop + gstring 0 gindex getinterval true + } bind def + } if +/FMshowpage /showpage load def +/FMquit /quit load def +/FMFAILURE { + dup = flush + FMshowpage + /Helvetica findfont 12 scalefont setfont + 72 200 moveto + show FMshowpage + FMquit + } def +/FMVERSION { + FMversion ne { + (Frame product version does not match ps_prolog!) FMFAILURE + } if + } def +/FMBADEPSF { + (PostScript Lang. Ref. Man., 2nd Ed., H.2.4 says EPS must not call X ) + dup dup (X) search pop exch pop exch pop length + 4 -1 roll + putinterval + FMFAILURE + } def +/FMLOCAL { + FrameDict begin + 0 def + end + } def +/concatprocs + { + /proc2 exch cvlit def/proc1 exch cvlit def/newproc proc1 length proc2 length add array def + newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx +}def +FrameDict begin +/FMnone 0 def +/FMcyan 1 def +/FMmagenta 2 def +/FMyellow 3 def +/FMblack 4 def +/FMcustom 5 def +/FrameNegative false def +/FrameSepIs FMnone def +/FrameSepBlack 0 def +/FrameSepYellow 0 def +/FrameSepMagenta 0 def +/FrameSepCyan 0 def +/FrameSepRed 1 def +/FrameSepGreen 1 def +/FrameSepBlue 1 def +/FrameCurGray 1 def +/FrameCurPat null def +/FrameCurColors [ 0 0 0 1 0 0 0 ] def +/FrameColorEpsilon .001 def +/eqepsilon { + sub dup 0 lt {neg} if + FrameColorEpsilon le +} bind def +/FrameCmpColorsCMYK { + 2 copy 0 get exch 0 get eqepsilon { + 2 copy 1 get exch 1 get eqepsilon { + 2 copy 2 get exch 2 get eqepsilon { + 3 get exch 3 get eqepsilon + } {pop pop false} ifelse + }{pop pop false} ifelse + } {pop pop false} ifelse +} bind def +/FrameCmpColorsRGB { + 2 copy 4 get exch 0 get eqepsilon { + 2 copy 5 get exch 1 get eqepsilon { + 6 get exch 2 get eqepsilon + }{pop pop false} ifelse + } {pop pop false} ifelse +} bind def +/RGBtoCMYK { + 1 exch sub + 3 1 roll + 1 exch sub + 3 1 roll + 1 exch sub + 3 1 roll + 3 copy + 2 copy + le { pop } { exch pop } ifelse + 2 copy + le { pop } { exch pop } ifelse + dup dup dup + 6 1 roll + 4 1 roll + 7 1 roll + sub + 6 1 roll + sub + 5 1 roll + sub + 4 1 roll +} bind def +/CMYKtoRGB { + dup dup 4 -1 roll add + 5 1 roll 3 -1 roll add + 4 1 roll add + 1 exch sub dup 0 lt {pop 0} if 3 1 roll + 1 exch sub dup 0 lt {pop 0} if exch + 1 exch sub dup 0 lt {pop 0} if exch +} bind def +/FrameSepInit { + 1.0 RealSetgray +} bind def +/FrameSetSepColor { + /FrameSepBlue exch def + /FrameSepGreen exch def + /FrameSepRed exch def + /FrameSepBlack exch def + /FrameSepYellow exch def + /FrameSepMagenta exch def + /FrameSepCyan exch def + /FrameSepIs FMcustom def + setCurrentScreen +} bind def +/FrameSetCyan { + /FrameSepBlue 1.0 def + /FrameSepGreen 1.0 def + /FrameSepRed 0.0 def + /FrameSepBlack 0.0 def + /FrameSepYellow 0.0 def + /FrameSepMagenta 0.0 def + /FrameSepCyan 1.0 def + /FrameSepIs FMcyan def + setCurrentScreen +} bind def + +/FrameSetMagenta { + /FrameSepBlue 1.0 def + /FrameSepGreen 0.0 def + /FrameSepRed 1.0 def + /FrameSepBlack 0.0 def + /FrameSepYellow 0.0 def + /FrameSepMagenta 1.0 def + /FrameSepCyan 0.0 def + /FrameSepIs FMmagenta def + setCurrentScreen +} bind def + +/FrameSetYellow { + /FrameSepBlue 0.0 def + /FrameSepGreen 1.0 def + /FrameSepRed 1.0 def + /FrameSepBlack 0.0 def + /FrameSepYellow 1.0 def + /FrameSepMagenta 0.0 def + /FrameSepCyan 0.0 def + /FrameSepIs FMyellow def + setCurrentScreen +} bind def + +/FrameSetBlack { + /FrameSepBlue 0.0 def + /FrameSepGreen 0.0 def + /FrameSepRed 0.0 def + /FrameSepBlack 1.0 def + /FrameSepYellow 0.0 def + /FrameSepMagenta 0.0 def + /FrameSepCyan 0.0 def + /FrameSepIs FMblack def + setCurrentScreen +} bind def + +/FrameNoSep { + /FrameSepIs FMnone def + setCurrentScreen +} bind def +/FrameSetSepColors { + FrameDict begin + [ exch 1 add 1 roll ] + /FrameSepColors + exch def end + } bind def +/FrameColorInSepListCMYK { + FrameSepColors { + exch dup 3 -1 roll + FrameCmpColorsCMYK + { pop true exit } if + } forall + dup true ne {pop false} if + } bind def +/FrameColorInSepListRGB { + FrameSepColors { + exch dup 3 -1 roll + FrameCmpColorsRGB + { pop true exit } if + } forall + dup true ne {pop false} if + } bind def +/RealSetgray /setgray load def +/RealSetrgbcolor /setrgbcolor load def +/RealSethsbcolor /sethsbcolor load def +end +/setgray { + FrameDict begin + FrameSepIs FMnone eq + { RealSetgray } + { + FrameSepIs FMblack eq + { RealSetgray } + { FrameSepIs FMcustom eq + FrameSepRed 0 eq and + FrameSepGreen 0 eq and + FrameSepBlue 0 eq and { + RealSetgray + } { + 1 RealSetgray pop + } ifelse + } ifelse + } ifelse + end +} bind def +/setrgbcolor { + FrameDict begin + FrameSepIs FMnone eq + { RealSetrgbcolor } + { + 3 copy [ 4 1 roll ] + FrameColorInSepListRGB + { + FrameSepBlue eq exch + FrameSepGreen eq and exch + FrameSepRed eq and + { 0 } { 1 } ifelse + } + { + FMPColor { + RealSetrgbcolor + currentcmykcolor + } { + RGBtoCMYK + } ifelse + FrameSepIs FMblack eq + {1.0 exch sub 4 1 roll pop pop pop} { + FrameSepIs FMyellow eq + {pop 1.0 exch sub 3 1 roll pop pop} { + FrameSepIs FMmagenta eq + {pop pop 1.0 exch sub exch pop } { + FrameSepIs FMcyan eq + {pop pop pop 1.0 exch sub } + {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse + } ifelse + RealSetgray + } + ifelse + end +} bind def +/sethsbcolor { + FrameDict begin + FrameSepIs FMnone eq + { RealSethsbcolor } + { + RealSethsbcolor + currentrgbcolor + setrgbcolor + } + ifelse + end +} bind def +FrameDict begin +/setcmykcolor where { + pop /RealSetcmykcolor /setcmykcolor load def +} { + /RealSetcmykcolor { + 4 1 roll + 3 { 3 index add 0 max 1 min 1 exch sub 3 1 roll} repeat + setrgbcolor pop + } bind def +} ifelse +userdict /setcmykcolor { + FrameDict begin + FrameSepIs FMnone eq + { RealSetcmykcolor } + { + 4 copy [ 5 1 roll ] + FrameColorInSepListCMYK + { + FrameSepBlack eq exch + FrameSepYellow eq and exch + FrameSepMagenta eq and exch + FrameSepCyan eq and + { 0 } { 1 } ifelse + } + { + FrameSepIs FMblack eq + {1.0 exch sub 4 1 roll pop pop pop} { + FrameSepIs FMyellow eq + {pop 1.0 exch sub 3 1 roll pop pop} { + FrameSepIs FMmagenta eq + {pop pop 1.0 exch sub exch pop } { + FrameSepIs FMcyan eq + {pop pop pop 1.0 exch sub } + {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse + } ifelse + RealSetgray + } + ifelse + end + } bind put +FMLevel1 not { + + /patProcDict 5 dict dup begin + <0f1e3c78f0e1c387> { 3 setlinewidth -1 -1 moveto 9 9 lineto stroke + 4 -4 moveto 12 4 lineto stroke + -4 4 moveto 4 12 lineto stroke} bind def + <0f87c3e1f0783c1e> { 3 setlinewidth -1 9 moveto 9 -1 lineto stroke + -4 4 moveto 4 -4 lineto stroke + 4 12 moveto 12 4 lineto stroke} bind def + <8142241818244281> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke + -1 -1 moveto 9 9 lineto stroke } bind def + <03060c183060c081> { 1 setlinewidth -1 -1 moveto 9 9 lineto stroke + 4 -4 moveto 12 4 lineto stroke + -4 4 moveto 4 12 lineto stroke} bind def + <8040201008040201> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke + -4 4 moveto 4 -4 lineto stroke + 4 12 moveto 12 4 lineto stroke} bind def + end def + /patDict 15 dict dup begin + /PatternType 1 def + /PaintType 2 def + /TilingType 3 def + /BBox [ 0 0 8 8 ] def + /XStep 8 def + /YStep 8 def + /PaintProc { + begin + patProcDict bstring known { + patProcDict bstring get exec + } { + 8 8 true [1 0 0 -1 0 8] bstring imagemask + } ifelse + end + } bind def + end def +} if +/combineColor { + FrameSepIs FMnone eq + { + graymode FMLevel1 or not { + + [/Pattern [/DeviceCMYK]] setcolorspace + FrameCurColors 0 4 getinterval aload pop FrameCurPat setcolor + } { + FrameCurColors 3 get 1.0 ge { + FrameCurGray RealSetgray + } { + FMPColor graymode and { + 0 1 3 { + FrameCurColors exch get + 1 FrameCurGray sub mul + } for + RealSetcmykcolor + } { + 4 1 6 { + FrameCurColors exch get + graymode { + 1 exch sub 1 FrameCurGray sub mul 1 exch sub + } { + 1.0 lt {FrameCurGray} {1} ifelse + } ifelse + } for + RealSetrgbcolor + } ifelse + } ifelse + } ifelse + } { + FrameCurColors 0 4 getinterval aload + FrameColorInSepListCMYK { + FrameSepBlack eq exch + FrameSepYellow eq and exch + FrameSepMagenta eq and exch + FrameSepCyan eq and + FrameSepIs FMcustom eq and + { FrameCurGray } { 1 } ifelse + } { + FrameSepIs FMblack eq + {FrameCurGray 1.0 exch sub mul 1.0 exch sub 4 1 roll pop pop pop} { + FrameSepIs FMyellow eq + {pop FrameCurGray 1.0 exch sub mul 1.0 exch sub 3 1 roll pop pop} { + FrameSepIs FMmagenta eq + {pop pop FrameCurGray 1.0 exch sub mul 1.0 exch sub exch pop } { + FrameSepIs FMcyan eq + {pop pop pop FrameCurGray 1.0 exch sub mul 1.0 exch sub } + {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse + } ifelse + graymode FMLevel1 or not { + + [/Pattern [/DeviceGray]] setcolorspace + FrameCurPat setcolor + } { + graymode not FMLevel1 and { + + dup 1 lt {pop FrameCurGray} if + } if + RealSetgray + } ifelse + } ifelse +} bind def +/savematrix { + orgmatrix currentmatrix pop + } bind def +/restorematrix { + orgmatrix setmatrix + } bind def +/dmatrix matrix def +/dpi 72 0 dmatrix defaultmatrix dtransform + dup mul exch dup mul add sqrt def + +/freq dpi dup 72 div round dup 0 eq {pop 1} if 8 mul div def +/sangle 1 0 dmatrix defaultmatrix dtransform exch atan def +/dpiranges [ 2540 2400 1693 1270 1200 635 600 0 ] def +/CMLowFreqs [ 100.402 94.8683 89.2289 100.402 94.8683 66.9349 63.2456 47.4342 ] def +/YLowFreqs [ 95.25 90.0 84.65 95.25 90.0 70.5556 66.6667 50.0 ] def +/KLowFreqs [ 89.8026 84.8528 79.8088 89.8026 84.8528 74.8355 70.7107 53.033 ] def +/CLowAngles [ 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 ] def +/MLowAngles [ 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 ] def +/YLowTDot [ true true false true true false false false ] def +/CMHighFreqs [ 133.87 126.491 133.843 108.503 102.523 100.402 94.8683 63.2456 ] def +/YHighFreqs [ 127.0 120.0 126.975 115.455 109.091 95.25 90.0 60.0 ] def +/KHighFreqs [ 119.737 113.137 119.713 128.289 121.218 89.8026 84.8528 63.6395 ] def +/CHighAngles [ 71.5651 71.5651 71.5651 70.0169 70.0169 71.5651 71.5651 71.5651 ] def +/MHighAngles [ 18.4349 18.4349 18.4349 19.9831 19.9831 18.4349 18.4349 18.4349 ] def +/YHighTDot [ false false true false false true true false ] def +/PatFreq [ 10.5833 10.0 9.4055 10.5833 10.0 10.5833 10.0 9.375 ] def +/screenIndex { + 0 1 dpiranges length 1 sub { dup dpiranges exch get 1 sub dpi le {exit} {pop} ifelse } for +} bind def +/getCyanScreen { + FMUseHighFrequencyScreens { CHighAngles CMHighFreqs} {CLowAngles CMLowFreqs} ifelse + screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load +} bind def +/getMagentaScreen { + FMUseHighFrequencyScreens { MHighAngles CMHighFreqs } {MLowAngles CMLowFreqs} ifelse + screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load +} bind def +/getYellowScreen { + FMUseHighFrequencyScreens { YHighTDot YHighFreqs} { YLowTDot YLowFreqs } ifelse + screenIndex dup 3 1 roll get 3 1 roll get { 3 div + {2 { 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch} repeat + FMSpotFunction } } {/FMSpotFunction load } ifelse + 0.0 exch +} bind def +/getBlackScreen { + FMUseHighFrequencyScreens { KHighFreqs } { KLowFreqs } ifelse + screenIndex get 45.0 /FMSpotFunction load +} bind def +/getSpotScreen { + getBlackScreen +} bind def +/getCompositeScreen { + getBlackScreen +} bind def +/FMSetScreen + FMLevel1 { /setscreen load + }{ { + 8 dict begin + /HalftoneType 1 def + /SpotFunction exch def + /Angle exch def + /Frequency exch def + /AccurateScreens FMUseAcccurateScreens def + currentdict end sethalftone + } bind } ifelse +def +/setDefaultScreen { + FMPColor { + orgrxfer cvx orggxfer cvx orgbxfer cvx orgxfer cvx setcolortransfer + } + { + orgxfer cvx settransfer + } ifelse + orgfreq organgle orgproc cvx setscreen +} bind def +/setCurrentScreen { + FrameSepIs FMnone eq { + FMUseDefaultNoSeparationScreen { + setDefaultScreen + } { + getCompositeScreen FMSetScreen + } ifelse + } { + FrameSepIs FMcustom eq { + FMUseDefaultSpotSeparationScreen { + setDefaultScreen + } { + getSpotScreen FMSetScreen + } ifelse + } { + FMUseDefaultProcessSeparationScreen { + setDefaultScreen + } { + FrameSepIs FMcyan eq { + getCyanScreen FMSetScreen + } { + FrameSepIs FMmagenta eq { + getMagentaScreen FMSetScreen + } { + FrameSepIs FMyellow eq { + getYellowScreen FMSetScreen + } { + getBlackScreen FMSetScreen + } ifelse + } ifelse + } ifelse + } ifelse + } ifelse + } ifelse +} bind def +end + /gstring FMLOCAL + /gfile FMLOCAL + /gindex FMLOCAL + /orgrxfer FMLOCAL + /orggxfer FMLOCAL + /orgbxfer FMLOCAL + /orgxfer FMLOCAL + /orgproc FMLOCAL + /orgrproc FMLOCAL + /orggproc FMLOCAL + /orgbproc FMLOCAL + /organgle FMLOCAL + /orgrangle FMLOCAL + /orggangle FMLOCAL + /orgbangle FMLOCAL + /orgfreq FMLOCAL + /orgrfreq FMLOCAL + /orggfreq FMLOCAL + /orgbfreq FMLOCAL + /yscale FMLOCAL + /xscale FMLOCAL + /edown FMLOCAL + /manualfeed FMLOCAL + /paperheight FMLOCAL + /paperwidth FMLOCAL +/FMDOCUMENT { + array /FMfonts exch def + /#copies exch def + FrameDict begin + 0 ne /manualfeed exch def + /paperheight exch def + /paperwidth exch def + 0 ne /FrameNegative exch def + 0 ne /edown exch def + /yscale exch def + /xscale exch def + FMLevel1 { + manualfeed {setmanualfeed} if + /FMdicttop countdictstack 1 add def + /FMoptop count def + setpapername + manualfeed {true} {papersize} ifelse + {manualpapersize} {false} ifelse + {desperatepapersize} {false} ifelse + { (Can't select requested paper size for Frame print job!) FMFAILURE } if + count -1 FMoptop {pop pop} for + countdictstack -1 FMdicttop {pop end} for + } + {{1 dict dup /PageSize [paperwidth paperheight]put setpagedevice}stopped + { (Can't select requested paper size for Frame print job!) FMFAILURE } if + {1 dict dup /ManualFeed manualfeed put setpagedevice } stopped pop } + ifelse + + FMPColor { + currentcolorscreen + cvlit /orgproc exch def + /organgle exch def + /orgfreq exch def + cvlit /orgbproc exch def + /orgbangle exch def + /orgbfreq exch def + cvlit /orggproc exch def + /orggangle exch def + /orggfreq exch def + cvlit /orgrproc exch def + /orgrangle exch def + /orgrfreq exch def + currentcolortransfer + FrameNegative { + 1 1 4 { + pop { 1 exch sub } concatprocs 4 1 roll + } for + 4 copy + setcolortransfer + } if + cvlit /orgxfer exch def + cvlit /orgbxfer exch def + cvlit /orggxfer exch def + cvlit /orgrxfer exch def + } { + currentscreen + cvlit /orgproc exch def + /organgle exch def + /orgfreq exch def + + currenttransfer + FrameNegative { + { 1 exch sub } concatprocs + dup settransfer + } if + cvlit /orgxfer exch def + } ifelse + end +} def +/pagesave FMLOCAL +/orgmatrix FMLOCAL +/landscape FMLOCAL +/pwid FMLOCAL +/FMBEGINPAGE { + FrameDict begin + /pagesave save def + 3.86 setmiterlimit + /landscape exch 0 ne def + landscape { + 90 rotate 0 exch dup /pwid exch def neg translate pop + }{ + pop /pwid exch def + } ifelse + edown { [-1 0 0 1 pwid 0] concat } if + 0 0 moveto paperwidth 0 lineto paperwidth paperheight lineto + 0 paperheight lineto 0 0 lineto 1 setgray fill + xscale yscale scale + /orgmatrix matrix def + gsave +} def +/FMENDPAGE { + grestore + pagesave restore + end + showpage + } def +/FMFONTDEFINE { + FrameDict begin + findfont + ReEncode + 1 index exch + definefont + FMfonts 3 1 roll + put + end + } def +/FMFILLS { + FrameDict begin dup + array /fillvals exch def + dict /patCache exch def + end + } def +/FMFILL { + FrameDict begin + fillvals 3 1 roll put + end + } def +/FMNORMALIZEGRAPHICS { + newpath + 0.0 0.0 moveto + 1 setlinewidth + 0 setlinecap + 0 0 0 sethsbcolor + 0 setgray + } bind def + /fx FMLOCAL + /fy FMLOCAL + /fh FMLOCAL + /fw FMLOCAL + /llx FMLOCAL + /lly FMLOCAL + /urx FMLOCAL + /ury FMLOCAL +/FMBEGINEPSF { + end + /FMEPSF save def + /showpage {} def +% See Adobe's "PostScript Language Reference Manual, 2nd Edition", page 714. +% "...the following operators MUST NOT be used in an EPS file:" (emphasis ours) + /banddevice {(banddevice) FMBADEPSF} def + /clear {(clear) FMBADEPSF} def + /cleardictstack {(cleardictstack) FMBADEPSF} def + /copypage {(copypage) FMBADEPSF} def + /erasepage {(erasepage) FMBADEPSF} def + /exitserver {(exitserver) FMBADEPSF} def + /framedevice {(framedevice) FMBADEPSF} def + /grestoreall {(grestoreall) FMBADEPSF} def + /initclip {(initclip) FMBADEPSF} def + /initgraphics {(initgraphics) FMBADEPSF} def + /initmatrix {(initmatrix) FMBADEPSF} def + /quit {(quit) FMBADEPSF} def + /renderbands {(renderbands) FMBADEPSF} def + /setglobal {(setglobal) FMBADEPSF} def + /setpagedevice {(setpagedevice) FMBADEPSF} def + /setshared {(setshared) FMBADEPSF} def + /startjob {(startjob) FMBADEPSF} def + /lettertray {(lettertray) FMBADEPSF} def + /letter {(letter) FMBADEPSF} def + /lettersmall {(lettersmall) FMBADEPSF} def + /11x17tray {(11x17tray) FMBADEPSF} def + /11x17 {(11x17) FMBADEPSF} def + /ledgertray {(ledgertray) FMBADEPSF} def + /ledger {(ledger) FMBADEPSF} def + /legaltray {(legaltray) FMBADEPSF} def + /legal {(legal) FMBADEPSF} def + /statementtray {(statementtray) FMBADEPSF} def + /statement {(statement) FMBADEPSF} def + /executivetray {(executivetray) FMBADEPSF} def + /executive {(executive) FMBADEPSF} def + /a3tray {(a3tray) FMBADEPSF} def + /a3 {(a3) FMBADEPSF} def + /a4tray {(a4tray) FMBADEPSF} def + /a4 {(a4) FMBADEPSF} def + /a4small {(a4small) FMBADEPSF} def + /b4tray {(b4tray) FMBADEPSF} def + /b4 {(b4) FMBADEPSF} def + /b5tray {(b5tray) FMBADEPSF} def + /b5 {(b5) FMBADEPSF} def + FMNORMALIZEGRAPHICS + [/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall + fx fw 2 div add fy fh 2 div add translate + rotate + fw 2 div neg fh 2 div neg translate + fw urx llx sub div fh ury lly sub div scale + llx neg lly neg translate + /FMdicttop countdictstack 1 add def + /FMoptop count def + } bind def +/FMENDEPSF { + count -1 FMoptop {pop pop} for + countdictstack -1 FMdicttop {pop end} for + FMEPSF restore + FrameDict begin + } bind def +FrameDict begin +/setmanualfeed { +%%BeginFeature *ManualFeed True + statusdict /manualfeed true put +%%EndFeature + } bind def +/max {2 copy lt {exch} if pop} bind def +/min {2 copy gt {exch} if pop} bind def +/inch {72 mul} def +/pagedimen { + paperheight sub abs 16 lt exch + paperwidth sub abs 16 lt and + {/papername exch def} {pop} ifelse + } bind def + /papersizedict FMLOCAL +/setpapername { + /papersizedict 14 dict def + papersizedict begin + /papername /unknown def + /Letter 8.5 inch 11.0 inch pagedimen + /LetterSmall 7.68 inch 10.16 inch pagedimen + /Tabloid 11.0 inch 17.0 inch pagedimen + /Ledger 17.0 inch 11.0 inch pagedimen + /Legal 8.5 inch 14.0 inch pagedimen + /Statement 5.5 inch 8.5 inch pagedimen + /Executive 7.5 inch 10.0 inch pagedimen + /A3 11.69 inch 16.5 inch pagedimen + /A4 8.26 inch 11.69 inch pagedimen + /A4Small 7.47 inch 10.85 inch pagedimen + /B4 10.125 inch 14.33 inch pagedimen + /B5 7.16 inch 10.125 inch pagedimen + end + } bind def +/papersize { + papersizedict begin + /Letter {lettertray letter} def + /LetterSmall {lettertray lettersmall} def + /Tabloid {11x17tray 11x17} def + /Ledger {ledgertray ledger} def + /Legal {legaltray legal} def + /Statement {statementtray statement} def + /Executive {executivetray executive} def + /A3 {a3tray a3} def + /A4 {a4tray a4} def + /A4Small {a4tray a4small} def + /B4 {b4tray b4} def + /B5 {b5tray b5} def + /unknown {unknown} def + papersizedict dup papername known {papername} {/unknown} ifelse get + end + statusdict begin stopped end + } bind def +/manualpapersize { + papersizedict begin + /Letter {letter} def + /LetterSmall {lettersmall} def + /Tabloid {11x17} def + /Ledger {ledger} def + /Legal {legal} def + /Statement {statement} def + /Executive {executive} def + /A3 {a3} def + /A4 {a4} def + /A4Small {a4small} def + /B4 {b4} def + /B5 {b5} def + /unknown {unknown} def + papersizedict dup papername known {papername} {/unknown} ifelse get + end + stopped + } bind def +/desperatepapersize { + statusdict /setpageparams known + { + paperwidth paperheight 0 1 + statusdict begin + {setpageparams} stopped + end + } {true} ifelse + } bind def +/DiacriticEncoding [ +/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl +/numbersign /dollar /percent /ampersand /quotesingle /parenleft +/parenright /asterisk /plus /comma /hyphen /period /slash /zero /one +/two /three /four /five /six /seven /eight /nine /colon /semicolon +/less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K +/L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash +/bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h +/i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar +/braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute +/Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis +/atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis +/iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve +/ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex +/udieresis /dagger /.notdef /cent /sterling /section /bullet +/paragraph /germandbls /registered /copyright /trademark /acute +/dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef +/yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +/ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown +/exclamdown /logicalnot /.notdef /florin /.notdef /.notdef +/guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde +/Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright +/quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis +/fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl +/periodcentered /quotesinglbase /quotedblbase /perthousand +/Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute +/Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve +/Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron +/breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron +] def +/ReEncode { + dup + length + dict begin + { + 1 index /FID ne + {def} + {pop pop} ifelse + } forall + 0 eq {/Encoding DiacriticEncoding def} if + currentdict + end + } bind def +FMPColor + + { + /BEGINBITMAPCOLOR { + BITMAPCOLOR} def + /BEGINBITMAPCOLORc { + BITMAPGRAYc} def + /BEGINBITMAPTRUECOLOR { + BITMAPTRUECOLOR } def + /BEGINBITMAPTRUECOLORc { + BITMAPTRUECOLORc } def + } + + { + /BEGINBITMAPCOLOR { + BITMAPGRAY} def + /BEGINBITMAPCOLORc { + BITMAPGRAYc} def + /BEGINBITMAPTRUECOLOR { + BITMAPTRUEGRAY } def + /BEGINBITMAPTRUECOLORc { + BITMAPTRUEGRAYc } def + } +ifelse +/K { + FMPrintAllColorsAsBlack { + dup 1 eq 2 index 1 eq and 3 index 1 eq and not + {7 {pop} repeat 0 0 0 1 0 0 0} if + } if + FrameCurColors astore + pop combineColor +} bind def +/graymode true def + /bwidth FMLOCAL + /bpside FMLOCAL + /bstring FMLOCAL + /onbits FMLOCAL + /offbits FMLOCAL + /xindex FMLOCAL + /yindex FMLOCAL + /x FMLOCAL + /y FMLOCAL +/setPatternMode { + FMLevel1 { + /bwidth exch def + /bpside exch def + /bstring exch def + /onbits 0 def /offbits 0 def + freq sangle landscape {90 add} if + {/y exch def + /x exch def + /xindex x 1 add 2 div bpside mul cvi def + /yindex y 1 add 2 div bpside mul cvi def + bstring yindex bwidth mul xindex 8 idiv add get + 1 7 xindex 8 mod sub bitshift and 0 ne FrameNegative {not} if + {/onbits onbits 1 add def 1} + {/offbits offbits 1 add def 0} + ifelse + } + setscreen + offbits offbits onbits add div FrameNegative {1.0 exch sub} if + /FrameCurGray exch def + } { + pop pop + dup patCache exch known { + patCache exch get + } { + dup + patDict /bstring 3 -1 roll put + patDict + 9 PatFreq screenIndex get div dup matrix scale + makepattern + dup + patCache 4 -1 roll 3 -1 roll put + } ifelse + /FrameCurGray 0 def + /FrameCurPat exch def + } ifelse + /graymode false def + combineColor +} bind def +/setGrayScaleMode { + graymode not { + /graymode true def + FMLevel1 { + setCurrentScreen + } if + } if + /FrameCurGray exch def + combineColor +} bind def +/normalize { + transform round exch round exch itransform + } bind def +/dnormalize { + dtransform round exch round exch idtransform + } bind def +/lnormalize { + 0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop + } bind def +/H { + lnormalize setlinewidth + } bind def +/Z { + setlinecap + } bind def + +/PFill { + graymode FMLevel1 or not { + gsave 1 setgray eofill grestore + } if +} bind def +/PStroke { + graymode FMLevel1 or not { + gsave 1 setgray stroke grestore + } if + stroke +} bind def + /fillvals FMLOCAL +/X { + fillvals exch get + dup type /stringtype eq + {8 1 setPatternMode} + {setGrayScaleMode} + ifelse + } bind def +/V { + PFill gsave eofill grestore + } bind def +/Vclip { + clip + } bind def +/Vstrk { + currentlinewidth exch setlinewidth PStroke setlinewidth + } bind def +/N { + PStroke + } bind def +/Nclip { + strokepath clip newpath + } bind def +/Nstrk { + currentlinewidth exch setlinewidth PStroke setlinewidth + } bind def +/M {newpath moveto} bind def +/E {lineto} bind def +/D {curveto} bind def +/O {closepath} bind def + /n FMLOCAL +/L { + /n exch def + newpath + normalize + moveto + 2 1 n {pop normalize lineto} for + } bind def +/Y { + L + closepath + } bind def + /x1 FMLOCAL + /x2 FMLOCAL + /y1 FMLOCAL + /y2 FMLOCAL +/R { + /y2 exch def + /x2 exch def + /y1 exch def + /x1 exch def + x1 y1 + x2 y1 + x2 y2 + x1 y2 + 4 Y + } bind def + /rad FMLOCAL +/rarc + {rad + arcto + } bind def +/RR { + /rad exch def + normalize + /y2 exch def + /x2 exch def + normalize + /y1 exch def + /x1 exch def + mark + newpath + { + x1 y1 rad add moveto + x1 y2 x2 y2 rarc + x2 y2 x2 y1 rarc + x2 y1 x1 y1 rarc + x1 y1 x1 y2 rarc + closepath + } stopped {x1 y1 x2 y2 R} if + cleartomark + } bind def +/RRR { + /rad exch def + normalize /y4 exch def /x4 exch def + normalize /y3 exch def /x3 exch def + normalize /y2 exch def /x2 exch def + normalize /y1 exch def /x1 exch def + newpath + normalize moveto + mark + { + x2 y2 x3 y3 rarc + x3 y3 x4 y4 rarc + x4 y4 x1 y1 rarc + x1 y1 x2 y2 rarc + closepath + } stopped + {x1 y1 x2 y2 x3 y3 x4 y4 newpath moveto lineto lineto lineto closepath} if + cleartomark + } bind def +/C { + grestore + gsave + R + clip + setCurrentScreen +} bind def +/CP { + grestore + gsave + Y + clip + setCurrentScreen +} bind def + /FMpointsize FMLOCAL +/F { + FMfonts exch get + FMpointsize scalefont + setfont + } bind def +/Q { + /FMpointsize exch def + F + } bind def +/T { + moveto show + } bind def +/RF { + rotate + 0 ne {-1 1 scale} if + } bind def +/TF { + gsave + moveto + RF + show + grestore + } bind def +/P { + moveto + 0 32 3 2 roll widthshow + } bind def +/PF { + gsave + moveto + RF + 0 32 3 2 roll widthshow + grestore + } bind def +/S { + moveto + 0 exch ashow + } bind def +/SF { + gsave + moveto + RF + 0 exch ashow + grestore + } bind def +/B { + moveto + 0 32 4 2 roll 0 exch awidthshow + } bind def +/BF { + gsave + moveto + RF + 0 32 4 2 roll 0 exch awidthshow + grestore + } bind def +/G { + gsave + newpath + normalize translate 0.0 0.0 moveto + dnormalize scale + 0.0 0.0 1.0 5 3 roll arc + closepath + PFill fill + grestore + } bind def +/Gstrk { + savematrix + newpath + 2 index 2 div add exch 3 index 2 div sub exch + normalize 2 index 2 div sub exch 3 index 2 div add exch + translate + scale + 0.0 0.0 1.0 5 3 roll arc + restorematrix + currentlinewidth exch setlinewidth PStroke setlinewidth + } bind def +/Gclip { + newpath + savematrix + normalize translate 0.0 0.0 moveto + dnormalize scale + 0.0 0.0 1.0 5 3 roll arc + closepath + clip newpath + restorematrix + } bind def +/GG { + gsave + newpath + normalize translate 0.0 0.0 moveto + rotate + dnormalize scale + 0.0 0.0 1.0 5 3 roll arc + closepath + PFill + fill + grestore + } bind def +/GGclip { + savematrix + newpath + normalize translate 0.0 0.0 moveto + rotate + dnormalize scale + 0.0 0.0 1.0 5 3 roll arc + closepath + clip newpath + restorematrix + } bind def +/GGstrk { + savematrix + newpath + normalize translate 0.0 0.0 moveto + rotate + dnormalize scale + 0.0 0.0 1.0 5 3 roll arc + closepath + restorematrix + currentlinewidth exch setlinewidth PStroke setlinewidth + } bind def +/A { + gsave + savematrix + newpath + 2 index 2 div add exch 3 index 2 div sub exch + normalize 2 index 2 div sub exch 3 index 2 div add exch + translate + scale + 0.0 0.0 1.0 5 3 roll arc + restorematrix + PStroke + grestore + } bind def +/Aclip { + newpath + savematrix + normalize translate 0.0 0.0 moveto + dnormalize scale + 0.0 0.0 1.0 5 3 roll arc + closepath + strokepath clip newpath + restorematrix +} bind def +/Astrk { + Gstrk +} bind def +/AA { + gsave + savematrix + newpath + + 3 index 2 div add exch 4 index 2 div sub exch + + normalize 3 index 2 div sub exch 4 index 2 div add exch + translate + rotate + scale + 0.0 0.0 1.0 5 3 roll arc + restorematrix + PStroke + grestore + } bind def +/AAclip { + savematrix + newpath + normalize translate 0.0 0.0 moveto + rotate + dnormalize scale + 0.0 0.0 1.0 5 3 roll arc + closepath + strokepath clip newpath + restorematrix +} bind def +/AAstrk { + GGstrk +} bind def + /x FMLOCAL + /y FMLOCAL + /w FMLOCAL + /h FMLOCAL + /xx FMLOCAL + /yy FMLOCAL + /ww FMLOCAL + /hh FMLOCAL + /FMsaveobject FMLOCAL + /FMoptop FMLOCAL + /FMdicttop FMLOCAL +/BEGINPRINTCODE { + /FMdicttop countdictstack 1 add def + /FMoptop count 7 sub def + /FMsaveobject save def + userdict begin + /showpage {} def + FMNORMALIZEGRAPHICS + 3 index neg 3 index neg translate + } bind def +/ENDPRINTCODE { + count -1 FMoptop {pop pop} for + countdictstack -1 FMdicttop {pop end} for + FMsaveobject restore + } bind def +/gn { + 0 + { 46 mul + cf read pop + 32 sub + dup 46 lt {exit} if + 46 sub add + } loop + add + } bind def + /str FMLOCAL +/cfs { + /str sl string def + 0 1 sl 1 sub {str exch val put} for + str def + } bind def +/ic [ + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 + 0 + {0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx} + {10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx} + {19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} + {13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh} + {4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh} + {13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl} + {7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl} + {0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl} + {10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl} + ] def + /sl FMLOCAL + /val FMLOCAL + /ws FMLOCAL + /im FMLOCAL + /bs FMLOCAL + /cs FMLOCAL + /len FMLOCAL + /pos FMLOCAL +/ms { + /sl exch def + /val 255 def + /ws cfs + /im cfs + /val 0 def + /bs cfs + /cs cfs + } bind def +400 ms +/ip { + is + 0 + cf cs readline pop + { ic exch get exec + add + } forall + pop + + } bind def +/rip { + + + bis ris copy pop + is + 0 + cf cs readline pop + { ic exch get exec + add + } forall + pop pop + ris gis copy pop + dup is exch + + cf cs readline pop + { ic exch get exec + add + } forall + pop pop + gis bis copy pop + dup add is exch + + cf cs readline pop + { ic exch get exec + add + } forall + pop + + } bind def +/wh { + /len exch def + /pos exch def + ws 0 len getinterval im pos len getinterval copy pop + pos len + } bind def +/bl { + /len exch def + /pos exch def + bs 0 len getinterval im pos len getinterval copy pop + pos len + } bind def +/s1 1 string def +/fl { + /len exch def + /pos exch def + /val cf s1 readhexstring pop 0 get def + pos 1 pos len add 1 sub {im exch val put} for + pos len + } bind def +/hx { + 3 copy getinterval + cf exch readhexstring pop pop + } bind def + /h FMLOCAL + /w FMLOCAL + /d FMLOCAL + /lb FMLOCAL + /bitmapsave FMLOCAL + /is FMLOCAL + /cf FMLOCAL +/wbytes { + dup dup + 24 eq { pop pop 3 mul } + { 8 eq {pop} {1 eq {7 add 8 idiv} {3 add 4 idiv} ifelse} ifelse } ifelse + } bind def +/BEGINBITMAPBWc { + 1 {} COMMONBITMAPc + } bind def +/BEGINBITMAPGRAYc { + 8 {} COMMONBITMAPc + } bind def +/BEGINBITMAP2BITc { + 2 {} COMMONBITMAPc + } bind def +/COMMONBITMAPc { + + /r exch def + /d exch def + gsave + + 3 index 2 div add exch + 4 index 2 div add exch + translate + rotate + 1 index 2 div neg + 1 index 2 div neg + translate + scale + /h exch def /w exch def + /lb w d wbytes def + sl lb lt {lb ms} if + /bitmapsave save def + r + /is im 0 lb getinterval def + ws 0 lb getinterval is copy pop + /cf currentfile def + w h d [w 0 0 h neg 0 h] + {ip} image + bitmapsave restore + grestore + } bind def +/BEGINBITMAPBW { + 1 {} COMMONBITMAP + } bind def +/BEGINBITMAPGRAY { + 8 {} COMMONBITMAP + } bind def +/BEGINBITMAP2BIT { + 2 {} COMMONBITMAP + } bind def +/COMMONBITMAP { + /r exch def + /d exch def + gsave + + 3 index 2 div add exch + 4 index 2 div add exch + translate + rotate + 1 index 2 div neg + 1 index 2 div neg + translate + scale + /h exch def /w exch def + /bitmapsave save def + r + /is w d wbytes string def + /cf currentfile def + w h d [w 0 0 h neg 0 h] + {cf is readhexstring pop} image + bitmapsave restore + grestore + } bind def +/ngrayt 256 array def +/nredt 256 array def +/nbluet 256 array def +/ngreent 256 array def + /gryt FMLOCAL + /blut FMLOCAL + /grnt FMLOCAL + /redt FMLOCAL + /indx FMLOCAL + /cynu FMLOCAL + /magu FMLOCAL + /yelu FMLOCAL + /k FMLOCAL + /u FMLOCAL +FMLevel1 { +/colorsetup { + currentcolortransfer + /gryt exch def + /blut exch def + /grnt exch def + /redt exch def + 0 1 255 { + /indx exch def + /cynu 1 red indx get 255 div sub def + /magu 1 green indx get 255 div sub def + /yelu 1 blue indx get 255 div sub def + /k cynu magu min yelu min def + /u k currentundercolorremoval exec def +% /u 0 def + nredt indx 1 0 cynu u sub max sub redt exec put + ngreent indx 1 0 magu u sub max sub grnt exec put + nbluet indx 1 0 yelu u sub max sub blut exec put + ngrayt indx 1 k currentblackgeneration exec sub gryt exec put + } for + {255 mul cvi nredt exch get} + {255 mul cvi ngreent exch get} + {255 mul cvi nbluet exch get} + {255 mul cvi ngrayt exch get} + setcolortransfer + {pop 0} setundercolorremoval + {} setblackgeneration + } bind def +} +{ +/colorSetup2 { + [ /Indexed /DeviceRGB 255 + {dup red exch get 255 div + exch dup green exch get 255 div + exch blue exch get 255 div} + ] setcolorspace +} bind def +} ifelse + /tran FMLOCAL +/fakecolorsetup { + /tran 256 string def + 0 1 255 {/indx exch def + tran indx + red indx get 77 mul + green indx get 151 mul + blue indx get 28 mul + add add 256 idiv put} for + currenttransfer + {255 mul cvi tran exch get 255.0 div} + exch concatprocs settransfer +} bind def +/BITMAPCOLOR { + /d 8 def + gsave + + 3 index 2 div add exch + 4 index 2 div add exch + translate + rotate + 1 index 2 div neg + 1 index 2 div neg + translate + scale + /h exch def /w exch def + /bitmapsave save def + FMLevel1 { + colorsetup + /is w d wbytes string def + /cf currentfile def + w h d [w 0 0 h neg 0 h] + {cf is readhexstring pop} {is} {is} true 3 colorimage + } { + colorSetup2 + /is w d wbytes string def + /cf currentfile def + 7 dict dup begin + /ImageType 1 def + /Width w def + /Height h def + /ImageMatrix [w 0 0 h neg 0 h] def + /DataSource {cf is readhexstring pop} bind def + /BitsPerComponent d def + /Decode [0 255] def + end image + } ifelse + bitmapsave restore + grestore + } bind def +/BITMAPCOLORc { + /d 8 def + gsave + + 3 index 2 div add exch + 4 index 2 div add exch + translate + rotate + 1 index 2 div neg + 1 index 2 div neg + translate + scale + /h exch def /w exch def + /lb w d wbytes def + sl lb lt {lb ms} if + /bitmapsave save def + FMLevel1 { + colorsetup + /is im 0 lb getinterval def + ws 0 lb getinterval is copy pop + /cf currentfile def + w h d [w 0 0 h neg 0 h] + {ip} {is} {is} true 3 colorimage + } { + colorSetup2 + /is im 0 lb getinterval def + ws 0 lb getinterval is copy pop + /cf currentfile def + 7 dict dup begin + /ImageType 1 def + /Width w def + /Height h def + /ImageMatrix [w 0 0 h neg 0 h] def + /DataSource {ip} bind def + /BitsPerComponent d def + /Decode [0 255] def + end image + } ifelse + bitmapsave restore + grestore + } bind def +/BITMAPTRUECOLORc { + /d 24 def + gsave + + 3 index 2 div add exch + 4 index 2 div add exch + translate + rotate + 1 index 2 div neg + 1 index 2 div neg + translate + scale + /h exch def /w exch def + /lb w d wbytes def + sl lb lt {lb ms} if + /bitmapsave save def + + /is im 0 lb getinterval def + /ris im 0 w getinterval def + /gis im w w getinterval def + /bis im w 2 mul w getinterval def + + ws 0 lb getinterval is copy pop + /cf currentfile def + w h 8 [w 0 0 h neg 0 h] + {w rip pop ris} {gis} {bis} true 3 colorimage + bitmapsave restore + grestore + } bind def +/BITMAPTRUECOLOR { + gsave + + 3 index 2 div add exch + 4 index 2 div add exch + translate + rotate + 1 index 2 div neg + 1 index 2 div neg + translate + scale + /h exch def /w exch def + /bitmapsave save def + /is w string def + /gis w string def + /bis w string def + /cf currentfile def + w h 8 [w 0 0 h neg 0 h] + { cf is readhexstring pop } + { cf gis readhexstring pop } + { cf bis readhexstring pop } + true 3 colorimage + bitmapsave restore + grestore + } bind def +/BITMAPTRUEGRAYc { + /d 24 def + gsave + + 3 index 2 div add exch + 4 index 2 div add exch + translate + rotate + 1 index 2 div neg + 1 index 2 div neg + translate + scale + /h exch def /w exch def + /lb w d wbytes def + sl lb lt {lb ms} if + /bitmapsave save def + + /is im 0 lb getinterval def + /ris im 0 w getinterval def + /gis im w w getinterval def + /bis im w 2 mul w getinterval def + ws 0 lb getinterval is copy pop + /cf currentfile def + w h 8 [w 0 0 h neg 0 h] + {w rip pop ris gis bis w gray} image + bitmapsave restore + grestore + } bind def +/ww FMLOCAL +/r FMLOCAL +/g FMLOCAL +/b FMLOCAL +/i FMLOCAL +/gray { + /ww exch def + /b exch def + /g exch def + /r exch def + 0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul + b i get .114 mul add add r i 3 -1 roll floor cvi put } for + r + } bind def +/BITMAPTRUEGRAY { + gsave + + 3 index 2 div add exch + 4 index 2 div add exch + translate + rotate + 1 index 2 div neg + 1 index 2 div neg + translate + scale + /h exch def /w exch def + /bitmapsave save def + /is w string def + /gis w string def + /bis w string def + /cf currentfile def + w h 8 [w 0 0 h neg 0 h] + { cf is readhexstring pop + cf gis readhexstring pop + cf bis readhexstring pop w gray} image + bitmapsave restore + grestore + } bind def +/BITMAPGRAY { + 8 {fakecolorsetup} COMMONBITMAP + } bind def +/BITMAPGRAYc { + 8 {fakecolorsetup} COMMONBITMAPc + } bind def +/ENDBITMAP { + } bind def +end + /ALDsave FMLOCAL + /ALDmatrix matrix def ALDmatrix currentmatrix pop +/StartALD { + /ALDsave save def + savematrix + ALDmatrix setmatrix + } bind def +/InALD { + restorematrix + } bind def +/DoneALD { + ALDsave restore + } bind def +/I { setdash } bind def +/J { [] 0 setdash } bind def +%%EndProlog +%%BeginSetup +(4.0) FMVERSION +1 1 0 0 612 792 0 1 10 FMDOCUMENT +0 0 /Times-Bold FMFONTDEFINE +1 0 /Times-Roman FMFONTDEFINE +2 0 /Times-BoldItalic FMFONTDEFINE +3 0 /Times-Italic FMFONTDEFINE +4 0 /Courier FMFONTDEFINE +5 0 /Courier-Bold FMFONTDEFINE +32 FMFILLS +0 0 FMFILL +1 0.1 FMFILL +2 0.3 FMFILL +3 0.5 FMFILL +4 0.7 FMFILL +5 0.9 FMFILL +6 0.97 FMFILL +7 1 FMFILL +8 <0f1e3c78f0e1c387> FMFILL +9 <0f87c3e1f0783c1e> FMFILL +10 FMFILL +11 FMFILL +12 <8142241818244281> FMFILL +13 <03060c183060c081> FMFILL +14 <8040201008040201> FMFILL +16 1 FMFILL +17 0.9 FMFILL +18 0.7 FMFILL +19 0.5 FMFILL +20 0.3 FMFILL +21 0.1 FMFILL +22 0.03 FMFILL +23 0 FMFILL +24 FMFILL +25 FMFILL +26 <3333333333333333> FMFILL +27 <0000ffff0000ffff> FMFILL +28 <7ebddbe7e7dbbd7e> FMFILL +29 FMFILL +30 <7fbfdfeff7fbfdfe> FMFILL +%%EndSetup +%%Page: "1" 1 +%%BeginPaperSize: Letter +%%EndPaperSize +612 792 0 FMBEGINPAGE +[0 0 0 1 0 0 0] +[ 0 1 1 0 1 0 0] +[ 1 0 1 0 0 1 0] +[ 1 1 0 0 0 0 1] +[ 1 0 0 0 0 1 1] +[ 0 1 0 0 1 0 1] +[ 0 0 1 0 1 1 0] + 7 FrameSetSepColors +FrameNoSep +0 0 0 1 0 0 0 K +J +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +0 12 Q +0 X +0 0 0 1 0 0 0 K +(Intr) 151.94 469 T +(oduction) 172.39 469 T +1 10 Q +(T) 72 450.33 T +(ypically) 77.41 450.33 T +(, T) 108.98 450.33 T +(cl/Tk application development leads to the) 119.39 450.33 T +(redundant creation of widget combination patterns) 72 438.33 T +(which can be singled out for replacement with higher) 72 426.33 T +(level abstractions. For example, a label is usually asso-) 72 414.33 T +(ciated with an entry widget, listboxes frequently have) 72 402.33 T +(attached scrollbars, and dialogs require buttons and) 72 390.33 T +(modality) 72 378.33 T +(. This is due to the simplicity of the Tk widget) 106.91 378.33 T +(set. Seasoned developers commonly package this code,) 72 366.33 T +(attempting to create a composite widget in a set of pro-) 72 354.33 T +(cedures which allows for consistent creation of the wid-) 72 342.33 T +(get combination. This may provide centralization of) 72 330.33 T +(logic, but the procedures lack the encapsulation of a) 72 318.33 T +(pure widget and end up \337ooding global name space. At) 72 306.33 T +(this point, some developers may resort to C code.) 72 294.33 T +(What was really needed was the ability to combine Tk) 72 270.33 T +(widgets together into abstract building blocks called) 72 258.33 T +(\322Mega-W) 72 246.33 T +(idgets\323 at the VHLL layer) 111.58 246.33 T +(. The [incr T) 215.45 246.33 T +(cl] [1]) 265.29 246.33 T +(and [incr Tk] [2] extensions provide this capability) 72 234.33 T +(,) 274.93 234.33 T +(allowing mega-widget development in an object-ori-) 72 222.33 T +(ented paradigm using T) 72 210.33 T +(cl/Tk rather than C. The next) 166.01 210.33 T +(step was to build a mega-widget set in these extensions) 72 198.33 T +(which replaces the redundant widget combination pat-) 72 186.33 T +-0.1 (terns and provides a foundation for future development.) 72 174.33 P +([incr W) 72 162.33 T +(idgets] is one such extension.) 102.42 162.33 T +([incr W) 72 144.33 T +(idgets] is an object-oriented, extensible set of) 102.42 144.33 T +-0.6 (mega-widgets, delivering many general purpose widgets) 72 132.33 P +(such as option menus, selection boxes, and dialogs) 72 120.33 T +(whose counterparts are found in Motif. Since [incr W) 72 108.33 T +(id-) 285.72 108.33 T +(gets] is based on [incr Tk], the Tk framework of con\336g-) 72 96.33 T +(uration options and widget commands is maintained. In) 72 84.33 T +(other words, they look, act, and feel like Tk widgets.) 315 470.33 T +([incr W) 315 458.33 T +(idgets] blends with the standard Tk widgets,) 345.42 458.33 T +-0.28 (raising the level of programming and making it easier to) 315 446.33 P +(consistently develop well styled applications.) 315 434.33 T +(The idea of extending the basic Tk widget set is not) 315 410.33 T +(original. Other mega-widget extensions exist such as) 315 398.33 T +(T) 315 386.33 T +(ix [3] and itcl-widgets [4]. V) 320.76 386.33 T +(isually) 435.14 386.33 T +(, [incr W) 461.16 386.33 T +(idgets]) 496.58 386.33 T +-0.03 (covers some of the same ground, successfully replacing) 315 374.33 P +(many of the same typical combinations. [incr W) 315 362.33 T +(idgets]) 507.35 362.33 T +(dif) 315 350.33 T +(fers in the degree of its reusability) 325.93 350.33 T +(, extensibility) 461.92 350.33 T +(, \337ex-) 515.72 350.33 T +(ibility) 315 338.33 T +(, and adherence to the Motif style guide.) 338.25 338.33 T +(The [incr W) 315 314.33 T +(idgets] mega-widget set is also distin-) 363.47 314.33 T +(guished by its consistent use of style, built-in intelli-) 315 302.33 T +(gence, high degree of \337exibility) 315 290.33 T +(, ease of extending base) 441.83 290.33 T +(level functionality) 315 278.33 T +(, and its object-oriented implementa-) 387.4 278.33 T +(tion. Its use has resulted in increased productivity) 315 266.33 T +(, reli-) 512.66 266.33 T +(ability) 315 254.33 T +(, and style guide adherence. This paper) 339.91 254.33 T +(concentrates on these unique aspects of the widget set) 315 242.33 T +(and the presentation of its innovative concepts. A picto-) 315 230.33 T +(rial tour with sample code segments will be given as an) 315 218.33 T +(appendix.) 315 206.33 T +0 12 Q +(Mega-W) 390.28 175 T +(idgets) 434.72 175 T +1 10 Q +(Mega-widgets has been a hot topic within the T) 315 150.33 T +(cl/Tk) 504.83 150.33 T +(community) 315 138.33 T +(. The discussion centers on the bene\336ts,) 359.91 138.33 T +(frameworks, mechanisms, and implementation tech-) 315 126.33 T +(niques. It was McLennan [1] who originally coined the) 315 114.33 T +(term in his work with [incr T) 315 102.33 T +(cl], expanding on the con-) 430.4 102.33 T +(cept with [incr Tk]. He proposes that mega-widgets) 315 90.33 T +(should seamlessly extend the Tk widget set. They) 315 78.33 T +72 495 540 720 R +7 X +V +0 14 Q +0 X +([incr W) 263.16 710.67 T +(idgets]) 309.18 710.67 T +(An Object Oriented Mega-W) 192.98 692.67 T +(idget Set) 367.31 692.67 T +2 9 Q +(Revised 10/31/95 - Originally present at USENIX T) 176.36 678 T +(cl/Tk W) 365.8 678 T +(orkshop 95) 394.38 678 T +1 12 Q +(Mark L. Ulferts) 268.18 652 T +3 10 Q +(DSC Communications Corporation) 235.16 637.33 T +(mulferts@spd.dsccc.com) 256.13 623.33 T +(http://www) 242.19 609.33 T +(.wn.com/biz/iwidgets) 285.91 609.33 T +0 12 Q +(Abstract) 283.67 576 T +3 10 Q +(The intr) 72 551.33 T +(oduction of [incr T) 103.58 551.33 T +(cl] and [incr Tk] allows an object oriented appr) 178.5 551.33 T +(oach to Tk widget construction. \322Mega-) 370.91 551.33 T +(widgets\323 developed in these extensions seamlessly expand the Tk base widget set. Each of these object-oriented wid-) 72 539.33 T +-0.03 (gets may themselves be extended, using either inheritance or composition. This paper pr) 72 527.33 P +-0.03 (esents one such general pur-) 425.14 527.33 P +(pose hierar) 72 515.33 T +(chy called [incr W) 117.46 515.33 T +(idgets] which maintains the Motif look-and-feel and establishes several new concepts,) 191.06 515.33 T +(including extensible child sites and \337exible lar) 72 503.33 T +(ge scale component con\336guration.) 257.73 503.33 T +FMENDPAGE +%%EndPage: "1" 1 +%%Page: "2" 2 +612 792 0 FMBEGINPAGE +[0 0 0 1 0 0 0] +[ 0 1 1 0 1 0 0] +[ 1 0 1 0 0 1 0] +[ 1 1 0 0 0 0 1] +[ 1 0 0 0 0 1 1] +[ 0 1 0 0 1 0 1] +[ 0 0 1 0 1 1 0] + 7 FrameSetSepColors +FrameNoSep +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +1 10 Q +0 X +0 0 0 1 0 0 0 K +(should behave like standard Tk widgets, but are com-) 72 713.33 T +(posed of many Tk widgets and possibly other mega-) 72 701.33 T +(widgets as components. The implementation must) 72 689.33 T +(ensure that users notice no signi\336cant dif) 72 677.33 T +(ferences. Stan-) 235.69 677.33 T +(dard commands such as \324con\336gure\325 and \324cget\325 must) 72 665.33 T +(exist and options should be propagated to all compo-) 72 653.33 T +(nents. Thus, con\336guration of a mega-widgets \322-back-) 72 641.33 T +(ground\323 or \322-relief\323 option should have the expected) 72 629.33 T +(results on its components.) 72 617.33 T +-0.15 (The [incr T) 72 593.33 P +-0.15 (cl] and [incr Tk] extensions fully address the) 116.55 593.33 P +(issues of framework and mechanism for mega-widget) 72 581.33 T +(production. They have established themselves as the) 72 569.33 T +(defacto standard object-oriented extensions and have) 72 557.33 T +(been chosen to provide the backbone for the [incr W) 72 545.33 T +(id-) 281.82 545.33 T +(gets] set. Using these extensions, each mega-widget) 72 533.33 T +(becomes a \322class\323, de\336ning a unique type of widget) 72 521.33 T +(object in a separate namespace. This ensures that data) 72 509.33 T +(and commands associated with an object are encapsu-) 72 497.33 T +(lated, eliminating global name space pollution.) 72 485.33 T +0 12 Q +(Example) 161.83 454 T +1 10 Q +-0.24 (At this point, an example of mega-widget usage can pro-) 72 429.33 P +(vide a taste of [incr W) 72 417.33 T +(idgets] capabilities and illustrate) 160.74 417.33 T +(the bene\336ts. The example centers around the construc-) 72 405.33 T +-0.17 (tion of a typical login screen which prompts the user for) 72 393.33 P +(user name and password. New requirements will be) 72 381.33 T +-0.03 (incremental, leading to the development of a new mega-) 72 369.33 P +(widget which is implemented as an extension of an) 72 357.33 T +(existing one.) 72 345.33 T +-0.3 (A primitive login screen is composed of two \336elds, each) 72 321.33 P +(having a label and entry widget. The T) 72 309.33 T +(cl/Tk code) 226.27 309.33 T +(required is shown in Figure 1. [incr W) 72 297.33 T +(idgets] provides) 224.91 297.33 T +(an Entry\336eld class which replaces this standard widget) 72 285.33 T +(combination. This is shown in Figure 2. At this point,) 72 273.33 T +(mega-widget usage is mostly a matter of convenience) 72 261.33 T +(and minor savings in code, yet with a few additional) 72 249.33 T +(requirements the bene\336ts begin to escalate.) 72 237.33 T +(Now let\325) 72 213.33 T +(s add new requirements which might be) 106.72 213.33 T +(required for a normal login screen. First, the labels) 72 201.33 T +(should be left aligned. Next, the user \336eld width should) 72 189.33 T +(be limited to a maximum of 10 characters with input) 72 177.33 T +(restricted to alphabetic characters and illegal character) 72 165.33 T +(entry ringing the bell. As for the password, input must) 72 153.33 T +-0.05 (be masked and the return key should invoke a login pro-) 72 141.33 P +(cedure. W) 72 129.33 T +(e\325ll also present a more aesthetic interface by) 112.29 129.33 T +(varying the textual background in the mega-widget.) 72 117.33 T +(Since this last requirement applies to both Entry\336elds,) 72 105.33 T +-0.03 (the option database will be used. Figure 3 illustrates the) 72 93.33 P +-0.48 (code needed to implement these new requirements using) 72 81.33 P +([incr W) 315 200.33 T +(idgets]. Even without the presentation of com-) 345.42 200.33 T +-0.18 (parative straight T) 315 188.33 P +-0.18 (cl/Tk code, its safe to say that the ben-) 387.27 188.33 P +(e\336ts have increased.) 315 176.33 T +(This example gives just a sampling of the label control) 315 152.33 T +(capabilities built into those classes based on the) 315 140.33 T +(Labeledwidget class such as the Entry\336eld mega-wid-) 315 128.33 T +-0.18 (get. The label\325) 315 116.33 P +-0.18 (s position relative to its associated widget) 372.12 116.33 P +-0.04 (may be speci\336ed using standard directions: nw) 315 104.33 P +-0.04 (, n, ne, e,) 501.29 104.33 P +-0.4 (se, s, sw) 315 92.33 P +-0.4 (, and w) 346.88 92.33 P +-0.4 (. The label need not be limited to text, the) 374.58 92.33 P +(class supports both bitmaps and images as well. A mar-) 315 80.33 T +315 207 540 720 C +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +315 243 540 360 R +7 X +0 0 0 1 0 0 0 K +V +0.5 H +2 Z +0 X +N +315 396 540 720 R +7 X +V +0 X +N +%%BeginBinary: 6824 +251 117 129.09 60.17 0 365.92 648 +/red < +72FFFFFFFFFFFFFFFFFFFFFFFFFF66F5FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF80808080 +8080808080808080808080808080808080808080404040404040404040404040 +4040404040404040404040000000000000000000000000000000000039C069DD +00FF0000003333330033CCDD9999112277005544FFCC66AABBFF33EE9999CC7A +EFD39765E1A36FE700FF5500557FB22EB099FFFFB07AFFCC0087AFB4CD73E6A2 +4DBF88F558D7439D50D080C0C080C0808060C000FFA000FFBE8BD28BD9B3FF72 +20C0A040C040D060F0E010B499A0FF0019BF2FFF6223852F465F4770FF0000FF +> store +/green < +9F0000000000000000000000000099DEFFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B59765E1A36FE700FF1A006B7FB28B3099FFFFB094FFF700CEEEEE0073E6A2 +4DBF88F558D74DB38080C0C080C080808060C08000A08040BE5BB477D9B3FF77 +2070A0402040D0F0F0E010B489A0E4FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3BF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B59765E1A36FE7BFCC8BEE2F7FB257606BFBB3B015322480FAEEB40073E6A2 +4DBF88F558D756CAD050C080C08080C08060C080FF000040BE7A8C65D9B3E085 +2070C0802040D06050E010B476A0C40070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7R4F6F76F6F7J" +S3F78z8z8z +4F9R3F94F9 + +;z" +S*F7F6%?%9%J$ +F9O/FEFEF9FEFEF9F9F9F95FEFEF9FEFEFEF9FEFEFEF9FEFEO6F9F9F9J"8$9(8(8$8"9"<08"808"9" +OFEEEEEEEEEEEEEEEEEFEEEQCEEFFJ&:#;"A#J# +EEFEEEEEEEEEFEEEQCEEFFJ-=#=#<#J# +4EEFEFEEEFEFEEEEEFEFEEEEEFEFEFEFEEEFEQCFFEEJ":.E#J# +7FEEEFEFEFEFEEEEEEEFEFEFEFEEEFEEEQCEEFFJ&9%9%8#:#<#J# +5EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEFEQCFFEEJ#J# +O*FEEEQCEEFFJ#J# +O*EEFEQCFFEEJ#J# +O*FEEEQCEEFFJ5 +O*QGEEFEEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEJ5 +O*QGFEEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFEEFFJz +O*QGEE + + + + + + + + + + + + +J5 +OJQ'FEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEJ5 +OIQ(FEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEFEEEJ#z" +OIEEFEQ%EEFFJ#J# +OIFEEEQ$FFEEJ#J# +OIEEFEQ$EEFFJ'J#@#J# +4FEFEFEFEFEFEO#FEFEFEEEQ$FFEEJ&J#J# +6EEEEEEFEFEO.EEFEQ$EEFFJ%9%9%8#8#8#8%8);#<#J# + store +/green < +9F0000000000000000000000000099DEFFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B59765E1A36FE700FF1A006B7FB28B3099FFFFB094FFF700CEEEEE0073E6A2 +4DBF88F558D74DB38080C0C080C080808060C08000A08040BE5BB477D9B3FF77 +2070A0402040D0F0F0E010B489A0E4FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3BF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B59765E1A36FE7BFCC8BEE2F7FB257606BFBB3B015322480FAEEB40073E6A2 +4DBF88F558D756CAD050C080C08080C08060C080FF000040BE7A8C65D9B3E085 +2070C0802040D06050E010B476A0C40070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7R7F6F76F6F7J" +S6F78z8z8z +4F9R6F94F9 + +;z" +S-F7F6%?%9%J$ +F9O0FEFEF9FEFEF9F9F9F95FEFEF9FEFEFEF9FEFEFEF9FEFEO8F9F9F9J"8$9(8(8$8"9"<08"808"9" +O=FEFEFEFEF9F9FEFEFEF9F9FEFEFEFEFEF9FEFEF9FEFEFEF9FEFEFEFEF9F9F9F9FEFEFEF9F9FEFEF9F9FEFEFEF9F9F9F9FEFEFEF9F9FEFEFEJs9$9";"x;':$8%:$:$8sJs +O=F9F9F9F9F9FEF9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9O=F7J&Jt +P FEF9F9F9F9Q F9J( +P F9FEFEFEFEFEF9=z8z8z8z +/F7R%F7/F7/F7rF"J"F"F% +F7F7R&F7F7F7F7F7F7'z& +F6F6F6F6F6F7S,EEF6F6F6F6F68$J% +F9F9F9S.F9F9F9F7 + + + + + + + + + + + + + + +J5 +OKQ(C3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEJ5 +OKQ(FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3J#z" +OKC3FEQ%C3FFJ#J# +OKFEC3Q$FFC3J#9#J#F$<$J# +4FEFEFEFEO0C3FEFEFEFEFEFEFEP6C3FFJ#F#<%G"J# +OKFEC3C3C3FEC3C3C3FEP$FFC3J%9%8)J#J# +=FEFEFEFEFEFEFEFEFEFEEEFEFEEEFEFEGC3FEQ$C3FFJ.9"J)8#8#?&9$9&8&9$J# +FEEEEEEEEEEEEEEEEEGC3FEC3C3FEC3FEC3FEC3C3C3C3FEC3C3C3FEC3C3C3FEC3FEC3C3C3C3FEC3C3C3FEC3C3C3FEOHC3FFJ&:#;"J#J$G&J# +EEFEEEEEEEEEO"C3FE?C3C3C3C3C3C3C3FEOHC3FFJ-=#=#J#J"D$J# +4EEFEFEEEFEFEEEEEFEFEEEEEFEFEFEFEGFEC3BFEFEC3FEOLFFC3J":.J%;59&8%:,J# +7FEEEFEFEFEFEEEEEEEFEFEFEFEEEO"C3FEC3FE4FEC3C3FEFEFEC3FEC3FEFEFEFEFEFEC3FEFEFEFEC3FEFEFEC3FEFEFEFEC3FEFEFEC3C3C3FEFEFEC3OHC3FFJ&9%9%8#:#J"t8z:$9%;$9$J# +5EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEGFEC31C3C3C3C3C3C3C3C3C3C3C3C3C3C3OIFFC3J#J# +OKC3FEQ$C3FFJ#J# +OKFEC3Q$FFC3J#J# +OKC3FEQ$C3FFJ5 +OKQ(FEC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3J5 +OKQ(C3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFJz +OKQ(EE + + + + + + + + + + +Jz +OIQ,FE +J5 +OKQ'C3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3J5 +OKQ(FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3J#z" +OKC3FEQ%C3FFJ#J#J# +OKFEC3CFEFEP-FFC3J'J#B#J# +4FEFEFEFEFEFEO#FEFEC3FEQ$C3FFJ&J#J# +6EEEEEEFEFEO0FEC3Q$FFC3J%9%9%8#8#8#8%8);#>#J# +#J# +6FEFEFEFEEEEEEEFEEEEEEEFEEEEEEEEEEEFEFEFEFEEEEEEEEEEEEEC3FEQ$C3FFJ%8$9&8&J"J#:"<"<"<"<"J# +6EEEEEEEEFEFEFEEEEEFEFEFEEEEEFEFEFE6EE4FEC3FEFEFEFEFEP1FFC3J%;"8"9"8"J#:"<"<"<"<"J# +;FEFEEEEEEEFEEEFEJC3FEC3C3C3C3C3P1C3FFJ%9%:)G":#>#J# +BFEFEEEEEFEFEEEEEEEFEFEEEEEFEFEEEFEFEFEFEC3Q$FFC3J5B'<%D#J# +;4EEFEFEFEEEFEFEEEFEFEFEFEEEEEEEFEFEFEFEEEEEFEFEFEFEEEEEFEFEEEC3FEQ$C3FFJ##J# +4EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEFEC3Q$FFC3J#J# +OKC3FEQ$C3FFJ#J# +OKFEC3Q$FFC3J#J#J# +OKC3FECC3C3P-C3FFJ5 +OKQ(FEC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3&J5C% +F7F7F7F7F7OFQ(C3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFF7F7F7F7&JzC& +F6F6F6F6F6OFQ(FEF6F6F6F6F68$J% +F9F9F9S.F9F9F9F7Jz +OIQ,EE + + + + + + + + + + + + + + store +/green < +9F0000000000000000000000000099DEFFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B59765E1A36FE700FF1A006B7FB28B3099FFFFB094FFF700CEEEEE0073E6A2 +4DBF88F558D74DB38080C0C080C080808060C08000A08040BE5BB477D9B3FF77 +2070A0402040D0F0F0E010B489A0E4FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3BF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B59765E1A36FE7BFCC8BEE2F7FB257606BFBB3B015322480FAEEB40073E6A2 +4DBF88F558D756CAD050C080C08080C08060C080FF000040BE7A8C65D9B3E085 +2070C0802040D06050E010B476A0C40070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7R7F6F76F6F7J" +S6F78z8z8z +4F9R6F94F9 + +;z" +S-F7F6%?%9%J$ +F9O0FEFEF9FEFEF9F9F9F95FEFEF9FEFEFEF9FEFEFEF9FEFEO8F9F9F9J"8$9(8(8$8"9"<08"808"9" +O=FEFEFEFEF9F9FEFEFEF9F9FEFEFEFEFEF9FEFEF9FEFEFEF9FEFEFEFEF9F9F9F9FEFEFEF9F9FEFEF9F9FEFEFEF9F9F9F9FEFEFEF9F9FEFEFEJs9$9";"x;':$8%:$:$8sJs +O=F9F9F9F9F9FEF9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9O=F7J&Jt +P FEF9F9F9F9Q F9J( +P F9FEFEFEFEFEF9=z8z8z8z +/F7R%F7/F7/F7rF"J"F"F% +F7F7R&F7F7F7F7F7F7'z& +F6F6F6F6F6F7S,EEF6F6F6F6F68$J% +F9F9F9S.F9F9F9F7 + + + + + + + + + + + + + + +Jz +OKQ(A2J" +S$FFJz" +OMQ$C3FF +J#9#J$<$ +4FEFEFEFEOBFEFEFEFEFEFEJ#<%G" +P/C3C3FEC3C3C3FEJ%9%8) +=FEFEFEFEFEFEFEFEFEFEEEFEFEEEFEFEJ.9"J&8#8#?&9$9&8&9$ +FEEEEEEEEEEEEEEEEEJC3FEC3FEC3FEC3C3C3C3FEC3C3C3FEC3C3C3FEC3FEC3C3C3C3FEC3C3C3FEC3C3C3FEJ&:#;"J$G& +EEFEEEEEEEEEOCC3C3C3C3C3C3C3FEJ-=#=#J"D$ +4EEFEFEEEFEFEEEEEFEFEEEEEFEFEFEFEO=FEFEC3FEJ":.J";59&8%:, +7FEEEFEFEFEFEEEEEEEFEFEFEFEEEO%FE4FEC3C3FEFEFEC3FEC3FEFEFEFEFEFEC3FEFEFEFEC3FEFEFEC3FEFEFEFEC3FEFEFEC3C3C3FEFEFEC3J&9%9%8#:#Jr8z:$9%;$9$ +5EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEJC31C3C3C3C3C3C3C3C3C3C3C3C3C3C3 + + +JZ +OMQ$J" +OLFFJz +OKQ(EE + + + + + + + + + + +Jz +OIQ,FE +Jz +OKQ(A2J" +S$FFJz" +OMQ$C3FFJ# +PBFEFEJ'J# +4FEFEFEFEFEFEO#FEFEJ& +6EEEEEEFEFEJ%9%9%8#8#8#8%8);# + store +/green < +9F0000000000000000000000000099DEFFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B59765E1A36FE700FF1A006B7FB28B3099FFFFB094FFF700CEEEEE0073E6A2 +4DBF88F558D74DB38080C0C080C080808060C08000A08040BE5BB477D9B3FF77 +2070A0402040D0F0F0E010B489A0E4FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3BF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B59765E1A36FE7BFCC8BEE2F7FB257606BFBB3B015322480FAEEB40073E6A2 +4DBF88F558D756CAD050C080C08080C08060C080FF000040BE7A8C65D9B3E085 +2070C0802040D06050E010B476A0C40070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7Q+F6F76F6F7J" +R*F78z8z8z +4F9Q*F94F9 + +;z" +R!F7F6F9F9F9FEFEFEFEFEF9FEFEFEF9FEFEF9F9FEFEArJ$A$ +F9OEF9FEFEF9F9F9@sJ%G' +F7ODFEFEF9F9F9FEFEFEFEF9@tJ$?"A$9& +F9O:FEFEF9FEFEF9FEFEF9F9F9F9J"8&8"8'8$8*8& +OGFEFEFEFEFEF9FEFEF9F9FEFEF9FEF9FEFEF9F9F9FEFEFEF9F9FEFEFEFEFEJr9%8v9$9";" +OGF9F9F9F9F9F9F9F9F9F9FEJ& +P=FEF9F9F9F9J( +P=F9FEFEFEFEFEF9=z8z +/F7Q;F7rF"J% +F7F7Q$8%;( +O'FFFEFEFEFFFFFEFE6FFFFFEFEFEFFFEFFFEFEFEFEFEFEFEFEFEFFFFFEFEFEFFFFJ"9$J$9"G"8$J$9$ +O'FEFEFFFF;FFFFFEFEFEFFFFFF>FFFFFEFEFFFFJ#9#J" +P4FEFEFFFFEFFJ$J$8"J$;" +OHFFFFFE9FEFEFEFF:FFFFFEFEJ"8"JR +P9FEFF;J"Jt +P:FE=FE + +J$<"J$J"J& +GFEFFFFFFEFEFFFF5FFAFFFEFEFFFFJ"<$J" +P3FFFFFFFECFFJ$9$J$9"H":$G$9#8$:$ +HFEFFFFFFFFFEFFEFFFFFFFFFFFFFEFEFFFFFFFEFEFFFFFFFFFEJ(8"8"9"8"9#8#<#8#<'8"D);#8#>':) +IFEFEFFFFFFFEFEFFFFFFFFFFFFFFFFFFFFFFFFFEFEFFFFFFFEFFFEFEFFFFFFFFFEFEFFFFFFFFFEFFFFFFFFFEFEFEFFFFFFFFFEFEJ$:%9%9'<'>rC"8%='?%=% +KFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFE + + + + +Jz +CPBEE + + + + + + + + + store +/green < +57D79F00000000000000000000000000FFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B59765E1A36FE700FF1A00B26B7F8BEEEE0073E6A24DBF00CE99FFFFF530B0 +94FFF788BE5BB477D9B3FF774DB358D78080C0C080C080808060C08000A08040 +2070A0402040D0F0F0E010B4A089E4FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +8CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B59765E1A36FE7BFCC8BEEB22F7F57EEB40073E6A24DBF80FA6BFBB3F560B0 +15322488BE7A8C65D9B3E08556CA58D7D050C080C08080C08060C080FF000040 +2070C0802040D06050E010B4A076C40070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7R7F6F76F6F7J" +S6F78z8z8z +4F9R6F94F9 + +;z" +S-F7F6%?%9% +F9OAFEFEF9FEFEF9F9F9F95FEFEF9FEFEFEF9FEFEFEF9FEFEJ"8$9(8(8$8"9"<08"808"9" +P FEFEFEFEF9F9FEFEFEF9F9FEFEFEFEFEF9FEFEF9FEFEFEF9FEFEFEFEF9F9F9F9FEFEFEF9F9FEFEF9F9FEFEFEF9F9F9F9FEFEFEF9F9FEFEFEJs9$9";"x;':$8%:$:$8s +P F9F9F9F9F9FEF9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9J& +P1FEF9F9F9F9J( +P1F9FEFEFEFEFEF9=z8z +/F7RGF7rF"J% +F7F7RHF7F7F7F7'z& +F6F6F6F6F6F7S,EEF6F6F6F6F68$J% +F9F9F9S.F9F9F9F7 + + + + + + + + + + + + + + +J5 +OKQ(BDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEJ5 +OKQ(FEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDJ#z" +OKBDFEQ%BDFFJ#J# +OKFEBDQ$FFBDJ#9#J#F$<$J# +4FEFEFEFEO0BDFEFEFEFEFEFEFEP6BDFFJ#F#<%G"J# +OKFEBDBDBDFEBDBDBDFEP$FFBDJ%9%8)J#J# +=FEFEFEFEFEFEFEFEFEFEEEFEFEEEFEFEGBDFEQ$BDFFJ.9"J)8#8#?&9$9&8&9$J# +FEEEEEEEEEEEEEEEEEGBDFEBDBDFEBDFEBDFEBDBDBDBDFEBDBDBDFEBDBDBDFEBDFEBDBDBDBDFEBDBDBDFEBDBDBDFEOHBDFFJ&:#;"J#J$G&J# +EEFEEEEEEEEEO"BDFE?BDBDBDBDBDBDBDFEOHBDFFJ-=#=#J#J"D$J# +4EEFEFEEEFEFEEEEEFEFEEEEEFEFEFEFEGFEBDBFEFEBDFEOLFFBDJ":.J%;59&8%:,J# +7FEEEFEFEFEFEEEEEEEFEFEFEFEEEO"BDFEBDFE4FEBDBDFEFEFEBDFEBDFEFEFEFEFEFEBDFEFEFEFEBDFEFEFEBDFEFEFEFEBDFEFEFEBDBDBDFEFEFEBDOHBDFFJ&9%9%8#:#J"t8z:$9%;$9$J# +5EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEGFEBD1BDBDBDBDBDBDBDBDBDBDBDBDBDBDOIFFBDJ#J# +OKBDFEQ$BDFFJ#J# +OKFEBDQ$FFBDJ#J# +OKBDFEQ$BDFFJ5 +OKQ(FEBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDJ5 +OKQ(BDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFJz +OKQ(EE + + + + + + + + + + +Jz +OIQ,FE +J5 +OKQ'BDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDJ5 +OKQ(FEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDJ#z" +OKBDFEQ%BDFFJ#J#J# +OKFEBDCFEFEP-FFBDJ'J#B#J# +4FEFEFEFEFEFEO#FEFEBDFEQ$BDFFJ&J#J# +6EEEEEEFEFEO0FEBDQ$FFBDJ%9%9%8#8#8#8%8);#>#J# +#J# +6FEFEFEFEEEEEEEFEEEEEEEFEEEEEEEEEEEFEFEFEFEEEEEEEEEEEEEBDFEQ$BDFFJ%8$9&8&J"J#:"<"<"<"<"J# +6EEEEEEEEFEFEFEEEEEFEFEFEEEEEFEFEFE6EE4FEBDFEFEFEFEFEP1FFBDJ%;"8"9"8"J#:"<"<"<"<"J# +;FEFEEEEEEEFEEEFEJBDFEBDBDBDBDBDP1BDFFJ%9%:)G":#>#J# +BFEFEEEEEFEFEEEEEEEFEFEEEEEFEFEEEFEFEFEFEBDQ$FFBDJ5B'<%D#J# +;4EEFEFEFEEEFEFEEEFEFEFEFEEEEEEEFEFEFEFEEEEEFEFEFEFEEEEEFEFEEEBDFEQ$BDFFJ##J# +4EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEFEBDQ$FFBDJ#J# +OKBDFEQ$BDFFJ#J# +OKFEBDQ$FFBDJ#J#J# +OKBDFECBDBDP-BDFFJ5 +OKQ(FEBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDJ5 +OKQ(BDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFJz +OKQ(FE +Jz +OIQ,EE + + + + + + + + + + + + + +FEFEEEOJFEFEEEEEFEFEFEEEFEFEEEFEFEEEEEFEFEEEFEFEEEEEFEFEJ#="># +Q=EEEEEEEEEEJ$J$I# +O>EEFEFEOKFEFEFEFEFEJ$J%I% +O?EEFEFEOIFEFEEEEEEEEEEEEEJ$8$<$J$8#H#;# +O2EEFEFEFEFEEEEEFEFEOAEEFEFEFEFEFEFEFEFEJ'>$J.=. +O3EEFEFEFEFEEEEEFEFEOAEEFEFEFEFEEEEEFEFEFEEEFEFEEEFEFEFEFEEEEEEEFEFEFEFEEEJ%:#:#J%8s8#8%9%8# +O4EEEEEEEEEEEEEEEEOBEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE + + + + + + +&J% +F7F7F7F7F7S-F7F7F7F7&JzJzJ& +F6F6F6F6F6EO1EDKO1EDEF6F6F6F6F68$J"J"J% +F9F9F9DEDP-EDP)F9F9F9F7JzJz +HO5EEGO5EE + + +JZ +DO=J" +CFFJz +BOAEE + + + + + + + + store +/green < +9F0000000000000000000000000099DEFFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B56B7F9765E1A36FE700FF1A00B28B3099FFFFB094FFF700CEEEEE8858D700 +73E6A24DBFF54DB38080C0C080C080808060C08000A080402070A0402040D0F0 +F0E010B4BE5BB477D9B3FF77A089E4FF194F2600B641DE4F829E4780FF0000FF +> store +/blue < +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3BF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B52F7F9765E1A36FE7BFCC8BEEB257606BFBB3B015322480FAEEB48858D700 +73E6A24DBFF556CAD050C080C08080C08060C080FF0000402070C0802040D060 +50E010B4BE7A8C65D9B3E085A076C400704F2600FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7S#F6F76F6F7J" +T"F78z8z8z +4F9S"F94F9 + +;z" +SGF7F6$@%J#F' +O@FEFEFEFEF9FE;FEFEFEFEFEFEFEFEFE5FEFEFEFEFEFEF9FEJ'J"B"8"J' +O?FEFEF9F9F9FEFF9F9F9FFEFEF9F9F9FEJ"J#J#8#J" +ODF9$<"H%J":$9&J">%?%9% +F9O-FEFEF9FEFEFEF9F9F95FEFEF9FEFEF9F9F9F95FEFEF9FEFEFEF9FEFEFEF9FEFEJ'9+8$8"9$8"8'8"9";"8$9(8(8$8"9"<08"808"9" +O@F9FEFEFEFEF9F9FEFEF9F9F9F9FEFEF9FEF9FEFEFEF9FEFEFEFEFEF9F9FEFEFEFEFEFEFEF9F9FEFEFEF9F9FEFEFEFEFEF9FEFEF9FEFEFEF9FEFEFEFEF9F9F9F9FEFEFEF9F9FEFEF9F9FEFEFEF9F9F9F9FEFEFEF9F9FEFEFEJ';#:z8s;s9$9";"x;':$8%:$:$8s +O?F9F9F9F9F9F9F9F99F9F9F9F9F9F9F9FEF9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9J& +Q-FEF9F9F9F9J"8"J( +OFFEFEO1F9FEFEFEFEFEF9=z8z +/F7S3F7rF"J% +F7F7S4F7F7F7F7'z& +F6F6F6F6F6F7SFEEF6F6F6F6F68$J% +F9F9F9SHF9F9F9F7 + + + + + + + + + + + + + + +J5 +P7Q(C5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEJ5 +P7Q(FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5J#z" +P7C5FEQ%C5FFJ#J# +P7FEC5Q$FFC5J#9#I#J#F$<$J# +4FEFEFEFEFEFEO5C5FEFEFEFEFEFEFEP6C5FFJ"J#F#<%G"J# +6FEP FEC5C5C5FEC5C5C5FEP$FFC5J%8*;#8+9#J#J# +=FEFEFEFEFEEEFEFEFEEEFEFEFEFEFEFEFEEEFEFEEEFEFEFEFEFEFEO!C5FEQ$C5FFJ#:'8*9%9"8'J)8#8#?&9$9&8&9$J# +6EEFEFEFEEEEEFEFEFEEEEEFEFEEEEEFEFEFEEEFEFEFEFEFEEEEEFEFEO%FEC5C5FEFEFEC5FEFEFEFEFEFEFEFEFEFEFEFEFEFEC5FEFEFEFEFEFEFEFEFEFEFEOIFFC5J"=#>#J,9"@&8&8&8&8&J# +O"EEEEEEEEEEO!C5FEC5C5FEC5FEC5FEC5C5C5C5FEC5C5C5FEC5C5C5FEC5FEC5C5C5C5FEC5C5C5FEC5C5C5FEOHC5FFJ#J":#J#J$G&J# +7EEFE>EEFEFEO'FEC5?FEFEFEC5FEFEFEC5OHFFC5J%J#J%G%J# +O.EEEEEEEEO%C5FE?C5C5C5C5C5C5C5FEOHC5FFJ"J"C#8#J#J"D$J# +8EE7FEFEFEFEFEO!FEC5BFEFEC5FEOLFFC5J'D%<'J%;59&8%:,J# +FEC5Q$FFC5J"B%=%@":#<#J#J# +DEEEEEEEEEEFEEEEEEEEEEEEEEEEE:C5FEQ$C5FFJ"9$9&:#A$J#:"<"<"<"<"J# +O"EEFEFEFEEEEEFEFEFEFEFEFEFEFE@FEC5FEFEFEFEFEP1FFC5J%;"8"9%>%J#:"<"<"<"<"J# +O%FEFEEEEEEEFEEEEEEEEEFEFEEEEE@C5FEC5C5C5C5C5P1C5FFJ$8#H"B%=#F#J#J# +4EEFEFEFEFEFEFEFEEEEEFEFEFEFE:FEC5Q$FFC5J-?%;5>(J#J# +5EEFEFEFEFEEEEEFEFEFEFEEEEEFEFEEE4EEFEFEFEEEFEFEEEFEFEFEFEEEEEEEFEFEFEFEEEEEFEFEFEEEFEFE=C5FEQ$C5FFJ%8%8#8#9&:v9%8#8#8tJ#J# +6EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE:FEC5Q$FFC5J#J# +P7C5FEQ$C5FFJ#J# +P7FEC5Q$FFC5J#J#J# +P7C5FECC5C5P-C5FFJ5 +P7Q(FEC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5J5 +P7Q(C5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFC5FFJz +P7Q(FE +Jz +P5Q,EE + + + + + + + + + + + + + + store +/green < +57D79F00000000000000000000000000FFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B59765E1A36FE700FF1A00B26B7F8BEEEE0073E6A24DBF00CE99FFFFF530B0 +94FFF788BE5BB477D9B3FF774DB358D78080C0C080C080808060C08000A08040 +2070A0402040D0F0F0E010B4A089E4FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +8CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B59765E1A36FE7BFCC8BEEB22F7F57EEB40073E6A24DBF80FA6BFBB3F560B0 +15322488BE7A8C65D9B3E08556CA58D7D050C080C08080C08060C080FF000040 +2070C0802040D06050E010B4A076C40070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7QEF6F76F6F7J" +RDF78z8z8z +4F9QDF94F9 + +;z" +R;F7F6$H" +O>FEFEFEFE>FEFEFEFEF9FEFEFEFEFEJ"8"J'?"I" +O>F9F9=FEFEF9F9F9FEF9FEJ" +P6F9J$:$9'?#8"9$?$:$8"8#8$9' +OEFEFEFEFEFEFEFEFEFEF9FEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEF9FEFE@s"J18%<"9#8'<08,8" +F6F7O0FEFEFEF9FEFEF9FEFEFEF9FEFEFEF9F9FEF9FEFEF9FEFEFEFEFEF9FEFEFEFEFEF9FEFEF9FEFEFEF9FEFEF9F9F9F9FEFEFEF9FEFEFEF9F9FEArJ%9$<"@#9":"A";%>$<$ +F9O3F9F9F9F9F9F9F9F9F9F9FEFEFEF9F9F9F9F9F9F9F9F9F9@sJ"8#;%>% +F7OMFEF9F9F9F9F9F9F9F9F9F9@tJ%9$G">%>%9%>$ +F9O2FEF9FEFEFEF9FEFEFEF9FEFEFEF9FEFEFEF9FEFEFEF9FEJ"838"9"<0808.8" +O>FEFEF9F9F9FEFEFEF9F9F9F9FEFEFEF9F9F9FEFEFEF9FEFEFEFEF9F9F9F9FEFEFEF9F9FEFEF9F9F9FEFEFEF9F9F9F9FEFEFEF9F9FEFEF9F9F9FEFEFEF9F9F9FEFEJ%9$:$9s;':$8%9$:$:#9$9% +O>F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9 + +=z8z +/F7R'F7rF"J% +F7F7R(F7F7F7F7'z& +F6F6F6F6F6F7R:EEF6F6F6F6F68$J% +F9F9F9R' +7EEFEFEFEFEEEEEEEFEFEFEFEEEEEFEFEFEFEEEJ#8%9%8#8#8% +4EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE + + + + + + + +H5=z +Q6BDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFE3EDH5J" +Q6FEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBD9FFH#z"?r"r" +BDFEQ3BDFFE6EDE6FFH#J#E" +FEBDQ2FFBDFFH&I#J#G" +BDFEBDFEFEFEFEPHBDFFEDH%J"J#D" +FEBDBDBD4BDPIFFBDFFH#J#F$ +BDFEQ2BDFFEEEDEDH#9$:$8&:$J#C$ +FEBDFEFEFEFEFEFEFEFEFEBDFEFEFEFEPEFFBDFFFFEEH#9%8-9%J#G$ +BDFEBDBDBDFEFEBDBDBDFEBDBDFEBDFEBDFEBDBDBDFEPDBDFFEEEDEDH#J#B$ +FEBDQ2FFBDFFFFEEH#J#H$ +BDFEQ2BDFFEEEDEDH#J#A$ +FEBDQ2FFBDFFFFEEH*8(;(J#I$ +BDFEBDFEBDFEFEFEBDBDFEFEFEBDBDFEFEFEBDFEFEFEBDPDBDFFEEEDEDH"r:$8wJ#@$ +FEBDBDBDBDBDPEFFBDFFFFEEH#J#J$ +BDFEQ2BDFF4EEEDEDH#J#?#u +FEBDQ2FFBDFFFFEDH#J#@"B" +BDFEQ2BDFFEDEDH#J#?z +FEBDQ2FFBD/E6H#J#?Z +BDFEQ2BDFF/H#J#J" +FEBDQ2FFBD7EDH#J#Av" +BDFEQ2BDFFEEEDH#J# +FEBDQ2FFBDH#J# +BDFEQ2BDFFH#8$:$8&8&9&9$:$:$J# +FEBDFEFEFEFEFEFEFEFEFEBDFEFEBDFEFEFEFEBDFEFEFEFEFEFEFEFEFEFEFEFEP*FFBDH)848&8&8&8&J# +BDFEBDFEBDBDBDFEFEBDBDBDFEBDBDFEBDFEBDFEBDBDFEBDBDBDFEBDFEBDBDBDFEBDBDBDFEFEBDBDBDFEFEBDBDBDFEP)BDFFH#;"J$9&8&J# +FEBDBD?FEFEFEBDFEFEFEBDBDFEFEFEBDP)FFBDH#J%9%9%J# +BDFEEBDBDBDBDBDBDBDFEBDBDBDFEP)BDFFH#;"J"8"<"J# +FEBDFEBFEFEFEP-FFBDH)8(;"8%8%9&8&8&J# +BDFEBDBDFEFEFEBDBDFEFEFEBDBDFEFEFEFEFEBDFEFEFEFEBDFEFEFEBDBDFEFEFEBDBDFEFEFEBDP)BDFFH#8$:$8r8$9%:$:$:$J# +FEBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDP*FFBDH#J# +BDFEQ2BDFFH#J$J# +FEBD5FEFEFEPHFFBDH#J$J# +BDFE5BDBDBDPHBDFFH#J# +FEBDQ2FFBDH5 +Q6BDFEE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFE6FFBDFFH$z# +FEBDFFQ1E6FFBDH$J$ +BDFEE6Q0FEBDFFH$J$ +FEBDFFQ0E6FFBDH$J$ +BDFEE6Q0FEBDFFH(:$9&9$J$ +FEBDFFE6FEFEFEFEFEFEFEE6FEFEFEFEFEFEPEE6FFBDH)8&8&8&J$ +BDFEE6FEE6E6E6FEFEE6E6E6FEE6FEE6E6E6FEE6E6E6FEPDFEBDFFH$:"G$J$ +FEBDFFE6FEFEFEPEE6FFBDH$J%J$ +BDFEE66E6E6E6E6PDFEBDFFH$:"J"J$ +FEBDFFFE4FEPDE6FFBDH)8&8%9&J$ +BDFEE6E6FEFEFEE6E6FEFEFEE6FEFEFEFEE6FEFEFEE6PDFEBDFFH(:$9%:$J$ +FEBDFFE6E6E6E6E6E6E6E6E6E6E6E6E6E6PEE6FFBDH$J$ +BDFEE6Q0FEBDFFH$J$ +FEBDFFQ0E6FFBDH$J$ +BDFEE6Q0FEBDFFH5 +Q6FEBDFFE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FEE6FFBDH#z" +BDFEQ3BDFFH#J# +FEBDQ2FFBDH#:#J# +BDFEFEFEQ,BDFFH#:"J# +FEBDBDQ-FFBDH#J# +BDFEQ2BDFFH#8$:$:$J# +FEBDFEFEFEFEFEFEFEFEFEPMFFBDH(9&8&J# +BDFEBDFEBDBDBDFEBDBDBDFEFEBDBDBDFEPLBDFFH#>&<"J# +FEBDBDFEFEFEBDBDPLFFBDH#?%J# +BDFEBDBDBDFEQ%BDFFH#>"@"J# +FEBDFEFEPLFFBDH08&J# +BDFEBDBDFEFEFEBDFEBDBDFEFEFEBDBDFEFEFEBDPLBDFFH#8&8$:$J# +FEBDBDBDBDBDBDBDBDBDBDBDBDPMFFBDH#J# +BDFEQ2BDFFH#J# +FEBDQ2FFBDH#J# +BDFEQ2BDFFH#J# +FEBDQ2FFBDH#J# +BDFEQ2BDFFH#J# +FEBDQ2FFBDH#J# +BDFEQ2BDFFH#J# +FEBDQ2FFBDH#J# +BDFEQ2BDFFH#8$8&9%:$:$J# +FEBDFEFEFEFEFEFEBDFEFEFEFEFEFEFEFEFEFEFEP?FFBDH08&8&8&J# +BDFEBDFEBDBDBDFEBDBDFEBDFEBDFEBDBDBDBDFEFEBDBDBDFEFEBDBDBDFEP>BDFFH#8$A$="8&J# +FEBDFEFEFEFEFEFEBDBDFEFEFEBDP>FFBDH#8%?%A%J# +BDFEBDBDBDBDFEBDBDBDBDBDBDFEP>BDFFH#;"J"8"J# +FEBDFE4FEFEPBFFBDH+;/8&J# +BDFEBDBDFEFEFEBDBDFEFEBDBDFEFEFEBDFEBDBDFEFEFEBDBDFEFEFEBDP>BDFFH#8$8r8&8$:$J# +FEBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDP?FFBDH#J# +BDFEQ2BDFFH#J# +FEBDQ2FFBDH#J# +BDFEQ2BDFFH#J# +FEBDQ2FFBDH#J# +BDFEQ2BDFFH#J# +FEBDQ2FFBDH&I#J#J# +BDFEBDFEFEFEFE>FEFEP(BDFFH%J"J"J# +FEBDBDBD4BD?BDP)FFBDH#J# +BDFEQ2BDFFH#;#9$8(8$:$9%9&9$J# +FEBDFEFEFEFEFEFEFEFEBDFEFEFEFEFEFEFEFEFEFEFEFEFEFEBDFEFEFEFEFEFEP)FFBDH#:$8.8%8&8&8&8%J# +BDFEFEBDBDFEBDBDBDFEBDBDFEBDBDBDFEBDBDBDBDFEFEBDBDBDFEBDBDBDBDFEBDFEBDBDBDFEBDBDBDP)BDFFH#9#;$J$J# +FEBDFEBDFEFEFE9FEFEFEP7FFBDH#9#;%8&F%J# +BDFEBDFEBDBDBDBDBDFEBDFEBDFEBDBDBDP7BDFFH#:#=":"J# +FEBDBDFEFEFEPMFFBDH%9*9$8'8&8,9'J#Av +BDFEBDFEBDFEFEBDBDFEFEFEBDBDFEBDFEBDFEFEFEBDBDFEFEFEBDBDFEFEFEBDFEBDFEFEFEFEBDFEFEFEBDFEP'BDFFEDH&9#8$?&:$:u:&J#@" +FEBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDBDP'FFBDEDH#J#?z +BDFEQ2BDFF/E6H#F$J# +FEBDFEFEBDPMFFBDH#F#J# +BDFEBDBDQ BDFFH#J# +FEBDQ2FFBDH#J# +BDFEQ2BDFFH#J# +FEBDQ2FFBDH#E$G#J# +BDFEFEFEFEFEFEP;BDFFH#8"B#H"J# +FEBDFEBDBDBDP" +Q6FEBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFHz=z +Q6EE3EE + + + + +HZ +R"J" +R3EDJz" +4QLEEED + + + + + + + +J# +P6FEFEJ"8" +P5FEFEJ" +P;FEJ& +P8EEEEFEFEFEJ":" +P8FEFEJ" +P5EEJ"8":" +P6EEFEFEJ">#:# +P1FEEEEEFEFEJ$:"="8" +P0FEFEFEEEFEFEJ"9" +P7FEFEJ"<" +P3FEFEJ";"<"9# +P0EEFEEEEEEEJ"8" +P>EEFEJ"?"8" +P5FEEEFEJ"8#8# +P0FEEEFEEEEEJ"C" +P/FEFEJ"9#;";" +P.FEEEFEEEFEJ#9"=" +P1EEFEEEFEJ"=" +P:EEEEJ"8"@$ +P-FEEEEEEEEEJ#?" +P6FEFEEEJ" +P2EEJ"8# +P0FEEEEEJ"=$ +P-EEEEEEEEJ$ +P8FEFEFEJ$<"9" +P.EEEEEEFEFE +J#=$ +P5FEFEEEEEEEJ$ +P2FEFEFEJ$ +P/FEFEFEJ# +P-FEFEJ" +P;EEJ" +P,FEJ" +P:EEJ#D# +P*FEFEFEFEJ#H" +P(FEFEFEJ" +P=FE +J# +P&FEFEJ#J$ +P$FEFE8FEFEFEJ"J" +P#FE=FE + +J" +PBFE +J#J" +P#EEEE=EEJz +P%=EE + + + + + +Jz +4QLEDI" +EDHz +R"EE + + + + + + + + + + + + +J# +4FEFE +J%9%8& +8FEFEFEFEFEFEFEFEFEFEEEFEFEJ.9% +7FEFEEEEEFEFEEEFEFEEEEEFEFEFEEEFEFEJ#@" +;EEEEEE + +J# +;FEFEJ. +7EEFEFEFEFEEEEEEEFEFEFEFEEEJ#8%9%8#8# +4EEEEEEEEEEEEEEEEEEEEEEEEEEEE + + + + + + + + +H5 +R!BDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDH5 +R!FEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFEBDFFH#z# +BDFEQKBDFFBDH#J# +FEBDQKBDFFH#J# +BDFEQKFFBDH#J# +FEBDQKBDFFH#J# +BDFEQKFFBDH#9$:$9&9$J# +FEBDFEFEFEFEFEFEFEBDFEFEFEFEFEFEQ0BDFFH#8&8&8&8&J# +BDFEFEBDBDBDFEFEBDBDBDFEBDFEBDBDBDFEBDBDBDFEQ/FFBDH#<"G$J# +FEBDBDFEFEFEQ0BDFFH#J%J# +BDFE8BDBDBDBDQ/FFBDH#<"J"J# +FEBDFE4FEQ/BDFFH#8&8&8%9&J# +BDFEBDFEFEFEBDBDFEFEFEBDFEFEFEFEBDFEFEFEBDQ/FFBDH#9$:$9%:$J# +FEBDBDBDBDBDBDBDBDBDBDBDBDBDBDQ0BDFFH#J# +BDFEQKFFBDH#J# +FEBDQKBDFFH#J# +BDFEQKFFBDH5 +R!FEBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFH5 +R!BDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDFFBDHz +R!EE + + + + + + + + + + +O3J"J" +P#EDP"EDJz"Jz" +AO/EEEDAO/EEED + + + + +J%:#9#J%J# +O+FEFEFEFEFEFEFEFEO8FEFEFEFE=FEFEJ'=$J' +O*FEFEEEEEFEFEFEFEEEO7FEFEEEEEFEFEJ$8$;$J$8(8&9%9% +O)FEFEEEEEFEFEFEFEEEO7FEFEEEEEEEEEFEFEFEFEFEFEEEFEFEFEFEFEFEFEFEFEFEJ$J'93 +O5FEFEEEO?FEFEEEEEFEFEFEEEFEFEEEFEFEEEEEFEFEEEFEFEEEEEFEFEJ#="># +Q)EEEEEEEEEEJ$J$I# +O5EEFEFEO@FEFEFEFEFEJ$J%I% +O6EEFEFEO>FEFEEEEEEEEEEEEEJ$8$<$J$8#H#;# +O)EEFEFEFEFEEEEEFEFEO6EEFEFEFEFEFEFEFEFEJ'>$J.=. +O*EEFEFEFEFEEEEEFEFEO6EEFEFEFEFEEEEEFEFEFEEEFEFEEEFEFEFEFEEEEEEEFEFEFEFEEEJ%:#:#J%8s8#8%9%8# +O+EEEEEEEEEEEEEEEEO7EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE + + + + +&J% +F7F7F7F7F7R;F7F7F7F7&JzJzJ& +F6F6F6F6F6O3EE + + +JZ +;O;J" +:FFJz +9O?EE + + + + + + + + store +/green < +57D79F00000000000000000000000000FFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B56B7F9765E1A36FE700FF1A00B28BEEEE0073E6A24DBF00CEF599FFFFB094 +FFF730884DB358D78080C0C080C080808060C08000A080402070A0402040D0F0 +F0E010B4BE5BB477D9B3FF7789E4A0FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +8CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B52F7F9765E1A36FE7BFCC8BEEB257EEB40073E6A24DBF80FAF56BFBB3B015 +3224608856CA58D7D050C080C08080C08060C080FF0000402070C0802040D060 +50E010B4BE7A8C65D9B3E08576C4A00070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7R=F6F76F6F7J" +S$H" +P#FEFEFEFE>FEFEFEFEF9FEFEFEFEFEJ"8"J'?"I" +P#F9F9=FEFEF9F9F9FEF9FEJ" +PIF9J$:$9'?#8"9$?$:$8"8#8$9' +P*FEFEFEFEFEFEFEFEFEF9FEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEF9FEFE@s"J18%<"9#8'<08,8" +F6F7OCFEFEFEF9FEFEF9FEFEFEF9FEFEFEF9F9FEF9FEFEF9FEFEFEFEFEF9FEFEFEFEFEF9FEFEF9FEFEFEF9FEFEF9F9F9F9FEFEFEF9FEFEFEF9F9FEArJ%9$<"@#9":"A";%>$<$ +F9OFF9F9F9F9F9F9F9F9F9F9FEFEFEF9F9F9F9F9F9F9F9F9F9@sJ"8#;%>% +F7P2FEF9F9F9F9F9F9F9F9F9F9@tJ%9$G">%>%9%>$ +F9OEFEF9FEFEFEF9FEFEFEF9FEFEFEF9FEFEFEF9FEFEFEF9FEJ"838"9"<0808.8" +P#FEFEF9F9F9FEFEFEF9F9F9F9FEFEFEF9F9F9FEFEFEF9FEFEFEFEF9F9F9F9FEFEFEF9F9FEFEF9F9F9FEFEFEF9F9F9F9FEFEFEF9F9FEFEF9F9F9FEFEFEF9F9F9FEFEJ%9$:$9s;':$8%9$:$:#9$9% +P#F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9 + +=z8z +/F7RMF7rF"J% +F7F7S F7F7F7F7'z& +F6F6F6F6F6F7S2EDF6F6F6F6F68$J% +F9F9F9S4F9F9F9F7 + + + + + + + + + +HZ +RHJ" +S+ECJz" +4RDEDEC + + + + + + + +J# +PJFEFEJ"8" +PIFEFEJ" +Q!FEJ& +PLEDEDFEFEFEJ":" +PLFEFEJ" +PIEDJ"8":" +PJEDFEFEJ">#:# +PEFEEDEDFEFEJ$:"="8" +PDFEFEFEEDFEFEJ"9" +PKFEFEJ"<" +PGFEFEJ";"<"9# +PDEDFEEDEDEDJ"8" +Q$EDFEJ"?"8" +PIFEEDFEJ"8#8# +PDFEEDFEEDEDJ"C" +PCFEFEJ"9#;";" +PBFEEDFEEDFEJ#9"=" +PEEDFEEDFEJ"=" +Q EDEDJ"8"@$ +PAFEEDEDEDEDJ#?" +PJFEFEEDJ" +PFEDJ"8# +PDFEEDEDJ"=$ +PAEDEDEDEDJ$ +PLFEFEFEJ$<"9" +PBEDEDEDFEFE +J#=$ +PIFEFEEDEDEDJ$ +PFFEFEFEJ$ +PCFEFEFEJ# +PAFEFEJ" +Q!EDJ" +P@FEJ" +Q EDJ#D# +P>FEFEFEFEJ#H" +P' +7EDFEFEFEFEEDEDEDFEFEFEFEEDEDFEFEFEFEEDJ#8%9%8#8#8% +4EDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDED + + + + + + + +H5=z +R.BAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFE3ECH5J" +R.FEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBAFEBA9FFH#z"?r"r" +BAFER+BAFFDEECDEFFH#J#E" +FEBAR*FFBAFFH&I#J#G" +BAFEBAFEFEFEFEQ@BAFFECH%J"J#D" +FEBABABA4BAQAFFBAFFH#J#F$ +BAFER*BAFFEDECECH#9$:$8&:$J#C$ +FEBAFEFEFEFEFEFEFEFEFEBAFEFEFEFEQ=FFBAFFFFEDH#9%8-9%J#G$ +BAFEBABABAFEFEBABABAFEBABAFEBAFEBAFEBABABAFEQ&<"J# +FEBABAFEFEFEBABAQDFFBAH#?%J# +BAFEBABABAFEQKBAFFH#>"@"J# +FEBAFEFEQDFFBAH08&J# +BAFEBABAFEFEFEBAFEBABAFEFEFEBABAFEFEFEBAQDBAFFH#8&8$:$J# +FEBABABABABABABABABABABABAQEFFBAH#J# +BAFER*BAFFH#J# +FEBAR*FFBAH#J# +BAFER*BAFFH#J# +FEBAR*FFBAH#J# +BAFER*BAFFH#J# +FEBAR*FFBAH#J# +BAFER*BAFFH#J# +FEBAR*FFBAH#J# +BAFER*BAFFH#8$8&9%:$:$J# +FEBAFEFEFEFEFEFEBAFEFEFEFEFEFEFEFEFEFEFEQ7FFBAH08&8&8&J# +BAFEBAFEBABABAFEBABAFEBAFEBAFEBABABABAFEFEBABABAFEFEBABABAFEQ6BAFFH#8$A$="8&J# +FEBAFEFEFEFEFEFEBABAFEFEFEBAQ6FFBAH#8%?%A%J# +BAFEBABABABAFEBABABABABABAFEQ6BAFFH#;"J"8"J# +FEBAFE4FEFEQ:FFBAH+;/8&J# +BAFEBABAFEFEFEBABAFEFEBABAFEFEFEBAFEBABAFEFEFEBABAFEFEFEBAQ6BAFFH#8$8r8&8$:$J# +FEBABABABABABABABABABABABABABABABAQ7FFBAH#J# +BAFER*BAFFH#J# +FEBAR*FFBAH#J# +BAFER*BAFFH#J# +FEBAR*FFBAH#J# +BAFER*BAFFH#J# +FEBAR*FFBAH&I#J#J# +BAFEBAFEFEFEFE>FEFEQ BAFFH%J"J"J# +FEBABABA4BA?BAQ!FFBAH#J# +BAFER*BAFFH#;#9$8(8$:$9%9&9$J# +FEBAFEFEFEFEFEFEFEFEBAFEFEFEFEFEFEFEFEFEFEFEFEFEFEBAFEFEFEFEFEFEQ!FFBAH#:$8.8%8&8&8&8%J# +BAFEFEBABAFEBABABAFEBABAFEBABABAFEBABABABAFEFEBABABAFEBABABABAFEBAFEBABABAFEBABABAQ!BAFFH#9#;$J$J# +FEBAFEBAFEFEFE9FEFEFEQ/FFBAH#9#;%8&F%J# +BAFEBAFEBABABABABAFEBAFEBAFEBABABAQ/BAFFH#:#=":"J# +FEBABAFEFEFEQEFFBAH%9*9$8'8&8,9'J# +BAFEBAFEBAFEFEBABAFEFEFEBABAFEBAFEBAFEFEFEBABAFEFEFEBABAFEFEFEBAFEBAFEFEFEFEBAFEFEFEBAFEPMBAFFH&9#8$?&:$:u:&J# +FEBABABABABABABABABABABABABABABABABABABABABABABAPMFFBAH#J# +BAFER*BAFFH#F$J# +FEBAFEFEBAQEFFBAH#F#J# +BAFEBABAQFBAFFH#J# +FEBAR*FFBAH#J# +BAFER*BAFFH#J# +FEBAR*FFBAH#E$G#J# +BAFEFEFEFEFEFEQ3BAFFH#8"B#H"J# +FEBAFEBABABAQ4FFBAH#J# +BAFER*BAFFH)9$A$8&;#:$8&:$J# +FEBABAFEFEFEFEFEFEFEFEFEFEFEFEBAFEFEFEFEFEFEFEFEFEBAFEFEFEFEFEFEPIFFBAH)8&?-9%8-8&J# +BAFEBABAFEBABABAFEBABABAFEFEBABABAFEBABAFEBABABAFEFEBABAFEFEBABABAFEBABAFEFEBABAFEFEBABABAFEPHBAFFH#?$A$A"C"<$J# +FEBAFEFEFEFEFEFEBABAFEFEFEPIFFBAH#?%@%J%J# +BAFEBABABABABABABABA?BABABABAPHBAFFH#<";"C"J"J# +FEBAFEFEFEBFEPHFFBAH#8,8-959(J# +BAFEBAFEFEFEBABABAFEFEFEBAFEFEFEFEFEFEBABAFEFEFEBA6FEFEFEBABAFEFEFEBAFEFEFEBABAFEFEFEBABAFEFEFEFEBABAFEFEFEBAPHBAFFH#9$9$9'8$:$8r8$8$8#8$J# +FEBABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABAPIFFBAH#J# +BAFER*BAFFH#J$J# +FEBA" +R.BAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFBAFFFFHz=z +R.ED3ED + + + + + + + + + + + + + + + + + + + +# +P?EDEDEDFEFEEDFEFEEDO&EDEDEDEDEDJ$J#J$I# +O(EDFEFEO-FEFEOBFEFEFEFEFEJ$J)H&J%I% +O)EDFEFEO)FEFEEDEDEDEDFEFEEDFEFEFEEDO'FEFEEDEDEDEDEDEDJ$8$<$J"<"J$8#H#;# +JEDFEFEFEFEEDEDFEFEO2FEFEO-EDFEFEFEFEFEFEFEFEJ'>$J%9%<"J.=. +KEDFEFEFEFEEDEDFEFEO1EDFEFEEDEDFEFEEDEDO$EDFEFEFEFEEDEDFEFEFEEDFEFEEDFEFEFEFEEDEDEDFEFEFEFEEDJ%:#:#J#:#9#;#8#;"J%8s8#8%9%8# +LEDEDEDEDEDEDEDEDO'EDEDEDEDEDEDEDEDEDEDEDO#EDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDJ" +Q"FEJ$ +Q!FEFEEDJ#;#?# +P=EDEDEDEDEDED + +&J% +F7F7F7F7F7S3F7F7F7F7&HzJzJzH& +F6F6F6F6F6O)EC8O)EC8O)ECF6F6F6F6F68$G"J"J"J% +F9F9F9ECO@ECO@ECO store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000082D78AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000000000000000000000006DB675C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F6F7Q>F6F77F6F7J" +R?F78z8z8z +5F9Q=F95F9 + + +z8z +/F9R F9 +J'J'J"9# +Oz8z +/F7R F7sF"J& +F7F7R!F7F7F7F7F7(z' +F6F6F6F6F6F6F7R3D9F6F6F6F6F6F68%J& +F9F9F9F9R5F9F9F9F9F7 + + + + + + + + + + + + + + + + + + + + + +Ju +BFEJ- +AFEFED9FED9FED9FED9FED9FEJ/ +@FEFED9FED9FED9FED9FED9FED9FEJ&r% +?FEFED9FED9FED9FED9FEJ%=& +@D9FED9FEFED9FED9FEJ$?% +@FED9FEFED9FED9J$9$9%J#J% +@D9FED9D9FED9D9FED9FEBFEFEO?FEFEFEFEJ$9$9&J"8"J' +@FED9FEFED9FEFED9FED9FE@FEFEO=FEFED9D9FEFEJ$9$9'J#9+<#9#8%8#8#<%8#8. +@D9FED9D9FED9D9FED9FED9FE@D9D9FEFED9FEFED9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFED9FEFED9FEFED9FEFEFEFEJ*9(J":"9"8'C'B'@"8'<' +@FED9FED9FED9FED9FEFED9FED9FED9FE=FEFEFEFEFED9D9FEFEFEFED9D9FEFEFEFED9D9FEFEFEFEFED9D9FEFED9D9D9FEFED9J):(J#A(J%A#D$ +@D9FED9FED9FED9FED9FED9FEFEFED9GD9D9D9FEFED9FEFED95FED9D9D9D9D9FEFED9J(:(J#;":#J&A":# +@FED9FED9FED9FED9FED9FED9D9D9@FEFED9FEFEAD9D9FEFEFED9FEFEJ(:'J)=%<&J"8"E%># +?D9FEFED9FED9FED9FED9FED9FE?FEFED9D9D9D9FEFED9D9D9D9D9FEFEFED96D9FED9D9D9D9D9D9J'9(J#J"=%<"B#># +@D9FEFED9FED9D9FED9FED9FED9O"FEFE7FEFEFED9D9FEFEFEFEFEJ&9'J'=";,=,>' +AD9FEFED9FEFED9FED9FED9MD9FEFEFEFED9D9D9FEFEFEFED9D9D9FEFED9D9FEFEFEFED9D9D9FEFED9D9FEFEFEFED9J.J#:%:%@":%9&<%9s:%?# +BD9FEFED9FED9FED9FED9FED9FE@D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9J,J" +DD9FED9FED9FED9FED9FED9O,FEJ+J$ +DFED9FEFEFED9FED9D9D9O,FEFED9J#9$J# +DD9FEFED9FEO.D9D9J#9$ +DFED9D9FED9J+ +BFEFED9FED9FED9FED9FEJ+ +CD9FED9FED9FED9FED9FEJv +BD9 + + + + + + + + + + + + + + + + + + + + + + +=z +R3D8>z" +R1D9FF>Z +R1=z +R3D9 + + + +Jz +BO1FE +Jz +DO-D9 +Jz +FO)D8J" +P FFJz" +HO%D9FF + + +JZJZ +LKJKJ"J" +OHD8OFD8Jz"Jz" +O GD9D8MGD9D8 + + + + +J#:#J#9# +O(FEFEFEFEOBFEFEFEFEJ" +Q&FEJ$8)9%J% +O(D9FEFEFEFED9D9FEFEFEFEFEFEFEFEO?FEFEFEFEJ.J#:' +O0FEFED9D9FEFED9FEFED9D9FEFEO7D9FEFEFED9D9FEFEJ'@% +O)D9FEFEFEFED9FED9D9D9J"8":#9&J# +O*D9D9FEFED9D9FEFEFEO9D9FEJ%9"8" +O2D9D9D9D9D9FEJ(J" +O4FEFED9FEFED9D9O;D9J.J' +O0D9FEFEFEFED9D9D9FEFEFEFED9O=D9FEFEFEFED9J#:%9%J#9#8% +O+D9D9D9D9D9D9D9D9D9D9O6D9D9D9D9D9D9D9D9 + + + + + + +'J& +F7F7F7F7F7F7R4F7F7F7F7F7'JzJzJ' +F6F6F6F6F6F6HGD8O GD8HF6F6F6F6F6F68%J"J"J& +F9F9F9F9GD8OFD8OBF9F9F9F9F7JzJz +LKD9JKD9 + + +JZ +HO%J" +GFFJz +FO)D9 +Jz +DO-FE +Jz +BO1D9 + + + +=z"z"z +0F6F7Q>F6F71F6F7 +ENDBITMAP +%%EndBinary +%%BeginBinary: 4795 +254 162 101.6 64.8 0 420.4 342.2 +/red < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000000000000000000000008EEF9AFF2CAEB6CF71E7 +A24DF70055BE928AB2D3FF0055F7DB7DB2002CFF6120822C455D4571FF0000FF +> store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000082D78AE78AEFEF0071E7 +A24DF70055BE827530B6FFFF69DFDB7DB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000000000000000000000006DB675C755EFB60071E7 +A24DF77D55BE9265618EE3002CB2DB7DB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F6F7R5F6F77F6F7J" +S6F78z8z8z +5F9R4F95F9 + + +z8z +/F9REF9 +J'J'J"9# +P FEFEFEFEF9FE4FEFEFEF9FEFE?FEFEFEJ'J$J" +OMFEFEF9F9F9FE4FEFEF9BFEJ$9"J%J# +OLFEFEF9F97F9F9F9F9CF9F9J$9'9"8&8-8#:%9"8&:$9' +P)FEFEFEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEF9FEFEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEF9FEFEAs"J,8%8"8$:"8"8"8):%8"8$:*8% +F6F7O?F9F9FEFEFEF9FEFEFEF9F9FEF9FEFEF9F9F9F9F9FEF9FEF9FEFEFEF9FEFEF9F9FEFEF9F9F9F9FEFEFEF9FEFEFEF9F9FEF9FEFEBrJ$<"H$9"9"<$F$<" +F9ODF9F9F9F9F9F9F9F9F9F9FEFEF9F9F9F9AsJ"J% +F7O@FEO!FEFEF9F9AtJ$9":$J"F$ +F9O8F9FEFEFEFEF9FELFEFEF9FEJ28"9$8$8$8"8"8"9"9'8"8&8,8"9" +OMF9FEFEFEFEFEF9F9F9F9FEFEFEF9F9F9FEFEFEF9FEFEF9FEFEF9FEFEFEFEFEFEF9F9FEFEF9FEF9FEFEF9FEFEF9F9F9FEFEFEF9F9F9FEFEFEJ&:$9z8w8'9r9$9s +P F9F9F9F9F9F9F9F97F9F9F9F9F9F9F9F9F9F9F9F9F9 + +>z8z +/F7REF7sF"J& +F7F7RFF7F7F7F7F7(z' +F6F6F6F6F6F6F7S*D9F6F6F6F6F6F68%J& +F9F9F9F9S,F9F9F9F9F7 + + + + + + + + + + + + + + + + + + + + + +Ju +BFEJ- +AFEFED9FED9FED9FED9FED9FEJ/ +@FEFED9FED9FED9FED9FED9FED9FEJ&r% +?FEFED9FED9FED9FED9FEJ%=& +@D9FED9FEFED9FED9FEJ$?% +@FED9FEFED9FED9J$9$9%J#J&J% +@D9FED9D9FED9D9FED9FEBFEFEO2FEFED9FEFEMFEFEFEFEJ$9$9&J"8"J' +@FED9FEFED9FEFED9FED9FE@FEFEP4FEFED9D9FEFEJ$9$9'J#9+<#9#8%8#8#;+9%>#9#<%8#8. +@D9FED9D9FED9D9FED9FED9FE@D9D9FEFED9FEFED9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFED9FEFED9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFED9FEFED9FEFED9FEFEFEFEJ*9(J":"9"8'C'D"8.I'@"8'<' +@FED9FED9FED9FED9FEFED9FED9FED9FE=FEFEFEFEFED9D9FEFEFEFED9D9FEFEFEFEFED9D9FEFED9FEFED9D9FEFEFEFED9D9FEFEFEFEFED9D9FEFED9D9D9FEFED9J):(J#A(J#=#A(=%A#D$ +@D9FED9FED9FED9FED9FED9FEFEFED9GD9D9D9FEFED9FEFED96D9D9D9D9D9FEFED9FEFED9FED9D9D9D9D9FEFED9J(:(J#;":#J":#:$J&A":# +@FED9FED9FED9FED9FED9FED9D9D9@FEFED9FEFECD9FEFEFEFEFE5D9D9FEFEFED9FEFEJ(:'J)=%<&J*@&>"8"E%># +?D9FEFED9FED9FED9FED9FED9FE?FEFED9D9D9D9FEFED9D9D9D9D9FEFEFED9;D9D9D9D9D9FEFED9D9D9FEFEFED9D9FED9D9D9D9D9D9J'9(J#J"F#J%<"B#># +@D9FEFED9FED9D9FED9FED9FED9O"FEFE7FEFEFE:FEFED9D9FEFEFEFEFEJ&9'J'=";,B/>"?,>' +AD9FEFED9FEFED9FED9FED9MD9FEFEFEFED9D9D9FEFEFEFED9D9D9FEFED9D9FEFEFEFED9D9D9FEFEFED9FEFED9D9FEFEFEFED9D9D9FEFED9D9FEFEFEFED9J.J#:%:%@":%9&;#:%9v;">%9s:%?# +BD9FEFED9FED9FED9FED9FED9FE@D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9J,J"J" +DD9FED9FED9FED9FED9FED9O,FEO$FEJ+J$J$ +DFED9FEFEFED9FED9D9D9O,FEFED9O"FEFED9J#9$J#J# +DD9FEFED9FEO.D9D9O#D9D9J#9$ +DFED9D9FED9J+ +BFEFED9FED9FED9FED9FEJ+ +CD9FED9FED9FED9FED9FEJv +BD9 + + + + + + + + + + + + + + + + + + + + + + +=z +S*D8>z" +S(D9FF>Z +S(=z +S*D9 + + + +Jz +O O1FE +Jz +O"O-D9 +Jz +O$O)D8J" +P,FFJz" +O&O%D9FF + + +JZJZ +O*KO)KJ"J" +P&D8P%D8Jz"Jz" +O,GD9D8O,GD9D8 + + + + +J#:#J#9# +O4FEFEFEFEP!FEFEFEFEJ" +Q?FEJ$8)9%J% +O4D9FEFEFEFED9D9FEFEFEFEFEFEFEFEOLFEFEFEFEJ.J#:' +OD9D9D9D9D9FEJ(J" +O@FEFED9FEFED9D9OHD9J.J' +O store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000000000000000000000DF82D78AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000000000000000000000E36DB675C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F6F7T,F6F77F6F7J" +U-F78z8z8z +5F9T+F95F9 + + +z8z +/F9Tz8z +/F7TFEFED9J-J# +P8FEFED9FED9FED9FED9FED9FEQ=D9D9J%r$ +P7FEFED9FED9FED9FEJ'<% +P6FEFED9FED9FED9FED9FEJ'<% +P7D9FED9FED9FED9FED9FEJ(=# +P7FED9D9D9FED9FEFED9J#8%<# +P7D9FED9FED9FED9FEJ#9%;#Jz +P7FED9D9FED9FEFED9PDO)D8J#:%:#J" +P7D9FED9FED9FED9FEPCD8J#;%9#Jz +P7FED9D9FED9FEFED9PBO-D9J#<) +P7D9FED9FED9FEFEFED9FEJ%<( +P6D9FED9FED9FED9FED9FED9J%=% +P7D9FED9FEFED9FED9J$r$JZ +P8D9FED9FED9FED9P@O5J,J" +P9D9FED9FED9FED9FED9FED9P@FFJ*Jz +P:D9FED9FED9FED9FED9P@O9D9Jr +P;D9Jz +S3O=FE +Jz +S1O@D9 + + + + + +J#9#E#;#C#J#F# +O%FEFEFEFEFEFEFEFEFEFEO1FEFEFEFEJ# +QHD9D9J&9%;#<%<"8"8%=%9%9%9%9%9%=#;%8#9&8%9% +O-FEFED9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFED9FEFEFEFEFEFEFEFEFEFEJ,9%:';"8);5;%9'B.JZ +O/FED9FEFED9FEFED9D9FEFEFED9FEFEFEFED9D9FEFED9D9D9FEFED9D9FEFEIFEFED9D9FEFED9FEFED9D9FEFED9FEFED9D9FEFED9FEFED9D9FEFED9FEFED9D9FEFED9FEFED9D9FEFEFEFED9FEFEFED9D9FEFEFEFED9D9FEFED9FEFED9D9FEFEO1O-J":#="J#?#;#@%9%>"@(>#J" +O/D9D9D9D9BD9D9D9D9D9D9FED9D9D9FED9D9D9D9D9FEFED9FEFED9D9D9PDD8J$E#J$I#9&8&E#J#Jz" +O5FEFEFEFEFE8FEFEFEFEFED9D9FEFEFED9D9FEFEFEFEFE7FEFEO5O)D9D8J%E%J%I%9"8"9"8"D%8&D% +O4FEFED9D9D9D9D9D95FEFED9D9D9D9D9D9D9FED9FED9D9D9D9D9FEFEFED9D9D9D9D9J(G"A#?"J#;#;(9%@"=#F#;# +O%D9FEFED9FEFED9FEFEFEFE6FEFEFEFEFEFED9FEFED9D9FEFED9D9FEFEFEFEFEFEFEJ"A(8%:'<+;5;%9'9$<. +O(FED9FEFEFED9FEFED9FEFED9D9FEFEFEFED9D9FEFED9D9FEFEFEFED9ID9FEFEFED9FEFED9FEFEFEFED9D9D9FEFEFEFED9D9D9FEFEFEFED9D9D9FEFEFEFED9D9D9FEFEFEFED9D9FEFED9D9FEFEFEFED9D9FED9D9FEFEFEFED9D9D9FEFEFEFED9J&8#8#8v8#8%>#8%=v9%9%9%9%=&8%;":#8%9% +O&D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9 +J%J# +SGFEFEFEFE=FEFEJ' +SFFEFED9D9FEFEJ$8(8&9%9% +SEFEFED9D9D9D9FEFEFEFEFEFED9FEFEFEFEFEFEFEFEFEFEJ'93 +SLFEFED9D9FEFEFED9FEFED9FEFED9D9FEFED9FEFED9D9FEFEJ#="># +SLD9D9D9D9D9J$I# +SMFEFEFEFEFEJ%I% +SLFEFED9D9D9D9D9D9J$8#H#;# +SED9FEFEFEFEFEFEFEFEJ.=. +SFD9FEFEFEFED9D9FEFEFED9FEFED9FEFEFEFED9D9D9FEFEFEFED9J%8s8#8%9%8# +SGD9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9 + + + + + + +'J& +F7F7F7F7F7F7U"F7F7F7F7F7'JzF' +F6F6F6F6F6F6S7O)D8F6F6F6F6F6F68%J"J& +F9F9F9F9S6D8O:F9F9F9F9F7Jz +S;O-D9 + + + + + + + + + + + + +J" +S)FF=z"z"z +0F6F7T,F6F71F6 store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000086FFDF8AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000008EFFEF75C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F4F5OGF4F57F4F5J" +PHF58z8z8z +5F8OFF85F8 + + +z8z8z8z +/F8O5F8/F8/F8 +J#>$ +O)FEFEFEFEFEJ"Js" +O3F8O"F4F5J#Jr +O)F8F8O,F8J09%;# +JFEFEFEF8FEFEFEFEF8FEFEFEFEFEFEFEFEFEFEFEFEAs"J"9"8':%;%J$ +F4F56F8F8F8F8F8FEF8F8FEF8F8F8FEF8FEFEz8z8z8z +/F5O5F5/F5/F5sF"J"F"F& +F5F5O6F5F5F5F5F5F5F5(z' +F4F4F4F4F4F4F5PF8F8F8F8F5 + + + + + + + +Gz +P(FE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Gz +P(D9 + + + + + +J% +O"FEFEFEFEJ' +O!FEFED9D9FEFEJ$8(8&8#9#8%9% +O FEFED9D9D9D9FEFEFEFEFEFED9FEFEFEFEFEFEFEFEFEFEFEFEFEFEJ'9%?. +O'FEFED9D9FEFEFED9FEFEFEFED9D9FEFED9FEFED9D9FEFEJ#=":+=% +O'D9D9D9D9FEFED9FEFED9D9D9D9FED9D9D9J$I$9& +O(FEFEFEFEFEFED9D9FEFEFEJ%A&8%;"8" +O'FEFED9D9D9FEFEFED9FEFED9D9D9FEJ$8#J% +O D9FEFEFEFE=FEFED9D9'J.?$9.J& +F5F5F5F5F5F5ID9FEFEFEFED9D9FEFEFED9FEFED9FED9D9FEFEFED9FEFED9FEFEFEFED9GF5F5F5F5F5'J%8s8#:";vJ' +F4F4F4F4F4F4JD9D9D9D9D9D9D9D9D9HF4F4F4F4F4F48%J& +F8F8F8F8P>F8F8F8F8F5 + + + + + + + + + + + + + + +=z"z"z +0F4F5OGF4F51F4 store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000086FFDF8AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000008EFFEF75C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F4F5Q"F4F57F4F5J" +R#F58z8z8z +5F8Q!F85F8 + + +z8z8z8z +/F8P>F8/F8/F8 +J#>$ +ODFEFEFEFEFEJ"Js" +P F8O>F4F5J#Jr +ODF8F8OHF8J09%;# +O7FEFEFEF8FEFEFEFEF8FEFEFEFEFEFEFEFEFEFEFEFEAs"J"9"8':%;%J$ +F4F5O#F8F8F8F8F8FEF8F8FEF8F8F8FEF8FEFEO*F4F4F5BrJ$9%=%:"J" +F8O%F8FEFEFEF8FEF8FEFEFEF8F8O.F8AsJ"9"J# +F5O5F8FEO2F5F5AtJ)=%J$ +F8O%F8FEFEF8F8FEFEF8FEF8F8F8O3F8F8F8J"8"8'8"9" +OCFEFEFEFEFEF8F8FEFEFEJ#8#9t8sJs +O:F8F8F8F8F8F8O7F5Jt +Q?F8 +>z8z8z8z +/F5P>F5/F5/F5sF"J"F"F& +F5F5P?F5F5F5F5F5F5F5(z' +F4F4F4F4F4F4F5QED9F4F4F4F4F4F48%J& +F8F8F8F8QGF8F8F8F8F5 + + + + + + + +Gz +P(FE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +J% +PDFEFEFEFEJ' +PCFEFED9D9FEFEJ$8(8&8#9#8%9% +PBFEFED9D9D9D9FEFEFEFEFEFED9FEFEFEFEFEFEFEFEFEFEFEFEFEFEJ'9%?. +PIFEFED9D9FEFEFED9FEFEFEFED9D9FEFED9FEFED9D9FEFEJ#=":+=% +PID9D9D9D9FEFED9FEFED9D9D9D9FED9D9D9J$I$9& +PJFEFEFEFEFEFED9D9FEFEFEJ%A&8%;"8" +PIFEFED9D9D9FEFEFED9FEFED9D9D9FEJ$8#J% +PBD9FEFEFEFE=FEFED9D9J.?$9. +PCD9FEFEFEFED9D9FEFEFED9FEFED9FED9D9FEFEFED9FEFED9FEFEFEFED9J%8s8#:";v +PDD9D9D9D9D9D9D9D9D9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +'J& +F5F5F5F5F5F5QFF5F5F5F5F5'J' +F4F4F4F4F4F4QFF4F4F4F4F4F48%J& +F8F8F8F8QGF8F8F8F8F5 + + + + +Gz +P(D9 + + + + + + + + +=z"z"z +0F4F5Q"F4F51F4 store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000086FFDF8AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000008EFFEF75C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F6F7OGF6F77F6F7J" +PHF78z8z8z +5F9OFF95F9 + + +z8z8z8z +/F9O5F9/F9/F9 +J#>$ +O)FEFEFEFEFEJ"Js" +O3F9O"F6F7J#Jr +O)F9F9O,F9J09%;# +JFEFEFEF9FEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEAs"J"9"8':%;%J$ +F6F76F9F9F9F9F9FEF9F9FEF9F9F9FEF9FEFEz8z8z8z +/F7O5F7/F7/F7sF"J"F"F& +F7F7O6F7F7F7F7F7F7F7(z' +F6F6F6F6F6F6F7PF9F9F9F9F7 + + + + + + + + + + + + + +J% +O"FEFEFEFEJ' +O!FEFED9D9FEFEJ$8(8&8#9#8%9% +O FEFED9D9D9D9FEFEFEFEFEFED9FEFEFEFEFEFEFEFEFEFEFEFEFEFEJ'9%?. +O'FEFED9D9FEFEFED9FEFEFEFED9D9FEFED9FEFED9D9FEFEJ#=":+=% +O'D9D9D9D9FEFED9FEFED9D9D9D9FED9D9D9J$I$9& +O(FEFEFEFEFEFED9D9FEFEFEJ%A&8%;"8" +O'FEFED9D9D9FEFEFED9FEFED9D9D9FEJ$8#J% +O D9FEFEFEFE=FEFED9D9J.?$9. +O!D9FEFEFEFED9D9FEFEFED9FEFED9FED9D9FEFEFED9FEFED9FEFEFEFED9J%8s8#:";v +O"D9D9D9D9D9D9D9D9D9 + + + + + + + + + + + + +Gz +P(FE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +'J& +F7F7F7F7F7F7P=F7F7F7F7F7'J' +F6F6F6F6F6F6P=F6F6F6F6F6F68%J& +F9F9F9F9P>F9F9F9F9F7 + + + + +Gz +P(D9 + + + + + + + + +=z"z"z +0F6F7OGF6F71F6 store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +00000000000000000000000000000000000000000086FFDF8AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000008EFFEF75C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F4F5Q'F4F57F4F5J" +R(F58z8z8z +5F8Q&F85F8 + + +z8z8z8z +/F8PCF8/F8/F8 +J#>$ +OGFEFEFEFEFEJ"Js" +P#F8O@F4F5J#Jr +OGF8F8OJF8J09%;# +O:FEFEFEF8FEFEFEFEF8FEFEFEFEFEFEFEFEFEFEFEFEAs"J"9"8':%;%J$ +F4F5O&F8F8F8F8F8FEF8F8FEF8F8F8FEF8FEFEO,F4F4F5BrJ$9%=%:"J" +F8O(F8FEFEFEF8FEF8FEFEFEF8F8O0F8AsJ"9"J# +F5O8F8FEO4F5F5AtJ)=%J$ +F8O(F8FEFEF8F8FEFEF8FEF8F8F8O5F8F8F8J"8"8'8"9" +OFFEFEFEFEFEF8F8FEFEFEJ#8#9t8sJs +O=F8F8F8F8F8F8O9F5Jt +QDF8 +>z8z8z8z +/F5PCF5/F5/F5sF"J"F"F& +F5F5PDF5F5F5F5F5F5F5(z' +F4F4F4F4F4F4F5QJD9F4F4F4F4F4F48%J& +F8F8F8F8QLF8F8F8F8F5 + + + + + + + +Jz +O?P(FE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +J% +7FEFEFEFEJ' +6FEFED9D9FEFEJ$8(8&8#9#8%9% +5FEFED9D9D9D9FEFEFEFEFEFED9FEFEFEFEFEFEFEFEFEFEFEFEFEFEJ'9%?. + store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000006DFFB669F7AE869A86FFDF8AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000005DDF9E71FFBA8E9A8EFFEF75C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F6F7S F6F77F6F7J" +T!F78z8z8z +5F9RMF95F9 + + +z8z8z8z +/F9R">"8"B"E"I"J"Js" +EF9F9F9F9FEF9F9F9F9F9F9F9F9F9F9F9O)FEFF6F7J"J"9#J%@#<#Jr +KF9CF9F9F9O9FEF9FEFEF9F9FEFEOBF9J+9"80;"9$:$?#I%<#;$J$9-9'8#;$8'9"8# +JFEF9F9F9FEFEFEF9FEFEFEFEFEFEFEFEF9FEFEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFE;FEFEFEFEFEFEFEF9F9FEFEFEF9FEFEFEFEFEF9FEFEFEFEFEFEFEFEFEFEF9FEFEFEFEFEAs"J#:"8%8"8$8":&9#8$:'<&I%:-B'>":)8%8"8)8)8%8"8#J$ +F6F74FEFEF9FEF9FEFEF9F9F9F9FEF9F9F9FEF9FEFEF9F9F9FEFEFEF9FEFEFEFEFEF9FEF9F9FEFEFEF9FEFEFEF9FEFEFEF9FEFEFEF9F9F9FEFEF9FEFEF9F9FEFEF9F9FEF9FEFEF9FEF9FEFEFEF9FEFEFEFEFEF9FEFEF9F9FEF9FEFEF9F9F95F6F6F7BrJ#="C*:#B"@$H$<$<"E$J">"9">"<"J" +F95F9F9F9F9F9F9F9FEFEF9FEF9F9F9FEF9F9F9F9FEFEF9F9F9FEFEFEFE9F9F9F9FEF9@F9AsJ$J"@%J'D%A)B'J%J# +F77F9F9FEAF9F9F9F9F9:FEF9FEFEF9F9F9F9F9F9FEF9F9F9F9F9FEFEF9FEFEFEFEF99F9F9F9F9DF7F7AtJ"J%H%>$D";">";%J&J%J$ +F97FE7F9FEFEF9FEF9FEFEFEF9FEFEFEFEFEF9FEFE?FEF9F9F9F9:FEF9FEFEDF9F9F9J"8$9"8"9"8&8"?"8";"8+8(8";"8$9%8"808";$9"8$8$8"8(8"9$8"9"9+8"9"8$ +EFEFEFEFEFEFEFEF9FEFEF9FEFEFEFEFEFEF9F9F9FEFEFEF9F9FEFEF9F9F9FEFEF9FEFEFEFEFEF9FEFEF9FEF9FEFEFEF9F9F9F9F9FEFEFEF9F9FEFEFEFEFEFEFEF9FEFEF9FEFEFEFEFEFEFEF9FEFEFEF9FEFEFEFEF9F9F9FEFEFEF9F9FEFEFEF9FEFEJz9r;"9%;%9$8%9';s8w;$8%;$9z;"z9$8s9#Js +E1F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F90F9FE5F9F9F9F9F9F9F9DF7J%J&Jt +O3FEFEFEF9P-FEF9F9F9F9OBF9J"J( +O5F9P.F9FEFEFEFEFEF9>z8z8z8z +/F7RFFJZ +P9Q% + +J#9# +5FEFEFEFEJ" +7FEJ%8*9%9# +>FEFEFEFEFED9FEFEFED9FEFEFEFEFEFEFEFEFEJ#:'81 +7D9FEFEFED9D9FEFEFED9D9FEFED9D9FEFED9FEFED9D9FEFEJ#J# +=D9D98D9D9J#:$F# +8D9FEFEFEFEFEFEJ%F% +=FEFED9D9D9D9D9D9J"J#8# +9D99FEFEFEFEJ(A' +=D9FEFEFED9FEFED9FEFEFEFED9J#9#8s8#8#8%9# +5D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9 + + +J" +P8FFJz +P7Q(D9 + + + + + + + + + + + +Jz +P7Q(D4J" +S>FFJZ +P9Q% + +J#=#;# +8FEFEFEFEFEFEJ"8" +7FEFEJ#:#;#:+9%9%9# +8D9D9FEFEFEFEFEFED9FEFED9FEFEFEFEFEFEFEFEFEFEFEFEFEFEJ":'9%;"85 +6FEFED9FEFED9FEFEFED9FEFE4FEFED9D9FEFED9FEFED9D9FEFED9FEFED9D9FEFEJ"<"<#?%9%8# +@D9D9D9D9FED9D9D9FED9D9D9D9D9J#I":#9&8& +8FEFED9FEFED9D9FEFEFED9D9FEFEFEJ)J%9"8"9"8" +5FEFED9D9D9D9FEFE5D9D9D9D9D9FED9FEJ"<"B(9%:# +@FEFEFEFED9FEFED9D9FEFED9D9FEFEJ%9%>5 +=D9FEFED9D9FEFED94D9FEFEFEFED9D9D9FEFEFEFED9D9D9FEFEFEFED9J#:s8s:%9%9%9# +5D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9 + + +J" +P8FFJz +P7Q(D9 + + + + + + + + + + + +Jz +P7Q(D4J" +S>FFJZ +P9Q% + +J*J#9#I# +5FEFEFEFEFEFED9FEFE?FEFEFEFEFEFEJ&J" +7D9D9D9FEFECFEJ#9%8&9%E#8-;#9%8) +?FEFEFEFEFEFEFEFED9FEFEFEFEFEFEFEFEFEFED9FED9FEFEFED9FEFEFEFEFEFEFEFEFEFEFED9FEFED9FEFE'J,9,>#B*9,9"J& +F7F7F7F7F7F78FED9FEFED9FEFED9D9FEFEFED9FEFED9FEFED9D9FEFED9FEFED9D9FEFED9D9FEFEFED9FEFED9FEFED9D9FEFEFEQ>F7F7F7F7F7'G&8"C"J"D&J' +F6F6F6F6F6F6FEFEFEFED9D9D9LD9D9D9D9D9D9Q9F6F6F6F6F6F68%G%J#A#J#;"J& +F9F9F9F9D9D9D9D98FEFED9FE>FEFED9Q?F9F9F9F9F7J%J% +O%D9D9D9D9ID9D9D9D9J#@"<"F">#=# +O'FEFED9FEFEFEFEFEFEJ'>'D%F, +CD9FEFEFEFED9D9FEFEFEFED9D9FEFED9D9FEFED9D9D9FEFEFEFED9J#;#8#8%8#8#8%=#9#8s8#8s9%8#:# +5D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9 + + +J" +P8FFJz +P7Q(D9 + + + + + +=z"z"z +0F6F7S F6F71F6 store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000082D78AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000000000000000000000006DB675C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F4F5P&F4F57F4F5J" +Q'F58z8z8z +5F8P%F85F8 + + +z8z8z8z +/F8OBF8/F8/F8 +JrG$<'D":" +:FEFEFEFEFEFEFEFEFEFEFEFEJ"8&F">"8%B":"Js" +:F8F8F8F8FEFEF8F8F8F8FEFEFEFEKF4F5Jr +PDF8J(9%;#B(8"8$8#8$9' +CFEFEFEF8FEFEFEFEFEFEFEFEFEFEFEFEF8FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEF8FEFEAs"A&9":%;%;%8"9":"8$8,8%A$ +F4F5FEFEF8F8F8F8FEF8F8F8FEF8FEFEFEFEFEF8F8F8F8F8F8F8F8F8FEFEFEF8FEFEFEF8F8FEF8FEFEF4F4F5Br@%B%:">&J$<"E" +F8FEFEFEF8FEFEFEF8F8F8F8F8FEFE6F8F8F8F8F8As@$B"9"J# +F5F8F8F8F8FEO2F5F5AtI":%J"F$J$ +F8FEFEF8F8F88FEFEF8FE5F8F8F8J"8"<%8"8'8"9$8&8%8"8$8.8"9" +:FEFEF8FEFEF8FEFEFEFEF8F8FEFEFEF8FEFEFEFEFEF8F8FEFEF8FEF8FEFEF8FEFEF8F8F8FEFEFEF8F8F8FEFEFEJ%=v8z:'9#9#9$9sJs +:F8F8F8F8F80F8F8F8F8F8F8F8F8F8F8F8F8F8F8F88F5Jt +PCF8 +>z8z8z8z +/F5OBF5/F5/F5sF"J"F"F& +F5F5OCF5F5F5F5F5F5F5(z' +F4F4F4F4F4F4F5PID9F4F4F4F4F4F48%J& +F8F8F8F8PKF8F8F8F8F5 + + + + + + + + + +Iz +P1FE +Jz +5P-D9 +Jz +7P)D8J" +P?FFJz" +9P%D9FF + + +JZ +=OKJ" +P9D8Jz" +?OGD9D8 + + + + +J'E#<'@#9# +GFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEJ&J& +ID9D9D9FEFE8D9D9D9FEFEJ#8#8%;#A#8%8$8"8%8& +O FEFEFEFEFEFEFEFEFEFEFEFEFEFED9FEFED9FEFEFEFEFEFEFEFED9FEFEJ'9%G"8$8)9% +O'FEFED9D9FEFEFED9FEFED9D9D9D9D9D9FEFED9D9FEFEFED9FEFEJ&?%9"=&J" +IFEFEFEFED9FED9D9D9D9FEFEFEFED9;D9J%>&B& +ID9D9D9D9D9D9FEFEFED9D9D9FEFEJ"8" +O)D9FEJ"9%J"=":" +O#FEFEFED9D96FEFEFEJ%9'A+:0 +O D9FEFED9D9FEFEFEFED9FEFEFEFED9D9D9FEFED9D9FEFED9D9D9FEFED9D9FEFEFEFED9J#<&8%8#8#8'9&9#9#8%8#8# +GD9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9 + + + + + + + +Jz +?OGD8J" +>D8Jz +=OKD9 + + +'IZH& +F5F5F5F5F5F5P%F5F5F5F5F5'H"J' +F4F4F4F4F4F4FFP7F4F4F4F4F4F48%GzG& +F8F8F8F8P)D9F8F8F8F8F5 +Jz +5P-FE +Iz +P1D9 + + + + + + + + + + +=z"z"z +0F4F5P&F4F51F4 store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000082D78AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000000000000000000000006DB675C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F6F7R?F6F77F6F7J" +S@F78z8z8z +5F9R>F95F9 + + +z8z8z8z +/F9R-F9/F9/F9 +J&C"9#I%9% +OFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEJ(A"J"?"Js" +OEFEFEF9F9F9FEFEFE9F9F9P.F6F7J$9$E#Jr +ODFEFEF9F9FEFEF9F9PMF9J'9"8&:$9';'<$8'9( +OMFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEFEF9FEFEF9FEFEF9FEF9FEFEFEFEFEFEF9FEFEFEFEFEF9FEFEFEAs"J"8(8$:*8%D)8%8"9"J$ +F6F7O9F9FEF9FEFEFEF9F9F9F9F9FEFEFEF9FEFEFEF9F9FEF9FEFEFEFEFEF9FEFEF9F9FEF9FEFEF9F9O8F6F6F7BrJ$E$<"J"<"J" +F9O=F9F9F9F9F9F9F94FEF9OCF9AsJ%=%J# +F7P3F9FEFEF9F9F9F9F9OGF7F7AtJ$9$9$E$J%D"J$ +F9O0F9FEFEFEFEF9FEF9FEFEF9FE:FEF9FEFEFEO8F9F9F9J(:&8&8,8"9&:"8+8"9"8%8" +OEF9FEFEFEFEFEF9F9FEFEF9F9F9FEFEF9FEFEF9F9F9FEFEFEF9F9F9FEFEFEF9FEFEFEFEFEF9F9F9FEFEFEF9F9FEFEFEF9FEFEF9FEJ&<#;r9$9z9$8s9'Js +OFF9F9F9F9F9F9F9F9F9F9F94F9F9F9F9F9F9F9F9F9F9F9OCF7Jt +S.F9J"8" +OMFEFE>z8z8z8z +/F7R-F7/F7/F7sF"J"F"F& +F7F7R.F7F7F7F7F7F7F7(z' +F6F6F6F6F6F6F7S4D9F6F6F6F6F6F68%J& +F9F9F9F9S6F9F9F9F9F7 + + + + + + + +JZ +Q'P*J" +S0D8Jz" +Q)P&D9D8 + + +J%J#8#J&H#J#:# +7FEFEFEFE>FEFEFEFE5FEFEFEFEFEFEFEO*FEFEFEFEJ'J#J(J# +6FEFED9D9FEFEAD9D94FEFED9D9D9FEFEOCD9D9J$8*9%8+8"8+9&D#9#8%8"8"8%8*9%9#J)8#8&8#JW +5FEFED9D9FEFED9FEFED9FEFEFEFEFEFEFEFED9FEFED9FEFEFEFEFEFED9FEFED9FEFED9FEFEFEFED9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFED9FEFEFED9FEFEFEFEFEFEFEFEFE@FEFED9FEFED9FEFEFEFEFEFED9FEFEFEFE=J,9"8)8"<*>(?)8)81J%J" +@FED9FEFED9FEFED9D9FEFEFEFEFED9D9FEFED9D9D9FED9FEFED9FEFED9FED9FEFEFED9D9D9FEFED9D9FEFED9D9D9D9FEFED9D9FEFEFED9D9FEFED9D9FEFED9FEFED9D9FEFEIFED9FEFEO(D8J"D%E"="?&8(9%J%8#J"A'Js" +@D9D9D9D9D9D9D9D9D9FEFEFED9FEFED9FEFED9FED9D9D9:FED9D9D9D9D9ED9D9FEFEFEFED9?D9D8J#;"9$J"8"?&?#D&J"8" +GFEFED9FEFEFEAD9FED9D9FEFEFEFEFED9D9FEFEFEO)D9D9J%<%J#8":&:"8">%D"8"J"8"Js +GD9D9D9D9FEFED9D9>FEFED9D9FEFEFED9D9FED9D9D9D9D9FEO(FEFE@D8J$8$9">#G"C"J%=":#B%:#J"9'J" +5D9FEFEFEFED9FEFEFEFEFE8FEFED9D9FEFEFEFEFED9D9FEFEMFEFEFED9D9FEFE>D8'F':,<-@%>(9";'8+B'J%@%JwJ& +F7F7F7F7F7F7D9FEFEFEFED9D9FEFED9D9D9FEFEFEFED9D9FEFEFED9FEFED9D9FEFED9D9FEFED9D9FEFEFEFEFED9D9D9FEFEFEFED9D9FEFED9D9FEFEFEFED9D9FEFEFEFED9@FEFEFEFED9FEFED9FD96F7F7F7F7F7'G%<#9%8#:'8s8#8#@&<":%:#8%8#8#8#8%9#Jv8#8s8#J' +F6F6F6F6F6F6D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9:D9D9D9D9D9D9O1F6F6F6F6F6F68%J#J"J& +F9F9F9F9O3FEFE4FEQ:F9F9F9F9F7J'E$ +O9D9FEFEFEFED9FEFED9J#J%F# +>D9D9HD9D9D9D9D9D9 +Jz +Q)P&D8J" +Q(D8Jz +Q'P*D9 + + + + + + + + +=z"z"z +0F6F7R?F6F71F6F91F9 + + +7z8z8z +6F7R>F75F7"J"J" +F77F7R?F7 +ENDBITMAP +%%EndBinary +324 185 531 302 R +7 X +V +4 8 Q +0 X +(Optionmenu .om \134) 324 296.67 T +( -labeltext \322Operating Systems:\323 \134) 324 286.67 T +( -items {SunOS HP/UX AIX OS/2 Windows} \134) 324 276.67 T +( -command SelectProc) 324 266.67 T +(pack .om -padx 10 -pady 10) 324 256.67 T +(.om insert end Linux VMS) 324 236.67 T +(.om disable DOS) 324 226.67 T +(.om delete 1 2) 324 216.67 T +(.om sort ascending) 324 206.67 T +(.om select Linux) 324 196.67 T +(.om conf) 324 186.67 T +(igure -cyclicon true) 362.4 186.67 T +0 10 Q +(FIGURE 18) 375.73 160.17 T +1 F +( - Optionmenu) 427.11 160.17 T +0 0 612 792 C +FMENDPAGE +%%EndPage: "11" 11 +%%Page: "12" 12 +612 792 0 FMBEGINPAGE +[0 0 0 1 0 0 0] +[ 0 1 1 0 1 0 0] +[ 1 0 1 0 0 1 0] +[ 1 1 0 0 0 0 1] +[ 1 0 0 0 0 1 1] +[ 0 1 0 0 1 0 1] +[ 0 0 1 0 1 1 0] + 7 FrameSetSepColors +FrameNoSep +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +1 10 Q +0 X +0 0 0 1 0 0 0 K +(by side, manner) 72 713.33 T +(. A value may be entered into the entry) 135.05 713.33 T +(area explicitly or the buttons may be pressed which) 72 701.33 T +(cycle up and down through the choices. This latter) 72 689.33 T +(behavior is one of spinning.) 72 677.33 T +(The following code segment creates a month spinner) 72 653.33 T +(based on the Spinner class. The months are stored in a) 72 641.33 T +(list from which the spinMonth procedure cycles. The) 72 629.33 T +(Spinner increment and decrement options invoke this) 72 617.33 T +(procedure with a direction ar) 72 605.33 T +(gument which is 1 or -1.) 187.34 605.33 T +(The Spinner disables input by making the blockInput) 72 593.33 T +(procedure the validation procedure which always) 72 581.33 T +(returns invalid.) 72 569.33 T +72 167 297 566 C +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +72 206 297 548 R +7 X +0 0 0 1 0 0 0 K +V +0.5 H +2 Z +0 X +N +%%BeginBinary: 3312 +179 73 92.06 37.54 0 144 503 +/red < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000096FB7DFFCF9A96FB69FBB29AFF2CAEB6CF71E7 +A24DF70055BE928AB2D3FF00F7557DDBB2002CFF6120822C455D4571FF0000FF +> store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000096FB6DFFB66996FB86FFDF8AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000009AFF5DDF9E719AFF8EFFEF75C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F6F7PFF6F77F6F7J" +QGF78z8z8z +5F9PEF95F9 + + +z8z8z8z +/F9P4F9/F9/F9 +J'@# +O*FEFEFEFEF9FEFEFEJ'Js" +O)FEFEF9F9F9FEP&F6F7J"A#Jr +O.F9F9F9OHF9J#8(9$8'9';$8' +O+FEFEF9FEFEFEF9FEFEFEFEFEFEFEFEF9FEFEFEFEFEF9FEFEFEFEFEFEFEFEF9FEFEAs"J"9%8(:"8%8"8%8)8"J$ +F6F7CF9FEFEF9F9FEF9FEFEFEF9F9F9FEF9FEFEF9FEF9FEFEFEFEFEF9FEFEF9F9FEHF6F6F7BrJ#9"9$A">">"<$J" +F9EF9F9FEF9F9F9F9F9FEF9F9F9GF9AsJ"8#J%J# +F7DFEF9F9DF9F9F9F9MF7F7AtJ">$J%J$ +F9DFEFEF9FEz8z8z8z +/F7P4F7/F7/F7sF"J"F"F& +F7F7P5F7F7F7F7F7F7F7(z' +F6F6F6F6F6F6F7Q;D9F6F6F6F6F6F68%J& +F9F9F9F9Q=F9F9F9F9F7 + + + + + + + + +Jz8U +O:O>D3J"9s" +Q)FFD9D8Jz"=" +O%9'<$J"D& +F7F7F7F7F7F79D9FEFEFEFED9D9FEFED9:D4FEFEFED4D4FEFEFED4FED4FEFED4D4FEFEFED4FED4FED4FD9F7F7F7F7F7'E#8"8#8%8#8#9&8#<#C$:r9"9%9rJ"I' +F6F6F6F6F6F6D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D4D4D4D4D4D4D4D4D4D4HD9F6F6F6F6F6F68%J#J"F& +F9F9F9F9P2FED4FD9F9F9F9F9F7J#J" +P7FED4DD9J"J" +P7D4GD9JZ>" +OD9D9 + + + + + + + + + +=z"z"z +0F6F7PFF6F71F6 11} {set index 0}) 81 358.67 T +( .sm delete 0 end) 81 338.67 T +( .sm insert 0 [lindex $months $index]) 81 328.67 T +(}) 81 318.67 T +(spinner .sm \134) 81 298.67 T +( -labeltext \322Month : \322 \134) 81 288.67 T +( -width 10 -f) 81 278.67 T +(ixed 10 \134) 157.8 278.67 T +( -validate blockInput \134) 81 268.67 T +( -decrement {spinMonth -1} \134) 81 258.67 T +( -increment {spinMonth 1}) 81 248.67 T +(.sm insert 0 January) 81 238.67 T +(pack .sm -padx 10 -pady 10) 81 228.67 T +0 10 Q +(FIGURE 19) 143.17 181.17 T +1 F +( - Spinner) 194.56 181.17 T +0 0 612 792 C +0 12 Q +0 X +0 0 0 1 0 0 0 K +(Spinint) 408.82 712 T +1 10 Q +(The most common data type for which spinning behav-) 315 693.33 T +(ior is useful is that of integers. The Spinint class of) 315 681.33 T +(fers) 518.42 681.33 T +(this capability by specializing the Spinner class. Addi-) 315 669.33 T +-0.07 (tional options are provided which allow speci\336cation of) 315 657.33 P +-0.25 (a step and range values which vary and limit the cycling.) 315 645.33 P +( The following example creates a water temperature) 315 621.33 T +-0.54 (integer spinner widget labeled appropriately) 315 609.33 P +-0.54 (. The widget) 488.84 609.33 P +(options limit the range of values to between freezing) 315 597.33 T +(and boiling, speci\336es a step value of two, enables wrap-) 315 585.33 T +(ping, and orients the buttons in a side by side fashion.) 315 573.33 T +0 12 Q +(Spindate) 404.83 394.71 T +1 10 Q +(The spindate class creates a set of spinners for use in) 315 370.05 T +-0.29 (date entry) 315 358.05 P +-0.29 (. The set includes three spinners con\336gured to) 353.77 358.05 P +(support day) 315 346.05 T +(, month and year entry) 361.29 346.05 T +(. Options allow con-) 450.9 346.05 T +(trol over the display of each spinner) 315 334.05 T +(, the format of the) 458.46 334.05 T +(month, and the orientation.) 315 322.05 T +315 422.71 540 570 C +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +315 450.43 540 561 R +7 X +0 0 0 1 0 0 0 K +V +0.5 H +2 Z +0 X +N +%%BeginBinary: 4730 +255 73 131.14 37.54 0 363.14 513.86 +/red < +3EC472FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF80808080 +8080808080808080808080808080808080808080404040404040404040404040 +4040404040404040404040000000000000000000000000000000000039C069DD +00FF0000003333330033CCDD9999112277005544FFCC66AABBFF33EE9999CC7A +EFD39765E1A36FE700FF5500557FB22EAFB4CD73E6A24DBF99FFFFB07AFFB0CC +F5008788439D58D750D080C0C080C0808060C000FFA000FF20C0A040C040D0BE +8BD28BD9B3FF7260F0E010B499FFA00019BF2FFF6223852F465F4770FF0000FF +> store +/green < +57D79F00000000000000000000000000FFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B59765E1A36FE700FF1A006B7FB28BEEEE0073E6A24DBF99FFFFB094FF30F7 +F500CE884DB358D78080C0C080C080808060C08000A080402070A0402040D0BE +5BB477D9B3FF77F0F0E010B489E4A0FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +8CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B59765E1A36FE7BFCC8BEE2F7FB257EEB40073E6A24DBF6BFBB3B015326024 +F580FA8856CA58D7D050C080C08080C08060C080FF0000402070C0802040D0BE +7A8C65D9B3E0856050E010B476C4A00070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7R8F6F76F6F7J" +S7F78z8z8z +4F9R7F94F9 + +;z" +S.F7F6'9"8# +P$FEFEF9FEFEFEF9FEFEFEFEFEFEFEFEF9FEFEFEFEFEF9FEFEFEFEFE@s"J"9%8(:"8%="8%8"8#J$ +F6F7O=F9FEFEF9F9FEF9FEFEFEF9F9F9FEF9FEFEF9FEF9FEFEF9F9F9OAF6F6F7ArJ#9"9$A"C"J" +F9O?F9F9FEF9F9F9F9F9OLF9@sJ"8#J# +F7O>FEF9F9P?F7F7@tJ">$J$ +F9O>FEFEF9FEP7F9F9F9J'9(8$8"9$8$8"9"8$ +P#F9FEFEFEFEF9F9FEFEF9F9F9FEFEF9FEFEFEF9FEFEF9FEFEFEF9FEFEJ';#9z9#Js +P"F9F9F9F9F9F9F9F9;F9F9F9P"F7Jt +S&F9J"8" +P)FEFE=z8z8z8z +/F7R&F7/F7/F7rF"J"F"F% +F7F7R'F7F7F7F7F7F7'z& +F6F6F6F6F6F7S-EDF6F6F6F6F68$J% +F9F9F9S/F9F9F9F7 + + + + + + + + + +J5=4;4 +Q&IC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FFEDFFEDFFEDFFEDFFEDFFEDFFEDFFEDFFEDFFFFEDFFEDFFEDFFEDFFEDFFEDFFEDFFEDFFEDFFJ5<"r#u:"z$ +Q&IFEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FEC0FFFFEDFEFEEDFF0FEEDEDEDJ#z#<"<"A":"H" +Q&C0FEEC0FFC0EDFEFEEDFEJ#J#<"?">":"E"8" +Q&FEC0EC0FFFFFEEDFFEDEDJ#J#<";"B":#G" +Q&C0FEEFFC0EDFEFEEDEDFEI#8#8#>#HsJ#J#9$:$J#<"@"=":"D"9" +FEFEFEFEFEFEFEFEFEMFEFE@FEC0FEFEFEFEFEFE8C0FFFFFEEDFFEDEDJ$8$J#8&8&J#<":"C":$F" +O+EDEDEDEDEDEDOAC0FEFEC0C0C0FEFEC0C0C0FE7FFC0EDFEFEEDEDEDFEJ%8"8"8%8&C%8*8&9%8+8"8%8.9#>#8"<"J#<"A"<":"C":" +>FEFEFEFEFEFEFEFEFEFEFEFEEDFEFEFEFEFEFEFEEDFEFEFEEDFEFEFEFEFEEDFEFEFEFEFEFEFEFEEDFEFEEDFEFEFEFEFEFEEDFEFEFEFEEDFEFEEDFEFEEDFEFEFEFEFEFEFEC0C0C0;C0FFFFFEEDFFEDEDI">*8)9"D'8*9,9"8)8"@"8'B#:$;#J#<"9"D":"8"E" +EDEDFEFEEDEDFEFEEDEDEDEDFEFEEDEDFEFEFEFEFEEDEDFEFEFEEDEDFEFEEDEDFEFEFEEDFEFEEDFEFEEDEDFEFEFEFEFEEDEDFEFEEDEDEDFEFEFEEDEDFEFEC0FEFEFEC0FEC07FFC0EDFEFEEDEDFEJ":"8#J#J"D%J#>#>#:$:#J#<"B";":"B";" +5FEFEEDED4EDED@EDEDEDEDED4EDEDEDEDFEC0C0C0FEFEC08C0FFFFFEEDFFEDEDJ$@#;"F#J#;"9$G":#D#@#J#<"8"E":"9"D" +>FEFEFEFEFEEDFEFE7FEFEEDFEFEFEEDFEFEC0FEFEC09FFC0EDFEFEEDEDFEJ.@%J%J%<%J%B#8"<#J#<"C":":"A"<" +4EDFEFEEDEDFEFEEDEDFEFEEDEDEDEDEDED4EDEDEDED5EDEDEDEDFEFEEDED6EDEDEDEDFEC0FEFEC0:C0FFFFFEEDFFEDEDJ":#J#D">#G"9"B#8#>#J#<$F":":"C" +HFEFEFE6FEFEFEFEFEFEFEFEFEFEFEC0FEEFFC0EDEDFEFEEDEDFEJ3H'D,<1>'B#8&9%J#<"D"9":"@"=" +=EDFEFEFEEDFEFEEDEDFEFEEDEDFEFEFEFEEDEDFEFEFEFEEDEDFEFEEDEDEDFEFEFEFEEDEDFEFEFEEDFEFEEDEDFEFEEDEDFEFEEDEDFEFEFEFEEDFEC0C0FEFEFEC0FEFEFEFE7C0FFFFFEEDFFEDED&F#8#9'8#8%8#@#:%8#8#8#:#9%8#:'8#8s:%9#>#9$9&J#<#G":";"B"D% +F7F7F7F7F7EDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDC0FEC0C0C0C0C0C0C0C07FFC0EDFEFEEDEDFEF7F7F7F7&J#J#<"E"8":"?">"D& +F6F6F6F6F6Q!FEC0EC0FFFFFEEDFFEDEDF6F6F6F6F68$J#J#<"H":"<"A"E% +F9F9F9Q!C0FEEFFC0EDFEEDEDFEF9F9F9F7J#J#J#<"F$:">"?" +OEEDEDO-FEC0EC0FFFFFEEDEDFFEDEDJ5 store +/green < +D79F0000000000000000000000000099DEFFFFFFBFBFBFBFBF80808080804040 +4040000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFF +FFFFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF80 +808080804040400000000000FFFFFFBFBFBFBFBF808080408BEEEE0073E6A2F5 +99FFFF30B094FFF700CE8858D74DB38080C0C080C0808060C08000A080402070 +A020D0F0F0E010B489E4BE5B77D9FFFFA0404040400063E0B500996699FF0066 +3399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69E3B5BF804040 +9765E1A36FE700FF1A004DB2B477B39519264F00B641DE4F829E4780FF0000FF +> store +/blue < +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3BF8040FFBF804000FFBF804000FFBF +8000BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF80 +4000FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FF +BF804000FFBF00FFBF804000BF8040FFBF804000FFBF40FF57EEB40073E6A2F5 +6BFBB360B015322480FA8858D756CAD050C080C08080C060C080FF0000402070 +C020D06050E010B476C4BE7A65D900E0A0BF8040004063E0B500FF3399FF8866 +6666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69E3B5BF808040 +9765E1A36FE7BFCC8BEE4DB28C85B3ED70264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7OMF6F76F6F7J" +PLF78z8z8z +4F9OLF94F9 + +;z" +PCF7F6FF7FFFADFEFEADFEJ#J#:#:";":# +O17FFE>7FFFADFFFEFEFEADJ#;#F#8#B#<"J#:#9"="9# +4FEFEFEFEFEFEFEFEFE7FFE7FF7FFFADFEFEADFEJ#J#:#8"?"8# +O17FFE>7FFFADFFFEFEFEADJ"9":%8&8"8":#?#@$9%@#:#8v8# +6FEFEFEFEFEFEFEFEADFEFEFEFEFEFEFE7FFEFEFEFE7FFEFEFF7FFFADADADFEJ'9'8"9%>#?&9%?#:4 +>FEFEADADFEFEFEADFEFEADADADFEADFEFE7FFEFE7F7F7FFEFE7F7FFE7FFFADFFADFEADFEADFEADFEADFEADFEADFEADFEADJ$C"A"A#?"="B#:4 +7FEADFEADADFE7F7F7FFF7FFFADFEADFEADFEADFEADFEADFEADFEADFEADFEJ"9"J#@$G#:4 +6ADADD7FFEFEFEFE7FFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADJ"J#8"<%G#:4 +8FEFFE7FFEFE7F7F7FFF7FFFADFFADFFADFFADFFADFFADFFADFFADFFADFEJ$J"D#J#:#z# +7ADFEAD6FE7FFE>7FFFADFF/ADFEADJ'?%D#8&8'E#:#8v8# +>ADFEFEFEFEADADFEFEADFE7F7FFEFEFE7F7FFEFEFE7FFEFF7FFFADFEADFEJ#8"8#8%8#8#9&8#>#9$:r9"?#:#8"?"8# +4ADADADADADADADADADADADADADADADADADADADAD7FFE7F7F7F7F7F7FFFADFFADADFEADJ#J#:#9"="9# +O1FE7F>FF7FFFADADADADFEJ#J#:#:";":# +O17FFE>7FFFADFFADADFEADJ#J#:#;"9";# +O1FE7F>FF7FFFADADADADFEJ5:#<$<# +O1B7FFE7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFFADFFADFEADFEADJ5:#="=# +O1BFE7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFFADADADFEJz:4 +O1BADADFFADFEADFEADFEADFEADFEADFEADFEADFEADJ4 +P)FFADFEADFEADFEADFEADFEADFEADFEADFEADFEJz +P)3ADJ2 +P*FFADFFADFFADFFADFFADFFADFFADFFADFFJ4 +P)FFADFFADFFADFFADFFADFFADFFADFFADFFADFEJ5:#z# +O1B7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFEADFF/ADFEADJ5:#="=# +O1BFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFFADFEADFEJ#z":#<$<# +O17FFE?7FFFADFFFEFEFEFEADJ#J#:#;"9";# +O1FE7F>FF7FFFADFEFEADFEJ#J#:#:";":# +O17FFE>7FFFADFFFEFEFEADJ&J#:"J#:#9"="9# +4FEFEFEFEFEFFE7FFE9FF7FFFADFEFEADFEJ%J#8#J#:#8"?"8# +6ADADFEFEE7FFEFEFE:7FFFADFFFEFEFEADJ$8%8#9#J#8#J#:#8v8# +8ADFEFEFEFEFEFEFEFEFEFE5FE7F7F7F:FF7FFFADADADFEJ'J#J#:4 +7FFFADFFADFEADFEADFEADFEADFEADFEADFEADFEADJ#;(J#J#:4 +FF7FFFADFEADFEADFEADFEADFEADFEADFEADFEADFEJ$J#J#:4 +=FEFEFE?7FFE>7FFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADJ%:&J#J#:4 +FF7FFFADFFADFFADFFADFFADFFADFFADFFADFFADFEJ$J#J#:#z# +8FEFEADD7FFE>7FFFADFF/ADFEADJ%8(8"J#J#:#8v8# +6FEFEFEADADFEFEFEADFEFEAD9FE7F>FF7FFFADFEADFEJ&:':"J#:"J#:#8"?"8# +4ADADADADADADADADADADADAD77FFE7F97FFFADFFADADFEADJ"J#J#:#9"="9# +EFE9FE7F>FF7FFFADADADADFEJ$J#J#:#:";":# +DFEFEAD87FFE>7FFFADFFADADFEADJ#J#J#:#;"9";# +DADAD9FE7F>FF7FFFADADADADFEJ5:#<$<# +O1B7FFE7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFFADFFADFEADFEADJ5:#="=# +O1BFE7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFFADADADFEJz:4 +O1BADADFFADFEADFEADFEADFEADFEADFEADFEADFEADJ4 +P)FFADFEADFEADFEADFEADFEADFEADFEADFEADFEJz +P)3ADJ2 +P*FFADFFADFFADFFADFFADFFADFFADFFADFFJ4 +P)FFADFFADFFADFFADFFADFFADFFADFFADFFADFEJ5:#z# +O1B7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFEADFF/ADFEADJ5:#="=# +O1BFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFFADFEADFEJ#z":#<$<# +O17FFE?7FFFADFFFEFEFEFEADJ#J#:#;"9";# +O1FE7F>FF7FFFADFEFEADFEJ#J#:#:";":# +O17FFE>7FFFADFFFEFEFEADI#:#J#9$9&F#:#9"="9# +FEFEFEFEDFE7FFEFEFEFEFEFEFEFEFF7FFFADFEFEADFEJ#8&9%F#:#8"?"8# +O17FFEFE7F7F7FFE7F7F7F7F7FFFADFFFEFEFEADI$8)9%8&G#J#:#8v8# +ADFEFEFEFEADADFEFEFEFEFEFEFEFEFEFEADFEFEFE7F>FF7FFFADADADFEJ.9"I#@$G#:4 +;FEFEADADFEFEADFEFEADADFEFEFE7FFEFEFEFE7FFFADFFADFEADFEADFEADFEADFEADFEADFEADFEADJ'>#>#G#8%9&F#:4 +4ADFEFEFEFEADADADADADFE7F7FFEFEFE7F7F7F7FFEFF7FFFADFEADFEADFEADFEADFEADFEADFEADFEADFEJ"8":#:$;"I#9$J#:4 +5ADADFEFEFEFEFEAD7FFE7F7F7F87FFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADJ*J#?"J#:4 +=ADADADADADFEFEADAD9FE7FFE4FF7FFFADFFADFFADFFADFFADFFADFFADFFADFFADFEJ#J#8"J#:#z# +?FEFE>7FFEFE;7FFFADFF/ADFEADJ/J#8&8&F#:#8v8# +;ADFEFEFEFEADADADFEFEFEADFEFE6FE7F7FFEFEFE7F7FFEFEFE7FFF7FFFADFEADFE&G#:%9sJ#9$:$G#:#8"?"8#B% +F7F7F7F7F7ADADADADADADAD47FFE7F7F7F7F7F7F7FFFADFFADADFEADF7F7F7F7&J#J#:#9"="9#B& +F6F6F6F6F6O,FE7F>FF7FFFADADADADFEF6F6F6F6F68$J#J#:#:";":#C% +F9F9F9O,7FFE>7FFFADFFADADFEADF9F9F9F7J#J#:#;"9";# +O1FE7F>FF7FFFADADADADFEJ5:#<$<# +O1B7FFE7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFFADFFADFEADFEADJ5:#="=# +O1BFE7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFFADADADFEJz:4 +O1BADADFFADFEADFEADFEADFEADFEADFEADFEADFEADJ4 +P)FFADFEADFEADFEADFEADFEADFEADFEADFEADFEJz +P)3AD + + + + + + + + + store +/green < +D79F0000000000000000000000000099DEFFFFFFBFBFBFBFBF80808080804040 +4040000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFF +FFFFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF80 +808080804040400000000000FFFFFFBFBFBFBFBF808080408BEEEE0073E6A2F5 +99FFFF30B094FFF700CE8858D74DB38080C0C080C0808060C08000A080402070 +A020D0F0F0E010B489E4BE5B77D9FFFFA0404040400063E0B500996699FF0066 +3399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69E3B5BF804040 +9765E1A36FE700FF1A004DB2B477B39519264F00B641DE4F829E4780FF0000FF +> store +/blue < +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3BF8040FFBF804000FFBF804000FFBF +8000BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF80 +4000FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FF +BF804000FFBF00FFBF804000BF8040FFBF804000FFBF40FF57EEB40073E6A2F5 +6BFBB360B015322480FA8858D756CAD050C080C08080C060C080FF0000402070 +C020D06050E010B476C4BE7A65D900E0A0BF8040004063E0B500FF3399FF8866 +6666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69E3B5BF808040 +9765E1A36FE7BFCC8BEE4DB28C85B3ED70264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7OMF6F76F6F7J" +PLF78z8z8z +4F9OLF94F9 + +;z" +PCF7F6"J" +F9FEFEFEF9F9F9F9F9F9F9FE4F9@sC"9"J%G# +F7F9FEO"F9F9F9F9F7F7@tB%:$J%G$ +F9FEF9F9F9FEF9FEJFEF9FEFEF9F9F9J%9(8$8"9"8&8$8"9"9) +@FEFEFEF9F9FEFEF9F9F9FEFEF9FEFEFEF9FEFEF9FEFEF9FEFEFEFEF9F9F9FEFEFEF9J%;#9x9z9$Js +?F9F9F9F9F9F9F94F9F9F9F9@F7Jt +P;F9J"8" +DFEFE=z8z8z8z +/F7O;F7/F7/F7rF"J"F"F% +F7F7OADADF7FFEFE7F7F7FFEFE7F7F7FFEFF7FADFFFEFEFEADJ"9"9)8#8%8"8%C#8"J#:#8v8# +6FEFEFEFEADFEFEADFEFEFEFEFEFEADFEFEFEFEFEFEFE7F7F47FFFFFADADADFEJ%>"8)B#:$F#:4 +CFEADFEFEADADADFEFEADADFEFE7FFEFEFE7FFF7FADFFADFEADFEADFEADFEADFEADFEADFEADFEADJ$?"J#:$F#:4 +7FEADFEADBFE7F7F7FFE7FFFFFADFEADFEADFEADFEADFEADFEADFEADFEADFEJ"9"J#D#J#:4 +6ADAD;FEFE7FFE7FF7FADFFADFFADFFADFFADFFADFFADFFADFFADFFADJ"J%B#8"J#:4 +8FE=ADADADADFE7FFE47FFFFFADFFADFFADFFADFFADFFADFFADFFADFFADFEJ$G"=":#B#J#:#z# +7ADFEADFEFEFEFE7FFE7FF7FADFF/ADFEADJ%:+B#8&8&?#:#8v8# +HADFEFEADADFEFEADADFEFEFEFEADFE7F7FFEFEFE7F7FFEFEFE7F7FFFFFADFEADFEJ#8"8s8#8&9#8%C#9$:$@#:#8"?"8# +4ADADADADADADADADADADADADADADADADAD7FFE7F7F7F7F7F7FFF7FADFFADADFEADJ#J#:#9"="9# +O8FE7F77FFFFFADADADADFEJ#J#:#:";":# +O87FFE7FF7FADFFADADFEADJ#J#:#;"9";# +O8FE7F77FFFFFADADADADFEJ5:#<$<# +O8;7FFE7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FADFFADFEADFEADJ5:#="=# +O8;FE7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFFFFADADADFEJz:4 +O8;ADADFFADFEADFEADFEADFEADFEADFEADFEADFEADJ4 +P)FFADFEADFEADFEADFEADFEADFEADFEADFEADFEJz +P)3ADJ2 +P*FFADFFADFFADFFADFFADFFADFFADFFADFFJ4 +P)FFADFFADFFADFFADFFADFFADFFADFFADFFADFEJ5:#z# +O8;7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FADFF/ADFEADJ5:#="=# +O8;FE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFE7FFFFFADFEADFEJ#z#:#<$<# +O87FFE77FFF7FADFFFEFEFEFEADJ#J#:#;"9";# +O8FE7F77FFFFFADFEFEADFEJ#J#:#:";":# +O87FFE7FF7FADFFFEFEFEADJ&J#>#9$G#:#9"="9# +5FEFEFEFEFEBFEFEFE7FFEFEFE7FFFFFADFEFEADFEJ(J#8&F#:#8"?"8# +4FEFEADADADFEFEK7FFEFE7F7F7FFEFF7FADFFFEFEFEADJ%9%9%8&9#A#J#:#8v8# +=FEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFE7F77FFFFFADADADFEJ59*@#J#:4 +4%@#8&F#:#8v8# +4#9$G#:#8"?"8#B% +F7F7F7F7F7ADADADADADADADADADADADADADADADADADADADADADADADADADAD7FFE7F7F7FFF7FADFFADADFEADF7F7F7F7&J#J#:#9"="9#B& +F6F6F6F6F6O3FE7F77FFFFFADADADADFEF6F6F6F6F68$J#J#:#:";":#C% +F9F9F9O37FFE7FF7FADFFADADFEADF9F9F9F7J#J#:#;"9";# +O8FE7F77FFFFFADADADADFEJ5:#<$<# +O8;7FFE7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FADFFADFEADFEADJ5:#="=# +O8;FE7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFFFFADADADFEJz:4 +O8;ADADFFADFEADFEADFEADFEADFEADFEADFEADFEADJ4 +P)FFADFEADFEADFEADFEADFEADFEADFEADFEADFEJz +P)3AD + + + + + + + + + store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000096FB6DFFB67DFFCF8AE78AEFEF0071E7 +A24DF70055BE827530B6FFFF69DFDB7DB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000000000009AFF5DDF9E69FBB275C755EFB60071E7 +A24DF77D55BE9265618EE3002CB2DB7DB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F6F7P1F6F77F6F7J" +Q2F78z8z8z +5F9P0F95F9 + + +z8z8z8z +/F9OMF9/F9/F9 +J#>$ +O5FEFEFEFEFEJ"Js" +O?F9O.F6F7J#Jr +O5F9F9O8F9J09%;# +O(FEFEFEF9FEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEAs"J"9"8':%;%J$ +F6F7BF9F9F9F9F9FEF9F9FEF9F9F9FEF9FEFEHF6F6F7BrJ$9%=%:"J" +F9DF9FEFEFEF9FEF9FEFEFEF9F9LF9AsJ"9"J# +F7O&F9FEO"F7F7AtJ)=%J$ +F9DF9FEFEF9F9FEFEF9FEF9F9F9O#F9F9F9J"8"8'8"9" +O4FEFEFEFEFEF9F9FEFEFEJ#8#9t8sJs +O+F9F9F9F9F9F9O'F7Jt +Q F9 +>z8z8z8z +/F7OMF7/F7/F7sF"J"F"F& +F7F7P F7F7F7F7F7F7F7(z' +F6F6F6F6F6F6F7Q&D9F6F6F6F6F6F68%J& +F9F9F9F9Q(F9F9F9F9F7 + + + + + + + + + + + + +J# +OJFEFE +J#8#8#8%9%9#;% +O-FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEJ39' +O8FEFED9D9FEFED9FEFED9D9FEFED9FEFED9FEFEFED9D9FEFEJ$:$H";% +O-D9FEFEFEFED9D9FED9D9D9J#;#@& +O:FEFEFEFED9D9FEFEFEJ%9%@"8" +O:D9D9D9D9D9D9D9D9D9FEJ)<#;#:"9% +O.D9FEFED9D9FEFED9FEFEFEFEFEFEFED9D9J39' +O8D9FEFEFEFED9D9D9FEFEFEFED9D9D9FEFED9D9FEFEFEFED9J#8#:%9%9&8% +O/D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9 + + + + + +Gz +P&D1 +Iz=z +P"D03D8J"J" +P4FF9FFJz"@r"r" +5OLD6FFD7D8D7FFJzG" +6OKD7FFJ#J" +JFEFEOHD8J$F"J" +7FEFEFED7OFFFJ&J$ +6FED7D7D7FEP*D9D8D8J&8%:$:,8%:$:$J$ +=FED7FEFEFEFEFEFEFEFEFEFEFEFEFED7FED7FED7FEFEFEFEFEFEFEFEFEFEFEFEFELFFFFD9J"8&8&9%8-8&8&8&J$ +:D7D7FED7D7D7D7D7D7D7FED7D7D7FEFED7D7D7FED7D7D7FED7D7D7D7D7D7D7FEFED7D7D7FEFED7D7D7FEO!D9D8D8J$J$9&8&J$ +EFEFEFE9FEFEFED7FEFEFED7D7FEFEFED7JFFFFD9J"?%J%:%9%J$ +:FEFED7D7D78FED7D7D7D7D7D7FED7D7D7FEO"D9D8D8J"<"J$ +O9FEFEMFFFFD9J&8%9-8%9%9-8&J$ +6D7FEFEFED7FEFEFEFED7FEFEFED7FEFED7FEFEFED7D7FEFEFEFEFEFEFED7FEFEFED7FED7D7FEFEFED7D7FEFEFED7O#D9D8D8J$9%:u:$9%:&8$:$J$ +7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7IFFFFD9J$ +PID9D8D8J%J#u +O%FEFEFED7O5FFFFD8J$J"B" +O%D7D7D7O7D8D8Jz +P>/D7JZ +P>/J" +PLD8J$:$<"Jv" +EFEFEFEFEFEFEFEO8D9D8J&@#;#=" +6FEFEFEFEFED7D7D7D7D7J' +6D7FED7D7D7FEJ%G$;$:,8%:$:$ +>FEFEFEFEFEFEFEFEFEFEFEFEFED7FED7FED7FEFEFEFEFEFEFEFEFEFEFEFEFEJ&F#;&8-8&8&8& +>D7D7D7D7FED7D7FED7D7D7FEFED7D7D7FED7D7D7FED7D7D7D7D7D7D7FEFED7D7D7FEFED7D7D7FEJ$J&G$9&8& +?FEFEFE8D7FEFEFED7FEFEFED7FEFEFED7D7FEFEFED7J%J%F%:%9% +>FED7D7D79D7D7D7FEFED7D7D7D7D7D7FED7D7D7FEJ"J"<" +O,FE;FEFEJ'858&8%9%9-8& +6FEFEFEFEFED7:D7FEFEFED7FED7FEFEFEFEFEFED7FEFEFEFEFEFED7FEFEFEFEFED7FEFEFED7D7FEFEFEFEFEFEFED7FEFEFED7FED7D7FEFEFED7D7FEFEFED7J&:z9$:$9%:&8$:$ +6D7D7D7D7D79D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7 +J% +O4FEFEFED7J$ +O4D7D7D7Jz +6OKD5Jz +5OLD1 +J#>"@#J# +FEFEJ$8"?"@"J" +7FEFEFED1D1D1?D1J& +6FED1D1D1FEJ#9$;$<+8$:$:$ +?FEFEFEFEFEFEFEFEFEFED1FEFEFED1FEFEFEFEFEFEFEFEFEFEFEFEJ"9%8#;&:28&8% +:D1FED1D1FED1D1FED1D1D1FEFED1D1D1D1FED1D1D1FED1D1FED1D1D1FEFED1D1D1FEFED1D1D1J"F"9#<";$:$ +>D1D1FED1FEFEFEFEFEFEFEJ"J#B%9% +:FE8D1FED1D1D1D1D1D1D1D1J":#9&<"<" +O!FED1FED1FED1FED1FEFEJ48(9$>&8&8' +6D1FEFEFED1D1FEFEFED1FEFEFED1FEFEFEFEFED1FEFEFED1D1FED1FEFED1FEFEFED1D1FEFEFED1D1FEFEFED1FEJ$8x9$8#9#8$:$:$:& +7D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1 + + + +Jz +5OLD6Jz +6OKD7J# +CFEFEJ%>" +7FEFEFEFED7J% +7D7D7FED7J$;#8&:$:$8&:,8%:$:$ +>FEFEFEFEFEFED7FEFEFEFEFEFEFEFEFEFED7FEFEFEFEFEFED7FED7FED7FEFEFEFEFEFEFEFEFEFEFEFEFEJ&9,8&8-8-8&8&8& +=FED7D7D7FEFED7D7FED7D7FEFED7D7FEFED7D7D7FEFED7D7D7FED7D7FEFED7D7FEFED7D7D7FED7D7D7FED7D7D7D7D7D7D7FEFED7D7D7FEFED7D7D7FEJ"<";&@"J$9&8& +ED7D7D7FEFEFED7D74FEFEFED7FEFEFED7D7FEFEFED7J"J%J%:%9% +6FEFED7D7D7D7D7D7FED7D7D7FEJ"J"<" +O$FEIFEFEJ%919(8*9'9%9-8& +6D7FEFED7D7FEFEFED7D7FEFEFED7FEFEFEFEFEFEFED7D7FEFEFED7D7FEFEFED7D7FEFEFEFED7D7FEFEFEFEFEFEFED7FEFEFED7FED7D7FEFEFED7D7FEFEFED7J#;$8u8#8$:$8$8#8$9%:&8$:$ +7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7D7 +J% +O:FEFEFED7J$ +O:D7D7D7Jz +6OKD5Jz +5OLD1 +J" +OCFEJ&H"J" +6FEFEFEFEFEFECD1J' +6D1FED1D1FEFEJ"8#8)9)8#8&9$8,9&:$ +:D1FEFEFEFED1FED1FEFEFEFEFEFEFEFED1FEFEFEFEFED1FEFEFEFEFEFEFEFEFED1FEFEFED1FEFEFEFED1FEFEFEFEFEFEJ"8"9"8'8(9"9&81:'8& +:FED1D1D1FEFED1D1FED1FED1D1D1D1D1D1D1FED1D1D1FED1D1D1FED1D1FED1D1D1FED1D1D1D1D1FEFED1D1FEFED1D1D1FEJ%@"J$H"<$ +8FEFEFED1D1;FEFEFED1FEFEFEJ$J%8&G% +8D1D1D1GD1D1D1D1D1FED1FED1D1D1D1D1J"I":"J" +O#FEFEFE6FEJ%:*9"829&9$9*9( +6FEFEFEFED1FEFEFED1FEFEFEFEFED1FEFEFED1D1D1FEFEFED1FED1FEFEFEFED1FEFEFED1D1FED1FEFEFEFEFED1FEFEFEFED1D1FEFEFED1J%;s8#9$9u:$;":t8#8$ +6D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1 +Jv +P@D8J" +P?D8Jz +P>/D7 + +J& +O FEFED1FEFEJ%I"8" +7FEFEFEFED1D1J% +6FED1D1D1J"8%8&:$:$8#8#8& +:D1FEFEFEFEFED1FEFEFEFEFEFEFEFEFEFEFEFEFEFED1FEFEFEJ#:-8%:'9"9& +7FEFED1D1D1D1FED1D1FEFED1D1FEFED1D1D1D1D1D1FED1D1D1D1FED1D1D1J&9$:" +6D1D1FEFEFEFEFEFED1J#9% +8D1D1FED1D1D1J" +6FEJ%8*9/8, +7FEFEFED1D1FEFEFED1FEFEFEFEFED1D1FEFEFED1FEFED1FEFEFED1D1FEFEFED1FED1FEFEFEFEJ%:s8#8u:u +6D1D1D1D1D1D1D1D1D1 + + + + + +JZ +P>/J$J"C" +7FEFEFEP$D7D8J&Jt$ +6FED1D1D1FEP&D9D8D8D7J$:$:$:$:,8%:$:$J$ +>FEFEFEFEFEFEFEFEFEFEFEFEFEFEFED1FED1FED1FEFEFEFEFEFEFEFEFEFEFEFEFEBD7FFFFJ"8&8&8&8&8-8&8&8&J$ +:D1FED1D1D1FEFED1D1D1FEFED1D1D1FEFED1D1D1FEFED1D1D1FED1D1D1FED1D1D1D1D1D1D1FEFED1D1D1FEFED1D1D1FEKD8D8D7J#F&9$H$9&8&J$ +9FEFED1FEFEFED1FEFEFEFEFEFED1FEFEFED1D1FEFEFED1BD7FFFFJ"H%9%F%:%9%J$ +9D1D1D1D1FED1D1D1D1FED1D1D1D1D1D1FED1D1D1FEJD8D8D7J"@"J"<"J$ +KFEFE7FEFEGD7FFFFJ&8&8&8&8&8%9%9-8&J$ +6D1FEFEFED1D1FEFEFED1D1FEFEFED1D1FEFEFED1D1FEFEFED1D1FEFEFEFEFEFEFED1FEFEFED1FED1D1FEFEFED1D1FEFEFED1ID8D8D7J$:$:$:$:$:$9%:&8$:$J$ +7D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1ED7FFFFJ$ +PFD8D8D7J%J$ +O,FEFEFED1O3D7FFD8J$J" +O,D1D1D1O8D7J" +PDD7J" +PFD7JZAZ +5OL/J"J" +4FFP(FFIz=z +P"D13D9 +Gz +P&D9 + + + + + +Iz +P"D8J" +P4FFJy#Z&x" +5D7FFD7O*D7D7D7FFFFD7FFJ$J";# +AFFFFD8O*D8FFFFJ%:z"># +?FFFFFFD8O&D9D8FFFFJ#8"J#8# +=FFFFD9O2D9D9FFFFJ#8#J#8# +;FFFFD9D9O5D9D9FFFFJ#8#J#8# +9FFFFD9D9O9D9D9FFFFJ#8#J#8# +7FFFFD9D9O=D9D9FFFFJ'J& +5D8D8D8D8D9D9OAD9D8D8D8D8J#8#J"9" +5D7D7D8D8OAD8D7J#8#J#8# +7D7D7D8D8O=D8D8D7D7J#8#J#8# +9D7D7D8D8O9D8D8D7D7'J#8#J#8#J& +F7F7F7F7F7F75D7D7D8D8O5D8D8D7D7MF7F7F7F7F7'J#8"J#8#J' +F6F6F6F6F6F67D7D7D8O2D8D8D7D7O!F6F6F6F6F6F68%J# store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000096FB6DFFB67DFFCF8AE78AEFEF0071E7 +A24DF70055BE827530B6FFFF69DFDB7DB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000000000009AFF5DDF9E69FBB275C755EFB60071E7 +A24DF77D55BE9265618EE3002CB2DB7DB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F6F7WHF6F77F6F7J" +XIF78z8z8z +5F9WGF95F9 + + +F7F6=z"z"z"z +0F6F7W7F6F70F6F70F6>z8z8z8z +/F9W6F9/F9/F9 +JrJ$"8$>"Js" +R,F9F9F9F9FEFEO$F9F9F9F9F9F9R5F6F7J"9#Jr +SGF9F9F9R9F9J%:%8r*8$9'8#D"9$?$ +R6FEFEFEFEFEFEFEFEFEF9FEFEFEFEF9FEFEFEFEFEFEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEAs"J$9%8%8'9"8/8"8&A#8$?'J$ +F6F7QKFEFEF9F9F9FEFEFEF9F9F9FEF9F9F9FEF9F9F9F9F9FEF9FEFEFEF9FEFEFEF9F9FEFEFEFEF9FEFEFEF9F9F9FEFEFEF9FEFEQKF6F6F7BrJ%9$;%8)9%9$<$8$A#G"J" +F9QJFEFEFEF9F9FEFEFEFEFEF9FEFEFEF9F9F9FEFEFEF9FEF9F9F9F9F9F9F9F9F9F9F9F9FER F9AsJ$9%:"9$9"J"E%J# +F7QJF9F9F9FEFEF9F9F9FEF9F9FELF9F9F9F9F9QKF7F7AtJ":%8%9):$A$J%J$ +F9R$FEFEF9F9F9FEF9F9F9F9FEFEF9F9FEFEF9FEF9FEFEF9FE=FEF9FEFEQKF9F9F9J"8";%8"8%8%B*8"8&8";"8";"8$8) +R,FEFEF9FEFEF9FEFEFEFEF9FEFEFEF9F9F9FEFEFEF9F9F9FEFEF9F9FEFEF9FEFEFEFEFEF9FEFEF9F9F9FEFEFEF9J%z8z8z8z +/F7W6F7/F7/F7sF"J"F"F& +F7F7W7F7F7F7F7F7F7F7(z' +F6F6F6F6F6F6F7X=D9F6F6F6F6F6F68%J& +F9F9F9F9X?F9F9F9F9F7 + + + + + + + + + + + + +J#>#A#J# +RAFEFEFEFEFEFEKFEFE +J'8"8"8%;'9%9%9%8#8#8#8# +RBD9D9FEFEFEFEFEFEFEFEFEFED9FEFED9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEJ"8)8)8":5B% +R@FEFEFED9D9FEFED9D9D9D9FEFED9D9FEFEFE9FED9FEFED9FEFED9D9FEFED9FEFED9D9FEFED9FEFED9D9FEFEFEFED9FEJ#=":#=%9):$:" +S%D9D9D9D9D9FED9D9D9FED9D9D9D9D9FEFEFEFED9D9J"9#G"?$9&8& +RAD9FEFED9FEFEFED9D9FEFEFED9D9FEFEFEJ%J%;"8"9"8" +RED9D9D9D98FEFED9D9D9FED9FEJ"=#;":%;"A%9%:);" +R?FEFEFEFEFEFED9FEFEFEFED9D9FEFED9D9D9FEFED9D9FEFED9FEJ'8+=5B% +RCD9FEFEFEFED9D9FEFED9D9FEFEFEFED99D9FEFED9D9D9FEFEFED9FEFED9FEFEFEFED9D9D9FEFEFEFED9D9FEFED9J#9%:#8%8#;#9v9%:#8#:& +R?D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9 + +J# +S,D9D9 + + +Gz +W=D1 +Iz=z +W9D03D8J"J" +WKFF9FFJz"@r"r" +5W5D1FFD7D8D7FFJ" +X-FFJ$J":&A"J#:"J$J"9$J":#J"E$:$J" +9FEFEFEGFEFEFEFEFEFEFEP4FEFEFEO3FEFEFE@FEFEFEFEFFJ#;"8#?#B#J&9-J$ +O3D1D1D1FED1D1D1D1D1O5D1FED1D1D1D1D1FED1D1FED1FED1D1FEFET)D9D8D8J&8,@&J$8&:$8&8-:$8#8#9$B"D"A$9$:&9$:$9&9$9.A#:#:$8&:$<#8&8,C#9$:$8(:)8#8#J$ +7FEFEFEFEFEFEFEFEFEFED1FED1FEFEFEFEFEFEFEFEMFED1FEFED1FEFEFEFEFEFEFED1FEFEFEFEFEFED1FEFEFEFEFEFED1FEFEFEFEFEFEFEFEFEFEFEFED1FEFEFEFEFEFEFED1FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFED1FEFEFED1FEFEFED1FEFEFEFED1FEFEFEFEFEFEFEFED1FEFEFEFEFED1FEFEFEFEFEFEFEFEFEFED1FED1FEFEFEFED1FEFEFEFEFEFEFEFEFED1FEFEFEFED1D1FED1FEFEFEFEFEFEFEOHFFFFD9J&8-:":&:"J"C"@'858(9"9&@"8$;":"@%9#;&8&8&8&8&8.9"B%8-8&?&8-:"A%9.=)9"J$ +7D1FED1D1D1D1FED1D1D1D1D1FED1D1D1FEFED1D1FED1D1FE4FEFED1FEFED1D1FE:FED1D1D1FED1D1FEFED1D1FED1D1FED1D1D1FED1D1FED1FED1FEFED1D1D1FED1D1D1FED1D1D1FEFED1D1D1D1FEFED1D1D1D1D1D1FED1D1D1FED1D1D1FEFED1D1D1FED1FED1D1D1FED1D1D1FED1FED1D1D1D1D1FED1D1D1FED1FEFED1D1FEFED1D1D1FED1D1FED1FED1FEFED1D1D1FED1FED1D1D1D1FED1D1D1D1D1FED1D1D1FEFEFED1D1D1FED1D1D1FED1D1FED1D1D1FED1D1FEFED1D1FED1D1D1OMD9D8D8J";$;"J"C":&9"C"J&@"C%J$="J"<#:"J$;#J"<#A$B#:"J$ +O D1FED1FED14D1D1FEFEFEFEFED1D1AD1FEFEFED1D1FEFEFED1?FEFEFED1@D1FED1D14FEFEFEFED1:D1FED1FEFEFEFED1D1P#FFFFD9J$I#J$J&J%A"B$J%J&J%J%8&J$ +O&D1D1D1FED19D1D1D18D1FED1FED18D1D1D1FED1D1D1D1@D1D1D1D1>D1FED1FED1FD1D1D1D1O&D1D1D1D1D1FED1FED1P4D9D8D8J"J"J"J"<"="G"B#J"9#F"F#E":";#J$ +CFEP"FE9FEO4FEFEFEFEFED1=FEFED1FEFED1FEFEFED1P(FFFFD9J%:&8%:"C":&A":&:"9+9,9"8$8";(8->%:+A-8%9&8&9,8%:$;"@0;(?%:&8%:"A-9$?$95J$ +7FEFEFEFED1FEFEFED1FEFEFED1FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFED1FEFEFEFEFEFEFED1D1FEFEFED1D1FEFEFEFED1FED1FEFED1D1FEFEFED1D1FEFEFED1FED1D1FEFEFED1FEFEFEFEFEFEFEFEFED1FEFEFEFED1FEFEFED1FED1FEFEFEFEFEFEFEFEFED1FEFEFED1D1FEFEFED1D1FEFEFED1D1D1FEFEFED1FEFEFEFED1FED1FEFEFEFED1FEFEFED1D1FEFEFED1D1FEFED1D1FEFEFED1FEFEFEFED1FEFEFED1FEFEFED1FED1FEFEFED1FED1D1FEFEFED1D1FED1FEFEFE6FED1D1FEFEFED1FED1FEFEFEFEFEFED1FEFEFEFEFEFEO?D9D8D8J%;$9$;"C":&:"<":&:"9u8#8$8$8#=r8$:&8$?%:uBv8%:$:$;$9$9%B":#:r8$8r8$9#;%;$9$;":#<&8$;":#:$8#8zJ$ +7D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D13D1O6FFFFD9J"J"J"J"J$ +SFD1BD1BD1;D1P3D9D8D8J$J$J$J$J#u +DFEFEFEOKFEFED1P?FEFED1O4FEFEFEQ#FFFFD8J$J#J#J$J"B" +DD1D1D1OKD1D1P@D1D1O5D1D1D1Q$D8D8J"J#J";$B"J"J#J":$A$<"J"C":#J"E$:$Jz +HFE4FEFEGFEFEFEFEFE'8&8#J#;&8&?&8&848&:"C"A%9.=)9" +6D1FED1FED1FED1D1D1D1FED1D1D1FED1D1D1FED1FED1D1D1FED1D1D1FED1D1D1FED1D1FED1FED1FEFED1D1D1D1FED1FEFEFED1FEFED1FED1D1D1D1D1FED1D1D1FED1D1D1FED1FED1D1D1FED1D1D1FED1D1D1FED1D1FED1FED1FEFED1D1D1FED1FED1FED1FED1D1D1D1FED1D1:D1D1FED1D1D1FED1FED1D1D1FED1D1D1FEFED1D1D1FED1FED1D1D1D1D1FED1D1D1FED1D1FED1D1D1FED1FED1D1D1FEFEFED1D1D1FED1D1D1FED1D1FED1D1D1FED1D1FEFED1D1FED1D1D1J$J";$;"A&:"C"B$J$J&F&9$H$B"<#;"<#A$B#:" +?FEFEFEO!D1D1FED1D1FED1D1D1FED1D1FEFEFEO5FEFEFEFD1FEFEFED1D1FEFEFED1FEFEFEFEFEFED1FED1D1FED1FEFEFEFED1D1J%J$J%J%J%G%9%?&9%J%8& +>FED1D1D1O'FED1FEO&FED1D1D1O4FED1D1D1GD1D1D1FED1D1D1FED1D1D1D1D1FED1FED1D1D1D1D1MD1D1D1D1D1FED1FED1J&J"J"A">"@"A">"G#B#E":";# +OHFED1D1D1FEO D1P8FEFEFEFEFEFEFED1FED1FEFEFED1J";)>&8%9/;"9"9";"9":&8&:":&:"9/>&8%9/;(>";/8'>-8&9&>&8&8%:$9&8%;"C"A-9$?$95 +6FEFED1D1FEFEFED1FED1FEFEFED1FEFEFEFED1FEFEFED1FED1D1FEFEFED1D1FEFEFEFEFEFEFEFEFEFEFED1FEFEFED1FEFEFEFEFEFEFEFEFEFED1FEFEFED1D1FEFEFED1FED1FEFEFED1FEFEFEFED1FEFEFED1FED1D1FEFEFED1D1FEFED1D1FEFEFED1FEFED1D1FEFEFED1FED1FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFED1FEFEFEFEFED1FEFEFED1D1FEFEFED1D1FEFEFED1D1FEFEFED1FEFEFEFED1FED1D1FEFEFED1FEFEFEFEFEFED1FEFEFED1FED1D1FEFEFED1D1FED1FEFEFE6FED1D1FEFEFED1FED1FEFEFEFEFEFED1FEFEFEFEFEFEJr8&?$9%:&8$8r9"9#9#9":&9$;":&:"9r8&?$9%:&8$8r8$?r8v8'>w9$;$@$:$9%;";$9%;":#=":#<&8$;":#:$8#8z +6D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1FED1D1FED1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D13D1J"C"J" +U"D1D1;D1J%J% +EFEFEFED1P0FEFEFED1J$J$ +ED1D1D1P1D1D1D1J";$B"J$J"C":#J"E$:$ +O5FEFEFEFEFEO FEFEFEO,FEFEFEFE5FEFEFEFEFEFEFEJ"A#;&?#A#9#J#J#B#:"J#E#;# +O'FEFEFEFED1D1D1FEFEFEFEFEFEFE=D1D1O,FED1FED1D15FED1D1D1D1D1J#I#A( +O3D1D1D1D1D1FEFED1FEFED1J&9%8&@&J%8&8#8#8%F&9%:&8$:$C#B#9$:$8(:)8#8# +6FEFEFED1FEFEFEFEFEFED1FEFEFEFEFEFEFEFEO%FEFEFEFEFED1FEFEFEFEFEFEFEFEFEFEFEFED1FEFEFEFEFEFEFEFEFEFED1FEFEFEFEFEFEFEFED1FED1FEFEFEFEFEFEFEFEFED1FEFEFEFED1D1FED1FEFEFEFEFEFEFEJ'8-:":&:"J"C";$9/9"9&E'8&8-8&:"C"A%9.=)9" +6D1FED1FED1FED1D1D1D1FED1D1FEFED1D1FEFED1D1FED1D1FE4FEFED1FED1D1D1D1D1FED1D1FEFED1D1FED1D1D1D1D1D1D1FED1FED1D1D1FED1D1D1D1FEFED1D1D1FED1D1FED1D1D1FEFED1D1D1FEFEFEFED1D1D1FED1D1D1FED1D1FED1D1D1FED1D1FEFED1D1FED1D1D1J$:"=";$;"A%;"C"B$:"C$J$A$9&:"<#;"<#A$B#:" +?FEFEFED1D1FED1FED1D1FEFEFED1D1FEFEFED1FEFEFE9FEFEFEFEFEFED1FEFEFED1D1FED1D1FED1FEFEFEFED1D1J%H$H$J%G%J%A%9%J%8& +>FED1D1D1D1D1D1D1D1D1?FED1D1D1FED1D1D18FED1D1D1D1D1D1D1D1D1D1FEFD1D1D1D1D1FED1FED1J#J"J"8"D#B#E":";# +O=FED19D1O9FEFEFED1FED1FEFEFED1J";,9"9"C":&8%;":&:"9295?%8,9&8&:"C"A-9$?$95 +6FEFED1D1FEFEFED1FEFEFEFEFEFEFEFEFEFEFEFEFEFEFED1FEFEFEFEFEFEFEFEFEFED1FEFEFED1D1FEFEFED1FEFEFEFE6FED1D1FEFEFED1FED1D1FEFEFED1FED1FEFEFEFEFEFEFEFEFED1D1FEFEFED1FED1D1FEFEFED1FEFEFED1D1FEFEFED1FEFED1FEFEFED1FED1D1FEFEFED1D1FED1FEFEFE6FED1D1FEFEFED1FED1FEFEFEFEFEFED1FEFEFEFEFEFEJr8s8#9"C":&8$<":&:"9r8s8#8&8w?$:&8$:$:$;":#=":#<&8$;":#:$8#8z +6D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1FED1D1FED1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D13D1J"C"J" +R'D1D1;D1J$C% +Q*FEFEFEFEFEFED1J$C$ +Q*D1D1D1D1D1D1J&9$:$A$J$J"J$>"F$I# +O:FEFEFEFEFEFEFEFEFEFEFEFEFEFEP5FEFEFE@FEO"FEFEFEFEFEFEFEFEFEJ"J%8&8&?&J"J"F$J#J"F$?"E$J" +O&FE4D1D1D1D1FED1D1D1FEFED1D1D1FEFED1D1D1FEFFEO)FEFED1D1@FED1>FEFED1D1D1FED1D14D1 +J(8#9$:$9&J(8#9$:$9&?%:$:$:$8#8)9&B#:#:$8&:$<#9(8#9$:$9&B#9$9$9&<#9$9%:$;# +8FEFEFED1FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEO-FEFEFED1FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFED1FED1FEFEFEFEFEFEFEFEFED1FEFEFEFEFEFEFEFED1FEFEFEFEFED1FEFEFED1FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFED1FEFEFEFEFEFEFED1FEFEFEFED1FEFEFEFEFEFEFEFEFEFEFEFEJ(9"9&8&8&:"<";$I"C":(9"9&8&8&?&8&8&8(9"8'8&:"B%8-8&?(9"9&8&8&:"B%8#:'@%8&8&9% +7FED1D1D1FED1D1D1FED1D1D1FEFED1D1D1FED1FED1D1D1FEFEFEFEFEFEFEFED1D1D1FED1D1D1FED1D1D1FEFED1D1D1FED1FED1D1D1D1D1D1D1FEFED1D1D1FEFED1D1D1FEFED1D1D1FED1D1D1D1FEFED1D1FED1FED1D1D1FEFED1D1FEFED1D1D1FED1D1FED1FED1FEFED1D1D1FEFED1D1D1FED1D1D1FED1D1D1FEFED1D1D1FED1FED1D1D1FED1D1D1FED1D1D1FEFED1D1FED1D1D1FED1D1D1D1FEFED1D1D1FEFED1D1FEJ$9&A"<":&H"C"I$9&G$="<"G"D"<#:"J$;#H$9&A"<#H"=#A$9&9" +FFEFEFED1FEFEFED1D1D1D1D1D1D1FED1D1FEFEFED1FEFEFED1FEFEFED1D1D1D1FED1D14FEFEFEFED1FEFEFED1FEFEFED1D1FED1D1FED1FEFEFED1FEFEFED1D1J%9%J%9%F%J%J%9%J%:% +FD1D1D1D1D1D1D1FEOBD1D1D1D1D1D1D1FEFED1D1D1OCD1D1D1D18D1D1D1D1D1D1D1FEO,FED1D1D1D1D1D1FEJ"8"A"D"J"8"A"I"<"J"?#J"9#J"8"A"?#J#H" +IFEFEFEFEO.FEFEFEFEFE-8&8&8*9"8&9"@0;(?%9-8&9&9"@'8*9"='85 +7D1FEFEFED1FEFEFED1FED1D1FEFEFED1D1FEFEFED1D1FEFEFED1FEFED1FEFEFEFED1D1FEFEFED1D1FEFEFED1FED1FEFEFED1FED1FEFEFED1FEFEFED1FED1D1FEFEFED1D1FEFEFED1D1FEFEFED1D1FEFEFED1FED1D1FEFEFED1D1FEFEFED1D1FEFEFED1D1FEFEFED1FEFEFEFEFED1FEFEFED1FEFEFEFED1FEFEFED1D1FEFEFED1D1FEFED1D1FEFEFED1D1FEFEFED1FEFEFED1FED1D1FEFEFED1D1FEFEFED1D1FEFEFED1FEFED1FEFEFED1FEFEFEFEFED1FEFEFEFEFED1FEFEFED14D1FEFEFED1FED1D1FEFEFED1D1FEFEFED1FEFEFEJ$:&8$:$;$:"<":%:$:$;";$;";$:&8$:$;$@&8$:$:$:s8#9$:":#:r8$8r8$9#<$:&8$:$;$:":#:&9t8&:&:&8$8r +8D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1D1D1D1D1D1D1J"J"J"J" +R"F$I#J" +6FEFEFEFEFEFEFEFEO FEFEFEFEFEFEFEFEFEFEFEFEFEFEO-FEFEFEFEFEFEJFEFEFE@FEFEFEFEFEFEFEFEFEJFEFEFEFEFEFEFEFEFEO:D8J"D#<%G"J#;&8&?#;&8&>'J+<%G"J$J$D#<%G"J$?"E$J"Jv" +6D1D1D1FED1D1D1FE:FEFEFED1D1D1FEFED1D1D1FEFEFEFED1D1D1FEFED1D1D1FEFEFEFED1FEFEDFEFEFED1FEFEFED1D1D1FED1D1D1FE7FED1D1@FED1D1D1D1FED1D1D1FE7FED1D1D1FED1D14D1O/D9D8J#J#J$8"J( +P!D1D1:D1D19D1FED1D1DD1FED1D1D1FED1J&8#?&9$9&8&9$J#9%9&9$8&J&9$9&8&9$C#:#:$8&:$<#;&8#?&9$9&8&9$C#9$9$9&<#9$9%:$;# +:FEFED1FEFEFEFEFEFEFEFEFEFEFEFEFED1FEFEFEFEFEFEFEFEFEFEFEO=FED1FEFEFEFEFED1FEFEFEFEFEFEFED1FEFEFE8FEFEFEFEFEFEFEFEFED1FEFEFEFEFEFEFEFEFEFEFEFED1FEFEFEFEFEFEFEFED1FEFEFEFEFED1FEFED1FEFEFEFEFEFEFEFEFEFEFEFEFED1FEFEFEFEFEFEFEFEFEFEFEFED1FEFEFEFEFEFEFED1FEFEFEFED1FEFEFEFEFEFEFEFEFEFEFEFEJ&9"@&8&8&8&8&:"<"J"J";#:&8&8-J&8&8&8&8&:"B%8-8&A&9"@&8&8&8&8&:"B%8#:'@%8&8&9% +9FED1D1D1D1D1D1FED1D1D1FED1D1D1FED1FED1D1D1D1FED1D1D1FED1D1D1FEFEFE;FE;FEFED1D1D1D1D1FED1FED1D1D1FED1D1D1FED1D1FEFED1D1FE7D1FED1D1D1FED1D1D1FED1FED1D1D1D1FED1D1D1FED1D1D1FEFEFED1D1FEFED1D1D1FED1D1FED1FED1FEFED1D1D1FEFED1D1D1D1D1D1FED1D1D1FED1D1D1FED1FED1D1D1D1FED1D1D1FED1D1D1FEFED1D1D1FED1D1D1FEFED1D1FED1D1D1FED1D1D1D1FEFED1D1D1FEFED1D1FEJ#J$G&:"<"J"J"<";$A$:"J$G&:"<#:"J$;#:#J$G&:"<#H"=#A$9&9" +8FED1:FEFEFED1FEFEFED1D1D1;D1;D1FEFEFEFEFEFEFED1BFEFEFED1FEFEFED1D1FED1D14FEFEFEFED1FED1:FEFEFED1FEFEFED1D1FED1D1FED1FEFEFED1FEFEFED1D1J#J%G%J$9%A%J%G%J%@#J%G%J%:% +8D1FE:D1D1D1D1D1D1D1FEO;D1D1FEFED1D1D1D1D1D1D1FD1D1D1D1D1D1D1FEFD1D1D1D1D1FE:D1D1D1D1D1D1D1FEO%FED1D1D1D1D1D1FEJ#J"D$J#J"G$J"D$D#J"9#<#J"D$D#J#H" +9D1FE&8,9&8%:,:"@0;(>"959&8%:,:"@'8*9"='85 +6FE6D1FEFED1D1FEFEFED1FED1FEFEFEFEFEFED1FEFEFEFED1FEFEFED1FEFEFEFED1FEFEFED1D1D1FEFEFED1FEFEFEFEFEFEFED1FEFEFED1D1FEFEFED1FEFEFEFEFEFED1FEFEFED1D1FEFEFED1FEFEFEFEFED1D1FEFEFED1FED1FEFEFEFED1FEFEFED1D1FEFEFEFED1FEFEFED1FEFEFEFEFEFED1FEFEFEFED1FEFEFED1FEFEFEFED1FEFEFED1D1D1FEFEFED1FEFEFEFED1FEFEFED1D1FEFEFED1D1FEFED1D1FEFEFED1FE6D1FEFED1D1FEFEFED1FED1FEFEFEFEFEFED1FEFEFEFED1FEFEFED1FEFEFEFED1FEFEFED1D1D1FEFEFED1FEFED1FEFEFED1FEFEFEFEFED1FEFEFEFEFED1FEFEFED14D1FEFEFED1FED1D1FEFEFED1D1FEFEFED1FEFEFEJ#9#8z:$9%;$9$;"<":&9$:$;":&9$:$;"9$8#8u:$8$8#?$9v:$9%;$9$;":#:r8$8r8$9#:#9#8z:$9%;$9$;":#:&9t8&:&:&8$8r +6D1D1D1D11D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1FED1D1D1D1D11D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1D1D1D1D1D1D1J"J"J"J" +S1D1BD1O7D1;D1Jv +X)D8J" +X(D8J$<$J";$;"C";$:$J#J$<$J$J"E$<$J$>"F$I#Jz +EFEFEFEFEFEFEO FEFEFEFEFEFEFEFEFEFEFEFE>FEFE4FEFEFEFEFEFEJFEFEFE@FEFEFEFEFEFEFEJFEFEFEFEFEFEFEFEFEO3/D7J#<%G"J#;&8#B#;&8&>#9#D"C+<%G"J$J#E#<%G"J$?"E$J"JZ +ED1D1FED1D1D1FE:FEFEFED1D1D1FEFEFEFEFEFED1D1D1FEFED1D1D1FEFEFEFEFED1FEFEFED1FEFEFED1D1D1FED1D1D1FE7FED1D1@FED1D1D1FED1D1D1FE7FED1D1D1FED1D14D1O4/J#B#B#J(J(J"C" +P!D1D1D1D1D1D19D1FEFED1FEFED1)9"@&8&8&8&8&:"B%8#:'@%8&8&9%J$ +6D1FED1FED1FED1D1D1D1FED1D1D1FED1D1D1FED1FED1D1D1D1FED1D1D1FED1D1D1FEFEFE;FE;FED1FED1D1D1D1D1FED1FED1D1D1FED1D17D1FED1D1D1FED1D1D1FED1FED1D1D1D1FED1D1D1FED1D1D1FEFEFED1D1FEFED1D1D1FED1D1FED1FED1FEFED1D1D1FED1FED1FED1FED1D1D1D1FED1D1D1FED1D1D1FED1FED1D1D1D1FED1D1D1FED1D1D1FEFED1D1D1FED1D1D1FEFED1D1FED1D1D1FED1D1D1D1FEFED1D1D1FEFED1D1FEO0D7FFFFJ$G&:"<"J"J"B$A#J$G&:"<#:"J$;#J$G&:"<#H"=#A$9&9"J$ +O&FEFEFED1FEFEFED1D1D1;D1;D1FEFEFEFED1AFEFEFED1FEFEFED1D1FED1D14FEFEFEFED1@FEFEFED1FEFEFED1D1FED1D1FED1FEFEFED1FEFEFED1D1O=D8D8D7J%G%J%A#J%G%J%J%G%J%:%J$ +O&D1D1D1D1D1D1D1FEOAFED1D1D1D1FEAD1D1D1D1D1D1D1FEFD1D1D1D1FD1D1D1D1D1D1D1FEO%FED1D1D1D1D1D1FEO8D7FFFFJ"D$J"J#A$J"D$D#J"9#J"D$D#J#H"J$ +O)FEFED1FEO@D14D1FEFED1FE5FEFED1FEFED1=FEFED1DFEFED1FEFED1:FED1FEODD8D8D7J";59&8%:,:"<":&8&8&:":&8&8&:"948"9$>&8,9&8%:,:"@0;(>";59&8%:,:"@'8*9"='85J$ +6FE4FED1D1FEFEFED1FED1FEFEFEFEFEFED1FEFEFEFED1FEFEFED1FEFEFEFED1FEFEFED1D1D1FEFEFED1FEFEFEFEFEFEFED1FEFEFED1FEFEFEFEFEFEFEFEFEFEFED1FEFEFED1D1FEFEFED1FEFEFEFED1FEFEFED1D1FEFEFED1FED1FEFEFEFEFED1FEFED1FEFEFED1FEFEFEFEFEFED1FEFEFEFED1FEFEFED1FEFEFEFED1FEFEFED1D1D1FEFEFED1FEFEFEFED1FEFEFED1D1FEFEFED1D1FEFED1D1FEFEFED1FE4FED1D1FEFEFED1FED1FEFEFEFEFEFED1FEFEFEFED1FEFEFED1FEFEFEFED1FEFEFED1D1D1FEFEFED1FEFED1FEFEFED1FEFEFEFEFED1FEFEFEFEFED1FEFEFED14D1FEFEFED1FED1D1FEFEFED1D1FEFEFED1FEFEFEO1D7FFFFJr8z:$9%;$9$;"<":&9$9&:":&9$:$;"9r8u8#9#?$9v:$9%;$9$;":#:r8$8r8$9#:r8z:$9%;$9$;":#:&9t8&:&:&8$8rJ$ +6D11D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1FED1D11D1D1D1D1D1D1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1D1FED1D1D1D1D1D1D1D1D1D1D1D1D1D1D1O7D8D8D7J"J"J"J"J$ +S*D1BD1O7D1;D1P%D7FFFFJ$ +X/D8D8D7J$ +X,D7FFD8J" +X0D7J" +X-D7J" +X/D7JZAZ +5W5/J"J" +4FFW?FFIz=z +W9D13D9 +Gz +W=D9 + + + +Iz +W9D8J" +WKFFJy#Z$x" +5D7FFD7VCD7FFFFD7FFJ$J"9# +AFFFFD8VCD8FFFFJ%:z"<# +?FFFFFFD8V?D9D8FFFFJ#8"J#8# +=FFFFD9VID9D9FFFFJ#8#J#8# +;FFFFD9D9VLD9D9FFFFJ#8#J#8# +9FFFFD9D9W"D9D9FFFFJ#8#J#8# +7FFFFD9D9W&D9D9FFFFJ'J& +5D8D8D8D8D9D9W*D9D8D8D8D8J#8#J"9" +5D7D7D8D8W*D8D7J#8#J#8# +7D7D7D8D8W&D8D8D7D7J#8#J#8# +9D7D7D8D8W"D8D8D7D7'J#8#J#8#J& +F7F7F7F7F7F75D7D7D8D8VLD8D8D7D7MF7F7F7F7F7'J#8"J#8#J' +F6F6F6F6F6F67D7D7D8VID8D8D7D7O!F6F6F6F6F6F68%J# store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000096FB6DFFB669F7AE86FFDF8AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000009AFF5DDF9E71FFBA8EFFEF75C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F4F5W:F4F57F4F5J" +X;F58z8z8z +5F8W9F85F8 + + +z8z8z8z +/F8W(F8/F8/F8 +J'J$8$C$8s +R$FEFEFEFEF8FE6FEFEFEFEFEFEFEFEFEFEJ'J":"E":"8$Js" +R#FEFEF8F8F8FE7F8F8F8F8F8F8F8REF4F5J"J"Jr +R(F8O)F8REF8J#8"9$8'8$E$:#@"9,9'8#;$ +R%FEFEF8FEFEFEFEFEFEF8FEFEFEFEFEFEFEFEFEFEFEFEFEFEF8FEFEF8FEFEFEFEFEFEFEF8FEFEFEFEFEFEFEAs"J"9#8)8"8(A-=#8$8":%8"8)8'J$ +F4F5Q=F8FEFEFEFEFEF8FEFEF8F8FEFEFEFEF8FEFEFEFEFEFEF8FEFEF8FEFEFEF8FEFEFEF8F8F8FEF8F8FEFEF8FEF8FEFEFEF8FEFEFEFEFEF8FEFEQAF4F4F5BrJ#9"9%:$8$F";$=#=(="9">"J" +F8Q?F8F8FEF8F8F8F8F8F8F8F8F8F8FEF8F8F8F8F8F8F8F8F8F8FEFEF8F8FEQDF8AsJ"8#J%E"?%I%J# +F5Q>FEF8F8DF8F8F8F8F8FEFEF8F8F8F8F8F8QAF5F5AtJ">%?$E%9$J"I%J$ +F8Q>FEFEF8FEFEFEF8FEFEF8FEFEFEF8FE6FEFEF8FEFEQAF8F8F8J08"8*8$8/8$8";"8"8%8$8"9"9) +R$F8FEFEFEFEF8F8F8F8FEFEFEF8F8FEFEF8F8FEFEFEF8F8F8FEFEF8FEFEF8F8F8FEFEFEF8F8F8F8FEFEF8FEF8FEFEFEFEF8FEFEF8FEF8FEFEFEFEF8F8F8FEFEFEF8J':$8%:$9t9$:v;%9z9$Js +R#F8F8F8F8F8F8F8F8F8F8F8F8F8F8F8F8F8F8F8F8F8F8F8F8F83F8F8F8F8R"F5Jt +X)F8 +>z8z8z8z +/F5W(F5/F5/F5sF"J"F"F& +F5F5W)F5F5F5F5F5F5F5(z$z' +F4F4F4F4F4F4F5WGD8D9D9D93CFF4F4F4F4F4F48%J"J( +F8F8F8F8WGFF5D0F4F8F8F8F8F5?z"QHCD3CFD9D8J"J"J"J" +R1FF5D0R7FF5D0Jz"D9RMD9J(J( +R;FFFFD9D9D9D8D8RGFFFFD9D9D9D8D8J"J" +R:FFRMFFJ"9$J"9$ +R$J">$ +R9D1D8D8D1RBD1D8D8D1J"="J"=" +R;FFD1REFFD1J"<"J"<" +R:D1D8RFD1D8J"9$J"9$ +RQHD93D9 + +JzJz +8QHCFO&QHCFJ"J" +R1D0RMD0Jw"z#v"Jw"z#v" +:D1FFQ*D1FFFFD1D0O)D1FFQ*D1FFFFD1D0J$Z8#J$Z8# +DFFFFD8Q*FFFFO=FFFFD8Q*FFFFJ$J":"J$J":" +CFFFFD8Q*D8FFO;FFFFD8Q*D8FFJ%:z"9&J%:z"9& +AFFFFFFD9Q&D9D8D9D9FFFFFFO7FFFFFFD9Q&D9D8D9D9FFFFFFJ&J&J&J& +?FFFFFFD9D9Q1D9D9FFFFFFO3FFFFFFD9D9Q1D9D9FFFFFFJ"8"J"8"J"8"J"8" +>FFD9Q5D9FFO1FFD9Q5D9FFJ&J&J&J& +D1D8Q5D8D1O1D1D8Q5D8D1J&J&J&J& +?D1D1D8D8D8Q1D8D8D8D1D1O3D1D1D8D8D8Q1D8D8D8D1D1J%:z:&J%:z:& +AD1D1D8D8Q&D8D8D8D8D1D1O7D1D1D8D8Q&D8D8D8D8D1D1J":"J"J":"J" +CD1D8Q,D1O;D1D8Q,D1J$z%J$z% +DD1D1D8Q*D1FFD8D1D1O=D1D1D8Q*D1FFD8D1D1JzJz +:QDD0O*QDD0J"J" +9D0RMD0JzJz +8QHD9O&QHD9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Jz9zJz9z +8QHCD3CF>QHCD3CFJ"J"J"J" +R1FF5D0R7FF5D0Jz"D9RMD9J(J( +R;FFFFD9D9D9D8D8RGFFFFD9D9D9D8D8J"J" +R:FFRMFFJ"9$J"9$ +R$ +X'D1D8D8D1J"=" +X)FFD1J"<" +X(D1D8J"9$ +X*FFD8D8D1J" +X)D1J& +X+FFD9D8D8D1J& +X*D1FFD8D8D1 +J$ +X+D1D8D1?Z8Q8Z8Q8Z=z +R'RD2/D0>"J" +FFWID0=z9z +WGD93D9 + +=z +WGCF'J"J& +F5F5F5F5F5F5WGD06F5F5F5F5F5'9w"z#v"J' +F4F4F4F4F4F4D1FFW)D1FFFFD1D07F4F4F4F4F4F48%C$ZA#J& +F8F8F8F8FFFFD8W FFFFBF8F8F8F8F5H$J"C" +FFFFD8W D8FFF%:z"B& +FFFFFFD9VJD9D8D9D9FFFFFFD&J& +FFFFFFD9D9W0D9D9FFFFFFC"8"J"8" +FFD9W4D9FFA&J& +FFFFFFD9D9W6D9D9FFFFFF?&J% +D8D8D8D9D9W:D9D8D8D8?&J"8" +D1D1D8D8D8W:D8D1A&J& +D1D1D8D8D8W6D8D8D8D1D1C"8"J"8" +D1D8W4D8D1D&J& +D1D1D8D8D8W0D8D8D8D1D1F%:zC& +D1D1D8D8VJD8D8D8D8D1D1H":"J" +D1D8W+D1I$z@$ +D1D1D8W D1D8D1D1?z +WCD0>" +D0=z"z"z +0F4F5W:F4F51F4 store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000082D78AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +000000000000000000000000000000000000000000006DB675C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F6F7R?F6F77F6F7J" +S@F78z8z8z +5F9R>F95F9 + + +z8z8z8z +/F9R-F9/F9/F9 +J'D":"I' +OJFEFEFEFEFEFEFEFEFEFEFEFEFEFEJ"8%B":"J"8%Js" +OJF9F9F9FEFEFEFE4F9F9F9FEFEP,F6F7Jr +S/F9J(8"8$8#8$9'D$9( +P%FEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEF9FEFEFEFEFEFEFEFEF9FEFEFEAs"J%8"9":"8$8,8%;%8*9$J$ +F6F7O9FEFEFEF9F9F9F9F9F9F9F9F9FEFEFEF9FEFEFEF9F9FEF9FEFEFEFEFEF9FEFEFEF9FEFEFEF9F9F9FEF9O;F6F6F7BrJ&J$<">&9$:&J" +F9O:F9F9F9FEFE6F9F9F9F9F9F9F9FEFEF9F9F9F9FEFEFEF9O=F9AsJ# +F7R;F7F7AtJ"F$J$:&J$ +F9OCFEFEF9FE7FEF9FEFEF9F9FEFEOz8z8z8z +/F7R-F7/F7/F7sF"J"F"F& +F7F7R.F7F7F7F7F7F7F7(z' +F6F6F6F6F6F6F7S4D9F6F6F6F6F6F68%J& +F9F9F9F9S6F9F9F9F9F7 + + +Bz +OBFE +Dz +O>D9 +Fz +O:D8J" +OIFFHz" +O6D9FF + + +JZJZJZ +6O.4O.4O.J"J"J" +OCD8OAD8OAD8Jz"Jz"Jz" +8O*D9D87O*D9D87O*D9D8 + + + + +J#:#J#9#J#;#F# +HFEFEFEFEO>FEFEFEFEO/FEFEFEFEFEFEJ" +PBFEJ$8)9%J%J"9":%8#9#:#9% +HD9FEFEFEFED9D9FEFEFEFEFEFEFEFEO;FEFEFEFEO+FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEJ.J#:'J'A, +O"FEFED9D9FEFED9FEFED9D9FEFEO3D9FEFEFED9D9FEFEO2FEFED9D9FEFEFED9FEFED9FEFED9D9FEFEJ'@%J$:#;(9" +ID9FEFEFEFED9FED9D9D9PJFED9FED9D9D9FEFED9FEFED9D9J"8":#9&J#J"9":$J# +JD9D9FEFED9D9FEFEFEO5D9FEO3D9D9FEFEFE4FEFEJ%9"8"J";%:&A% +O$D9D9D9D9D9FEPKFEFEFED9D9D9FEFEFED9D9D9D9D9J(J"J$J"># +O&FEFED9FEFED9D9O7D9O4D9FED95FEFEFEJ.J'J(8"=, +O"D9FEFEFEFED9D9D9FEFEFEFED9O9D9FEFEFEFED9O2D9FEFEFED9FEFED9D9FEFED9D9D9FEFEFEFED9J#:%9%J#9#8%J#8"8#8':"9&9% +KD9D9D9D9D9D9D9D9D9D9O2D9D9D9D9D9D9D9D9O)D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9D9J" +R;FEJ$ +R:FEFED9J# +R:D9D9 + + + +'J& +F7F7F7F7F7F7S5F7F7F7F7F7'HzJzJzG' +F6F6F6F6F6F6O*D88O*D88O*D8F6F6F6F6F6F68%G"J"J"J& +F9F9F9F9D8OAD8OAD8OFE +Bz +OBD9 + + + +=z"z"z +0F6F7R?F6F71F6F91F9 + + +7z8z8z +6F7R>F75F7"J"J" +F77F7R?F7 +ENDBITMAP +%%EndBinary +351 567 513 648 R +7 X +V +4 8 Q +0 X +(buttonbox .bb -padx 10 -pady 10) 351 642.67 T +(.bb add Yes -text Yes) 351 622.67 T +(.bb add No -text No) 351 612.67 T +(.bb add Maybe -text Maybe) 351 602.67 T +(.bb default Yes) 351 592.67 T +(pack .bb -expand yes -f) 351 572.67 T +(ill both) 461.4 572.67 T +0 10 Q +(FIGURE 26) 376.52 542.16 T +1 F +(- Buttonbox) 430.42 542.16 T +0 0 612 792 C +315 135.14 540 505.86 C +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +315 170.71 540 494.43 R +7 X +0 0 0 1 0 0 0 K +V +0.5 H +2 Z +0 X +N +%%BeginBinary: 5963 +314 531 94.2 159.3 0 427.8 323.98 +/red < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000007D96FB7DFFCF8AFFE79AFF2CAEB6CF71E7 +A24DF70055BE928AB2D3FF00F7557DDBB2002CFF6120822C455D4571FF0000FF +> store +/green < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000006D96FB6DFFB67DFFCF8AE78AEFEF0071E7 +A24DF70055BE827530B6FFFFDF697DDBB2004D00B641DF4D829E4582FF0000FF +> store +/blue < +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000005D9AFF5DDF9E69FBB275C755EFB60071E7 +A24DF77D55BE9265618EE300B22C7DDBB28A4D00FF59E351B6A2FF9200FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +7F6F7SCF6F77F6F7J" +TDF78z8z8z +5F9SBF95F9 + + +z8z8z8z +/F9S1F9/F9/F9 +JrJ$8.8#E$ +P'FE>FEFEFEFEFEFEFEF9FEFEFEFEF9FEFEFEFEFEFEFEFEJ"8&J":"8$8&I"Js" +P'F9F9F9F9FEFE=F9F9F9F9F9F9F9F9FEF9F9Pz8z8z8z +/F7S1F7/F7/F7sF"J"F"F& +F7F7S2F7F7F7F7F7F7F7(z' +F6F6F6F6F6F6F7T8D9F6F6F6F6F6F68%J& +F9F9F9F9T:F9F9F9F9F7 + + + + + +Ez +SFFGz=z +S8D13D9 +Ez +SD9D8FFFFJ#8"J#8# +;FFFFD9RHD9D9FFFFJ#8#J#8# +9FFFFD9D9RKD9D9FFFFJ#8#J#8# +7FFFFD9D9S!D9D9FFFFJ#8#J#8# +5FFFFD9D9S%D9D9FFFFI'J& +D8D8D8D8D9D9S)D9D8D8D8D8I#8#J"9" +D7D7D8D8S)D8D7J#8#J#8# +5D7D7D8D8S%D8D8D7D7J#8#J#8# +7D7D7D8D8S!D8D8D7D7J#8#J#8# +9D7D7D8D8RKD8D8D7D7J#8"J#8# +;D7D7D8RHD8D8D7D7J#D8D7D7J#9"J$ +?D7D7D8RBD8D7D7IZ +S4H" +FFGz +S8D9 + + + +JU +T+J" +T4D8J( +T-D9D9D9D9D9D9D8 +=z@u +T$D8D8>z@t" +T#D9D9FF>Z@T +T#=z@u +T$D9D9J' +T-D8D8D8D8D8D8J" +T,D8Ju +T+D9 + +Ez +SFFGz=z +S8D13D9 +Ez +SD9D8FFFFJ#8"J#8# +;FFFFD9RHD9D9FFFFJ#8#J#8# +9FFFFD9D9RKD9D9FFFFJ#8#J#8# +7FFFFD9D9S!D9D9FFFFJ#8#J#8# +5FFFFD9D9S%D9D9FFFFI'J& +D8D8D8D8D9D9S)D9D8D8D8D8I#8#J"9" +D7D7D8D8S)D8D7J#8#J#8# +5D7D7D8D8S%D8D8D7D7J#8#J#8# +7D7D7D8D8S!D8D8D7D7J#8#J#8# +9D7D7D8D8RKD8D8D7D7J#8"J#8# +;D7D7D8RHD8D8D7D7J#D8D7D7J#9"J$ +?D7D7D8RBD8D7D7IZ +S4H" +FFGz +S8D9 + + +JU +T+J" +T4D8J( +T-D9D9D9D9D9D9D8 +=z@u +T$D8D8>z@t" +T#D9D9FF>Z@T +T#=z@u +T$D9D9J' +T-D8D8D8D8D8D8J" +T,D8Ju +T+D9 + +Ez +SFFGz=z +S8D13D9 +Ez +SD9D8FFFFJ#8"J#8# +;FFFFD9RHD9D9FFFFJ#8#J#8# +9FFFFD9D9RKD9D9FFFFJ#8#J#8# +7FFFFD9D9S!D9D9FFFFJ#8#J#8# +5FFFFD9D9S%D9D9FFFFI'J& +D8D8D8D8D9D9S)D9D8D8D8D8I#8#J"9" +D7D7D8D8S)D8D7'E#8#J#8#J& +F7F7F7F7F7F7D7D7D8D8S%D8D8D7D7GF7F7F7F7F7'G#8#J#8#J' +F6F6F6F6F6F6D7D7D8D8S!D8D8D7D7IF6F6F6F6F6F68%I#8#J#8#J& +F9F9F9F9D7D7D8D8RKD8D8D7D7LF9F9F9F9F7J#8"J#8# +;D7D7D8RHD8D8D7D7J#D8D7D7J#9"J$ +?D7D7D8RBD8D7D7IZ +S4H" +FFGz +S8D9 + + + + + + + + +=z"z"z +0F6F7SCF6F71F6 store +/green < +D79F0000000000000000000000000099DEFFFFFFBFBFBFBFBF80808080804040 +4040000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFF +FFFFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF80 +808080804040400000000000FFFFFFBFBFBFBFBF808080408BEEEE0073E6A2F5 +99FFFF30B094FFF700CE8858D74DB38080C0C080C0808060C08000A080402070 +A020D0F0F0E010B489E4BE5B77D9FFFFA0404040400063E0B500996699FF0066 +3399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69E3B5BF804040 +9765E1A36FE700FF1A004DB2B477B39519264F00B641DE4F829E4780FF0000FF +> store +/blue < +FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3BF8040FFBF804000FFBF804000FFBF +8000BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF80 +4000FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FF +BF804000FFBF00FFBF804000BF8040FFBF804000FFBF40FF57EEB40073E6A2F5 +6BFBB360B015322480FA8858D756CAD050C080C08080C060C080FF0000402070 +C020D06050E010B476C4BE7A65D900E0A0BF8040004063E0B500FF3399FF8866 +6666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69E3B5BF808040 +9765E1A36FE7BFCC8BEE4DB28C85B3ED70264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7T&F6F76F6F7J" +U%F78z8z8z +4F9T%F94F9 + +;z" +TJF7F6F9F9FEFEFEF9F9F9F9FEFEFEF9F9F9FEFEFEFEF9FEFEFEF9F9F9F9F9FEFEFEF9F9F9FEFEFEF9F9F9F9F9FEFEFEF9F9F9FEFEFEFEJ$:$9z;$9&;$9rJs +P@F9F9F9F9F9F92F9F9F9F9F9F9F9F9F9F9F9F9F9P=F7Jt +TBF9 +=z8z8z8z +/F7SBF7/F7/F7rF"J"F"F% +F7F7SCF7F7F7F7F7F7'z& +F6F6F6F6F6F7TIADF6F6F6F6F68$J% +F9F9F9TKF9F9F9F7 + + + + + + + + + +J5=4 +O6RAFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEFFADFFADFFADFFADFFADFFADFFADFFADFFADFFJ5<5 +O5RBFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEAD4FFADFFADFFADFFADFFADFFADFFADFFADFFADFFADJ#z"<#z" +O5ADFER?ADFFADFF1ADFEJ#J#<#F# +O5FEADR>FFADFFADFEADJ#J#<#F# +O5ADFER>ADFFADFFADFEJ#;#F#8#F#<"J#<#9u9# +4FEFEFEFEFEFEFEFEFEADFER7FFADFFADFEFEADJ#J#<#9"B# +O5ADFER>ADFFADFFADADFEJ"9":%8&8"8":#9#>#?"9"8%:$J#<#B"9# +6FEFEFEFEFEFEFEFEADFEFEFEFEFEFEFEFEFEADFEFEFEADFEFEFEFEFER#FFADFFADADFEADJ'9'8"9%B#G%8&J#<#:"A# +>FEFEADADFEFEFEADFEFEADADADFEADFEFEADFEFEADADFEFEADADADFER"ADFFADFFADADFEJ$C"A";#>#G"J#<#A":# +7FEADFEADADADADFEADADR,FFADFFADADFEADJ"9"J#J$J#<#;"@# +6ADADHADFE8FEFEFER#ADFFADFFADADFEJ"J#8"J%J#<#@";# +8FEJFEADFE5ADADADADR"FFADFFADADFEADJ$J">#>#B"D"J#<#<"?# +7ADFEAD6FEFEFEADFEFEFER"ADFFADFFADADFEJ'?%H#8&8%@&J#<#?"<# +>ADFEFEFEFEADADFEFEADFEADADFEFEFEADADFEFEADADFEFEFEADR"FFADFFADADFEADJ#8"8#8%8#8#9&8#8#>#9$:%8"9"9$J#<#="># +4ADADADADADADADADADADADADADADADADADADADADADADADFEADADADADADADADADADADADADR#ADFFADFFADADFEJ#J#<#>"=# +O5FEADR>FFADFFADADFEADJ#J#<#F# +O5ADFER>ADFFADFFADFEJ#J#<#F# +O5FEADR>FFADFFADFEADJ5<5 +O5RBADFEADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFF4ADFFADFEADFEADFEADFEADFEADFEADFEADFEADFEJ5<5 +O5RBFEADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFAD4FFADFEADFEADFEADFEADFEADFEADFEADFEADFEADJz=z +O5RAAD3AD + + + + + + + + + + + + + + + + + + + + + + +J5=4 +Q"Q'FEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEFFADFFADFFADFFADFFADFFADFFADFFADFFADFFJ5<5 +Q!Q(FEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEAD4FFADFFADFFADFFADFFADFFADFFADFFADFFADFFADJ#z"<#z" +Q!ADFEQ%ADFFADFF1ADFEJ#J#<#F# +Q!FEADQ$FFADFFADFEADJ#J#<#F# +Q!ADFEQ$ADFFADFFADFEJ%J#8#J&H#J#8"<"J#<#9u9# +6FEFEFEFE>FEFEFEFE5FEFEFEFEFEFEFE?FEADFEFEPHFFADFFADFEFEADJ'J#J(J#?"J#<#9"B# +5FEFEADADFEFEAADAD4FEFEADADADFEFEO$ADFEADPHADFFADFFADADFEJ$8*9%8+8"8+9&D#9#8%8"8"8%8*9#>#?"8%9"9$:"J#<#B"9# +4FEFEADADFEFEADFEFEADFEFEFEFEFEFEFEFEADFEFEADFEFEFEFEFEFEADFEFEADFEFEADFEFEFEFEADFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEADFEFEFEFEFEFEADFEFEADFEFEFEFEADFEFEP3FFADFFADADFEADJ,9"8)8"<*>(?)8)8*B#C%>#8#J#<#:"A# +?FEADFEFEADFEFEADADFEFEFEFEFEADADFEFEADADADFEADFEFEADFEFEADFEADFEFEFEADADADFEFEADADFEFEADADADADFEFEADADFEFEFEADADFEFEADADFEFEADFEFEADADFEADFEFEADP3ADFFADFFADADFEJ"D%E"="?&8(9%J#>#C"B%J#<#A":# +?ADADADADADADADADADFEFEFEADFEFEADFEFEADFEADADAD9ADADFEADADADFEFEADP4FFADFFADADFEADJ#;"9$J"8"?&?#J#J#<#;"@# +FFEFEADFEFEFEAADFEADADFEFEFEFEFE9ADFEQ$ADFFADFFADADFEJ%<%J#8":&:"8">%J#J%J#<#@";# +FADADADADFEFEADAD>FEFEADADFEFEFEADADFEADADADAD7FEAD:FEADADFEP4FFADFFADADFEADJ$8$9">#G"C"J%=":#C#>#J"8#8#J#<#<"?# +4ADFEFEFEFEADFEFEFEFEFE8FEFEADADFEFEFEFEFEADFE6FEFEADADFEP3ADFFADFFADADFEJ':,<-@%>(9";'8+J#9%B%J#<#?"<# +5ADFEFEFEFEADADFEFEADADADFEFEFEFEADADFEFEFEADFEFEADADFEFEADADFEFEADADFEFEFEFEFEADADADFEFEFEFEADADFEFEADADFEFEFEFEAD7FEADFEFEFEFEADFEFEADP;FFADFFADADFEADJ%<#9%8#:'8s8#8#@&<":%:#8%8#8#8#8#>#8&8"8"9"9':"J#<#="># +6ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADFEADADADADADADADADADADADADADADADP3ADFFADFFADADFEJ#J"J#J#<#>"=# +O8FEFE4FEO FEADQ$FFADFFADADFEADJ'E$J#J#<#F# +O8ADFEFEFEFEADFEFEADMADFEQ$ADFFADFFADFEJ#J%F#J#J#<#F# +=ADADHADADADADADADO FEADQ$FFADFFADFEADJ5<5 +Q!Q(ADFEADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFF4ADFFADFEADFEADFEADFEADFEADFEADFEADFEADFEJ5<5 +Q!Q(FEADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFAD4FFADFEADFEADFEADFEADFEADFEADFEADFEADFEADJz=z +Q!Q'AD3AD + + + + + + + + + + + + + + + + + + + + + + + + + + + +Js$ +4FEADFEFEJ' +6ADADADADADADJ#;%9%9# +:FEFEFEFEFEFEFEFEFEFEFEFEJ. +@FEFEADADFEFEADFEFEADADFEFEJ$F%8# +6FEFEFEFEADADADADADJ$?#9& +6ADADADFEFEADADFEFEFEJ%9"8" +BADADADADADFEJ(:# +DFEFEADFEFEADADFEFEJ. +@ADFEFEFEFEADADADFEFEFEFEADJ#:&8%9%9# +4ADADADADADADADADADADADADADADADADAD + + + + + + + + +I5 +T/FEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEH5 +T0FEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADH#z" +ADFET-ADFFH#J# +FEADT,FFADH#J# +ADFET,ADFFH#J# +FEADT,FFADH#J# +ADFET,ADFFH#J# +FEADT,FFADH#J# +ADFET,ADFFH#J# +FEADT,FFADH#J# +ADFET,ADFFH#J# +FEADT,FFADH#J# +ADFET,ADFFH#J# +FEADT,FFADH#J# +ADFET,ADFFH#J# +FEADT,FFADH#J# +ADFET,ADFFH#J# +FEADT,FFADH5 +T0ADFEADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFH5 +T0FEADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADHz +T/AD + + + + +I5?2 +SCFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEFEADFEADFEADFEADFEADFEADFEADFEADFEH5=4 +SEFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFFFEADFEADFEADFEADFEADFEADFEADFEADFEADFFH#z#=#r"r# +ADFESAADFFADADFE98FE98FFADH#J#=#<#=# +FEADSAADFFFEADFFADADFFH#J#=#<$<# +ADFESAFFADADFEADFEADFFADH#J"?"J"J"C"<"J"I$B$C";$:$C"8#=#;%<# +FEAD4FEFEO FE5FEFEFEO-FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFFFEADADFFADFEADFFH#J"J&@&@#;&8&@#9#=#;&;# +ADFEO?ADP=FEADADADFEFEADADADFEFEFEFEADADADFEFEADADADFEFEFEFFADADFEFFADADADFEFFADH#@$:#;$;#:$B$:$9"9"8&9$9$A#:$=#C$A%:$9(8":$J#J#9#=#:#8#;# +FEADFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEADFEFEFEFEFEADFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEADFEADFEFEFEFEFEO&ADAD;ADADADFFFEADFFADFEADADFFH#?&8%9&9%8&@&8&@#:&9#@%8&;%A&A%8&9#8'8&J#=#:#8$:# +ADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADADFEFEADADADFEFEADFEADADADFEFEADFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADFEADFEFEADFEFEADADADFEOGFFADADFEADFFADFEADFFADH#?"?"A"J"G"C"A"H"J"C"9"8":"J#=#9$9#:# +FEADADADAD8ADADADADAD;ADADADADADOKADFFFEADADFFADADFEADFFH):$J$9&J$=&J&@&J$<&9&@&@&J&>#=#9#;#9# +ADFEADFEFEFEFEFEFEFEFE9FEFEFEFEFEFEFEFE@FEFEFEFEFEFEFEFE;FEFEFEFEFEFEFEFEFEFE?FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFE8FEFEFEFEFEFFADADFEFFADADFEFFADH"r9%J%8&J%<&J&@&J%<&9&@&@&J&>#=#8#<#9# +FEADFEADADAD9ADADADADADADADADAD@ADADADADADADADADAD;ADADADADADADADADADAD>FEADADADADADADADADADADADADADADADADADADADADADADAD8ADADADADADADFFFEADFFADFEADADFFH#I"A"?"D"B"D"E"H"J#=#8#<$8# +ADFEFEFEFEFEFEFEFEFEQ%FFADADFEADFFADFEADFFADH#?,9&9%8&@&8&8%@&E%8&;%A&G&E'J&@&G&8&E#='=#8# +FEADADFEFEFEADFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADFE4ADFEFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFFFEAD98ADFFADADFEADFFH#@&8%9$9%:$B$:$:%8"9"9$9"A%:$9"9%A$A"9"9$9"9"8"8"9rI$B$C";$:$C"8#=&?& +ADFEADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADFFADADFE98FFADADFE98FFADH#J#=4 +FEADSAADFFFEADFFADFEADFEADFEADFEADFEADFEAD98ADFFH#J#=4 +ADFESAFFADADFEADFEADFEADFEADFEADFEADFEADFEADFFADH#J#=#z# +FEADSAADFFFEAD/98ADFFH#J#=4 +ADFESAFFADADFEADFFADFFADFFADFFADFFADFFADFFADFFADH#J#=4 +FEADSAADFFFEADFFADFFADFFADFFADFFADFFADFFADFEADFFH#J#=%v% +ADFESAFFADADFEADFFADFEADFFADH#J#=4 +FEADSAADFFFEADFFADFEADFEADFEADFEADFEADFEADFEADFFH#J"?"J"J"C"<"J"I$B$A&8&@&8(=4 +ADFE4FEFEO FE5FEFEFEO-FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFADADFEADFEADFEADFEADFEADFEADFEADFEADFFADH#J"J&@&@%:%@%:'=#z# +FEADO?ADP=FEADADADFEFEADADADFEADADADADADADADADADADADADADADADADADFFFEAD/98ADFFH#@$:#;$;#:$B$:$9"9"8&9$9$A#:$=#C$A%:$9(8":$J#J#=#=#E# +ADFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEADFEFEFEFEFEADFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEADFEADFEFEFEFEFEO)FEAD4FEADFFADADFEFFADH#?&8%9&9%8&@&8&@#:&9#@%8&;%A&A%8&9#8'8&J$I'=#E# +FEADFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADADFEFEADADADFEFEADFEADADADFEFEADFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADFEADFEFEADFEFEADADADFEO-FEFEFEFEFEFEADADFFFEADADFFH#?"?"A"J"G"C"A"H"J"C"9"8":"J#9&B#9(=#E# +ADFEADADAD8ADADADADAD;ADADADADADO+FEADADADADADFEFEADADADADADFEFFADADFEFFADH):$J$9&J$=&J&@&J$<&9&@&@&G&E#=#E# +FEADADFEFEFEFEFEFEFEFE9FEFEFEFEFEFEFEFE@FEFEFEFEFEFEFEFE;FEFEFEFEFEFEFEFEFEFE?FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFFFEADADFFH)9%J%8&J%<&J&@&J%<&9&@&@&@"<&@":#=#E# +ADFEADADADADADADFEADADAD9ADADADADADADADADAD@ADADADADADADADADAD;ADADADADADADADADADAD>FEADADADADADADADADADADADADADADADADADADADADADADADFEADADADADADFEFFADADFEFFADH#I"A"?"D"B"D"E"H"J#J#?#=#E# +FEADFEFEFEFEFEFEFEFEP2FEAD4FEADADFFFEADADFFH#?,9&9%8&@&8&8%@&E%8&;%A&G&E'J&@&G&G(=#E# +ADFEADFEFEFEADFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADFE4ADFEFEFEADADFEFEFEADADFEFEFEADADFEFEFEADFFADADFEFFADH#@&8%9$9%:$B$:$:%8"9"9$9"A%:$9"9%A$A"9"9$9"9"8"8"9rI$B$B"<$B"<'=#E# +FEADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J"?"J"J"C"<"J"J";$C";$:$A&8)=#E# +FEAD4FEFEO FE5FEFEFEO-FE4FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADADFFFEADADFFH#J"J#;&@#;&8&@%:(=#E# +ADFEO?ADP=FEFEFEADADADFEFEFEFEADADADFEFEADADADFEADADADADADADADADADFFADADFEFFADH#@$:#;$;#:$B$:$9"9"8&9$9$A#:$=#C$A%:$9(8":$J#J#J#>#=#E# +FEADFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEADFEFEFEFEFEADFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEADFEADFEFEFEFEFE6ADAD4ADAD>FEADADFFFEADADFFH#?&8%9&9%8&@&8&@#:&9#@%8&;%A&A%8&9#8'8&J$8#=#E# +ADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADADFEFEADADADFEFEADFEADADADFEFEADFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADFEADFEFEADFEFEADADADFEOBFEFEFEFFADADFEFFADH#?"?"A"J"G"C"A"H"J"C"9"8":"J#9)=#E# +FEADADADAD8ADADADADAD;ADADADADADO@FEADADADADADFEADADFFFEADADFFH):$J$9&J$=&J&@&J$<&9&G&J&F#=#E# +ADFEADFEFEFEFEFEFEFEFE9FEFEFEFEFEFEFEFE@FEFEFEFEFEFEFEFE;FEFEFEFEFEFEFEFEFEFE?FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFE8FEFEFEFEFEFFADADFEFFADH"r9%J%8&J%<&J&@&J%<&9&G&J&@";#=#E# +FEADFEADADAD9ADADADADADADADADAD@ADADADADADADADADAD;ADADADADADADADADADAD>FEADADADADADADADADADADADADADADADADADAD8ADADADADADFEADFFFEADADFFH#I"A"?"D"B"D"E"H"J#@#=#E# +ADFEFEFEFEFEFEFEFEFEPGFEADFFADADFEFFADH#?,9&9%8&@&8&8%@&E%8&;%A&G&E'J&G&8&G)=#E# +FEADADFEFEFEADFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADFE;ADFEFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADADFFFEADADFFH#@&8%9$9%:$B$:$:%8"9"9$9"A%:$9"9%A$A"9"9$9"9"8"8"9rJ";$C";$:$B"<$8#=#E# +ADFEADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD4ADADADADADADADADADADADADADADADFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J"?"J"J"C"<"J"J"<"C$:$C";$:$8#=#E# +ADFE4FEFEO FE5FEFEFEO-FE4FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFADADFEFFADH#J"J#;#C&8&@#;&8)=#E# +FEADO?ADP=FEFEFEFEFEADADADFEFEADADADFEFEFEFEADADADFEFEADADADFEADADFFFEADADFFH#@$:#;$;#:$B$:$9"9"8&9$9$A#:$=#C$A%:$9(8":$J#;#J#H#=#E# +ADFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEADFEFEFEFEFEADFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEADFEADFEFEFEFEFE6ADADADADCADADFFADADFEFFADH#?&8%9&9%8&@&8&@#:&9#@%8&;%A&A%8&9#8'8&J&J#=#E# +FEADFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADADFEFEADADADFEFEADFEADADADFEFEADFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADFEADFEFEADFEFEADADADFEKADFEFEFEADEADFFFEADADFFH#?"?"A"J"G"C"A"H"J"C"9"8":"J&J#=#E# +ADFEADADAD8ADADADADAD;ADADADADADO!FEADADADFEEFFADADFEFFADH):$J$9&J$=&J&@&J$<&9&G&G&J#=#E# +FEADADFEFEFEFEFEFEFEFE9FEFEFEFEFEFEFEFE@FEFEFEFEFEFEFEFE;FEFEFEFEFEFEFEFEFEFE?FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFE7ADFFFEADADFFH)9%J%8&J%<&J&@&J%<&9&G&G&J#=#E# +ADFEADADADADADADFEADADAD9ADADADADADADADADAD@ADADADADADADADADAD;ADADADADADADADADADAD>FEADADADADADADADADADADADADADADADADADADADADADADAD7FFADADFEFFADH#I"A"?"D"B"D"E"H"J#=#E# +FEADFEFEFEFEFEFEFEFEQ%ADFFFEADADFFH#?,9&9%8&@&8&8%@&E%8&;%A&G&E'J&8&G&8)=#E# +ADFEADFEFEFEADFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADFEJADFEFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFFADADFEFFADH#@&8%9$9%:$B$:$:%8"9"9$9"A%:$9"9%A$A"9"9$9"9"8"8"9rJ"<"C$:$C";$:$8#=#E# +FEADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD4ADADADADADADADADADADADADADADADADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J"?"J"J"C"<"J"J";$C";$:$A&8)=#E# +FEAD4FEFEO FE5FEFEFEO-FE4FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADADFFFEADADFFH#J"J#;&@#;&8&@%:(=#E# +ADFEO?ADP=FEFEFEADADADFEFEFEFEADADADFEFEADADADFEADADADADADADADADADFFADADFEFFADH#@$:#;$;#:$B$:$9"9"8&9$9$A#:$=#C$A%:$9(8":$J#;"D#;"J#>#=#E# +FEADFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEADFEFEFEFEFEADFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEADFEADFEFEFEFEFE6ADADADADADAD8FEADADFFFEADADFFH#?&8%9&9%8&@&8&@#:&9#@%8&;%A&A%8&9#8'8&J#J#J$8#=#E# +ADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADADFEFEADADADFEFEADFEADADADFEFEADFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADFEADFEFEADFEFEADADADFE?FEAD4FEAD9FEFEFEFFADADFEFFADH#?"?"A"J"G"C"A"H"J"C"9"8":"J#J#J#9)=#E# +FEADADADAD8ADADADADAD;ADADADADADBFEAD4FEAD4FEADADADADADFEADADFFFEADADFFH):$J$9&J$=&J&@&J$<&9&A#:&A#A&F#=#E# +ADFEADFEFEFEFEFEFEFEFE9FEFEFEFEFEFEFEFE@FEFEFEFEFEFEFEFE;FEFEFEFEFEFEFEFEFEFE?FEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEFEFEFEFEFFADADFEFFADH"r9%J%8&J%<&J&@&J%<&9&@#;&@#B&@";#=#E# +FEADFEADADAD9ADADADADADADADADAD@ADADADADADADADADAD;ADADADADADADADADADAD>FEADADADADADADADADADADADADADFEADADADADADADFEADADADADADADFEADFFFEADADFFH#I"A"?"D"B"D"E"H"J#@#=#E# +ADFEFEFEFEFEFEFEFEFEPGFEADFFADADFEFFADH#?,9&9%8&@&8&8%@&E%8&;%A&G&E'J%H%8&G)=#E# +FEADADFEFEFEADFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADFEFEADADADADADADADADADADADADADFEFEFEFEFEADADADADAD8ADADADADADFFADADFEFFADH#I"A"?"D"B"D"E"H"J'J#=#E# +FEADFEFEFEFEFEFEFEFEOGADADADADFEADO&ADFFFEADADFFH#?,9&9%8&@&8&8%@&E%8&;%A&G&E'J&8&G)=#E# +ADFEADFEFEFEADFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADFEO#ADFEFEFEADADFEFEFEADADFEFEFEADADFFADADFEFFADH#@&8%9$9%:$B$:$:%8"9"9$9"A%:$9"9%A$A"9"9$9"9"8"8"9rJ"="C";$:$C";$8#=#E# +FEADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD4ADADADADADADADADADADADADADADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J"?"J"J"C"<"J"J"="C"=":$A&8)=#E# +FEAD4FEFEO FE5FEFEFEO-FE4FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADADFFFEADADFFH#J"J#="B#=":&@%:(=#E# +ADFEO?ADP=FEFEFEFEFEFEFEADADADFEADADADADADADADADADFFADADFEFFADH#@$:#;$;#:$B$:$9"9"8&9$9$A#:$=#C$A%:$9(8":$J#<#B#<#J#>#=#E# +FEADFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEADFEFEFEFEFEADFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEADFEADFEFEFEFEFE6ADADFEADADADFEAD6FEADADFFFEADADFFH#?&8%9&9%8&@&8&@#:&9#@%8&;%A&A%8&9#8'8&J$8#=#E# +ADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADADFEFEADADADFEFEADFEADADADFEFEADFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADFEADFEFEADFEFEADADADFEOBFEFEFEFFADADFEFFADH#?"?"A"J"G"C"A"H"J"C"9"8":"J#J#J#9)=#E# +FEADADADAD8ADADADADAD;ADADADADAD@FEAD4FEAD6FEADADADADADFEADADFFFEADADFFH):$J$9&J$=&J&@&J$<&9&?#<&?#C&F#=#E# +ADFEADFEFEFEFEFEFEFEFE9FEFEFEFEFEFEFEFE@FEFEFEFEFEFEFEFE;FEFEFEFEFEFEFEFEFEFE?FEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEFEFEFEFEFFADADFEFFADH"r9%J%8&J%<&J&@&J%<&9&@&8&@&?&@";#=#E# +FEADFEADADAD9ADADADADADADADADAD@ADADADADADADADADAD;ADADADADADADADADADAD>FEADADADADADADADADADADADADADFEFEFEFEFEADADADADADFEFEFEFEFEADADADADADFEADFFFEADADFFH#I"A"?"D"B"D"E"H"J'F'H#@#=#E# +ADFEFEFEFEFEFEFEFEFEOGADADADADFEADADADADADFEADFEADFFADADFEFFADH#?,9&9%8&@&8&8%@&E%8&;%A&G&E'J&G)=#E# +FEADADFEFEFEADFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADFEO*ADFEFEFEADADFEFEFEADADADFFFEADADFFH#@&8%9$9%:$B$:$:%8"9"9$9"A%:$9"9%A$A"9"9$9"9"8"8"9rJ"="C"=":$B"<$8#=#E# +ADFEADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD4ADADADADADADADADADADADFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J"?"J"J"C"<"J"J":&B";$:$C";$8#=#E# +ADFE4FEFEO FE5FEFEFEO-FE4FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFADADFEFFADH#J"J#;%A#;&8&@#;)=#E# +FEADO?ADP=FEFEADADADADFEFEFEADADADFEFEADADADFEFEFEFEADADADFEADADFFFEADADFFH#@$:#;$;#:$B$:$9"9"8&9$9$A#:$=#C$A%:$9(8":$J#>#@#;"J#A#=#E# +ADFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEADFEFEFEFEFEADFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEADFEADFEFEFEFEFE6ADADFEADADADAD5ADADFFADADFEFFADH#?&8%9&9%8&@&8&@#:&9#@%8&;%A&A%8&9#8'8&J#J#=#E# +FEADFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADADFEFEADADADFEFEADFEADADADFEFEADFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADFEADFEFEADFEFEADADADFEO'FEAD>ADFFFEADADFFH#?"?"A"J"G"C"A"H"J"C"9"8":"J#J#J#=#E# +ADFEADADAD8ADADADADAD;ADADADADADBFEAD4FEAD?FFADADFEFFADH):$J$9&J$=&J&@&J$<&9&G&A#A&F#=#E# +FEADADFEFEFEFEFEFEFEFE9FEFEFEFEFEFEFEFE@FEFEFEFEFEFEFEFE;FEFEFEFEFEFEFEFEFEFE?FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEADFFFEADADFFH)9%J%8&J%<&J&@&J%<&9&G&@#B&F#=#E# +ADFEADADADADADADFEADADAD9ADADADADADADADADAD@ADADADADADADADADAD;ADADADADADADADADADAD>FEADADADADADADADADADADADADADADADADADADFEADADADADADADFFADADFEFFADH#I"A"?"D"B"D"E"H"J#J#=#E# +FEADFEFEFEFEFEFEFEFEOIFEADO(ADFFFEADADFFH#?,9&9%8&@&8&8%@&E%8&;%A&G&E'J%8&G)=#E# +ADFEADFEFEFEADFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADFEO$FEFEFEFEADFEFEFEADADFEFEFEADADFFADADFEFFADH#@&8%9$9%:$B$:$:%8"9"9$9"A%:$9"9%A$A"9"9$9"9"8"8"9rJ";"E":&9$C";$8#=#E# +FEADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD4ADADADADADADADADADADADADADADADADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J"?"J"J"C"<"J"J";$C";$:$A&8)=#E# +FEAD4FEFEO FE5FEFEFEO-FE4FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADADFFFEADADFFH#J"J#;&@#;&8&@%:(=#E# +ADFEO?ADP=FEFEFEADADADFEFEFEFEADADADFEFEADADADFEADADADADADADADADADFFADADFEFFADH#@$:#;$;#:$B$:$9"9"8&9$9$A#:$=#C$A%:$9(8":$J#J#J#>#=#E# +FEADFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEADFEFEFEFEFEADFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEADFEADFEFEFEFEFE6ADAD4ADAD>FEADADFFFEADADFFH#?&8%9&9%8&@&8&@#:&9#@%8&;%A&A%8&9#8'8&J&G&J$8#=#E# +ADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADADFEFEADADADFEFEADFEADADADFEFEADFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADFEADFEFEADFEFEADADADFEFEADADADADADADADADADADADADADADADADADAD8ADADADADADFEADFFFEADADFFH#I"A"?"D"B"D"E"H"J#@#=#E# +ADFEFEFEFEFEFEFEFEFEPGFEADFFADADFEFFADH#?,9&9%8&@&8&8%@&E%8&;%A&G&E'J&G&8&G)=#E# +FEADADFEFEFEADFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADFE;ADFEFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADADFFFEADADFFH#@&8%9$9%:$B$:$:%8"9"9$9"A%:$9"9%A$A"9"9$9"9"8"8"9rJ";$C";$:$B"<$8#=#E# +ADFEADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD4ADADADADADADADADADADADADADADADFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J"?"J"J"C"<"J"I$:$C"=":$C";$8#=#E# +ADFE4FEFEO FE5FEFEFEO-FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFADADFEFFADH#J"J&8&@#=":&@#;)=#E# +FEADO?ADP=FEADADADFEFEADADADFEFEFEFEFEADADADFEFEFEFEADADADFEADADFFFEADADFFH#@$:#;$;#:$B$:$9"9"8&9$9$A#:$=#C$A%:$9(8":$J"J#<#I#A#=#E# +ADFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEADFEFEFEFEFEADFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEADFEADFEFEFEFEFE6AD5ADADFEADADADFFADADFEFFADH#?&8%9&9%8&@&8&@#:&9#@%8&;%A&A%8&9#8'8&J#J#=#E# +FEADFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADADFEFEADADADFEFEADFEADADADFEFEADFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADFEADFEFEADFEFEADADADFE8FEADO-ADFFFEADADFFH#?"?"A"J"G"C"A"H"J"C"9"8":"J#J#J#=#E# +ADFEADADAD8ADADADADAD;ADADADADAD;FEAD9FEADAFFADADFEFFADH):$J$9&J$=&J&@&J$<&9&:#A&?#C&F#=#E# +FEADADFEFEFEFEFEFEFEFE9FEFEFEFEFEFEFEFE@FEFEFEFEFEFEFEFE;FEFEFEFEFEFEFEFEFEFE?FEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEFEFEFEFEADFFFEADADFFH)9%J%8&J%<&J&@&J%<&9&9#B&@&?&F#=#E# +ADFEADADADADADADFEADADAD9ADADADADADADADADAD@ADADADADADADADADAD;ADADADADADADADADADAD>FEADADADADADADADADADADADADADFEADADADADADADFEFEFEFEFEADADADADADFFADADFEFFADH#I"A"?"D"B"D"E"H"J'J#=#E# +FEADFEFEFEFEFEFEFEFEP/ADADADADFEAD>ADFFFEADADFFH#?,9&9%8&@&8&8%@&E%8&;%A&G&E'J%8&J&G)=#E# +ADFEADFEFEFEADFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADFE5FEFEFEFEADFEFEFEAD8ADFEFEFEADADFEFEFEADADFFADADFEFFADH#@&8%9$9%:$B$:$:%8"9"9$9"A%:$9"9%A$A"9"9$9"9"8"8"9rH&9$C"=":$C";$8#=#E# +FEADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=#E# +FEADSAADFFFEADADFFH#J#=#E# +ADFESAFFADADFEFFADH#J#=4 +FEADSAADFFFEADFFADFFADFFADFFADFFADFFADFFADFFADFFH#J#=4 +ADFESAFFADADFE98FFADFFADFFADFFADFFADFFADFFADFFADH#J"?"J"J"C"<"J"I$<"B$<":$A&8)=&t& +FEAD4FEFEO FE5FEFEFEO-FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADADFFFEAD98ADFFADFEAD98ADFFH#J"J&:"B&:":&@%:(='>& +ADFEO?ADP=FEADADADFEFEFEADADADFEFEFEADADADFEADADADADADADADADADFFADADFE9898ADFFADFE98FFADH#@$:#;$;#:$B$:$9"9"8&9$9$A#:$=#C$A%:$9(8":$J"=#B"=#J#>#=#8#>& +FEADFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEADFEFEFEFEFEADFEFEFEFEFEFEFEFEFEFEFEFEADFEFEFEFEFEFEADFEADFEADFEFEFEFEFE6ADFEADADFEAD6FEADADFFFEADFFADFE9898ADFFH#?&8%9&9%8&@&8&@#:&9#@%8&;%A&A%8&9#8'8&J#J#J$8#=#8#=#8# +ADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADADFEFEADADADFEFEADFEADADADFEFEADFEADADFEFEADADADFEFEADADFEFEADADADFEFEADADFEFEADADADFEFEADFEADFEFEADFEFEADADADFE8FEAD4FEAD@FEFEFEFFADADFE98FFFEADFFADH#?"?"A"J"G"C"A"H"J"C"9"8":"J#9#E#9#J#9)=#9#;$8# +FEADADADAD8ADADADADAD;ADADADADAD;FEADFEADFEADFEAD6FEADADADADADFEADADFFFEADADFFFEAD98ADFFH):$J$9&J$=&J&@&J$<&9&:#9#<&:#9#C&F#=#9$:#9# +ADFEADFEFEFEFEFEFEFEFE9FEFEFEFEFEFEFEFE@FEFEFEFEFEFEFEFE;FEFEFEFEFEFEFEFEFEFE?FEFEFEFEFEFEFEFEFEFEFEFEFEFEADFEADFEFEFEFEFEFEADFEADFEFEFEFEFEFFADADFE98ADFFADFEFFADH"r9%J%8&J%<&J&@&J%<&9&9#;&8&9#;&?&@";#=#:#:#9# +FEADFEADADAD9ADADADADADADADADAD@ADADADADADADADADAD;ADADADADADADADADADAD>FEADADADADADADADADADADADADADFEADFEFEFEFEFEADADADADADFEADFEFEFEFEFEADADADADADFEADFFFEADFFADFE98ADFFH#I"A"?"D"B"D"E"H"J'F'H#@#=#:#9#:# +ADFEFEFEFEFEFEFEFEFEOGADADADADFEADADADADADFEADFEADFFADADFE98FFFEADFFADH#?,9&9%8&@&8&8%@&E%8&;%A&G&E'J%H%?&G)=#;':# +FEADADFEFEFEADFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEADADFEFEFEADADFEFEFEADADFEFEFEADFE5FEFEFEFEFEFEFEFEADFEFEFEADADFEFEFEADADADFFFEADADFFADFEAD98ADFFH#@&8%9$9%:$B$:$:%8"9"9$9"A%:$9"9%A$A"9"9$9"9"8"8"9rH&;"A&;":$B"<$8#=#;&;# +ADFEADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADFFADADFE98ADFEADFEFFADH#J#=#<%;# +FEADSAADFFFEADFFADFE98ADFFH#J#=#<$<# +ADFESAFFADADFE98FEADFFADH#J#=#=#<# +FEADSAADFFFEADAD98ADFFH5=4 +SEADFEADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADADFEADFFADFFADFFADFFADFFADFFADFFADFFADH5=4 +SEFEADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFFEADFFADFFADFFADFFADFFADFFADFFADFFADFFHz=z +SEAD3AD + + + + + +I5 +SCFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEH5 +SEFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFFH#y5z#x# +ADFE98PAAD98ADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADP198ADFF98FFADH#B5J%A# +FEADPCFFADFE98FFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFEP1FFADFFADADFFH#@)z#J'?# +ADFEADFFADFEAD98ADFFP;ADFEADP1ADFFADFFADFFFFADH#>+J#J)=# +FEADFFADFFADADADFE98FFADP;ADFEP1FFADADADFFADFFADADFFH#<&8&J#J#8';# +ADFEADFFADFFADFEAD98ADFFP;FEADP1ADFFADADADFFADFFFFADH#:'9&J#J#;&9# +FEADFFADFFADADADADFE98FFADP;ADFEP1FFADADFFADFFADADFFH#8&<&J#J#<* +ADFEADFFADFFADFEAD98ADFFP;FEADP1ADFFADADADFFADFF98FFADH)=&J#J#?' +FEADFEADFEADADADADFE98FFADP;ADFEP1FFADADFEADFEADFFH)=&J#J#?' +ADFE9898ADFEADFEFEAD98ADFFP;FEADP1ADFFFEADFE98FFADH#8&<&J#J#<* +FEAD9898FEADFEADFE98FFADP;ADFEP1FFADFEADFEAD989898ADFFH#:'9&J#J#;&9# +ADFE9898ADFEADFEFEAD98ADFFP;FEADP1ADFFFEADFE9898FFAD&C#<&8&J#J#8';#J% +F7F7F7F7F7FEAD9898FEADFEADFE98FFADP;ADFEP1FFADFEADFEAD9898ADFFFF7F7F7F7&C#>+J#J)=#J& +F6F6F6F6F6ADFE9898ADFEADFEAD98ADFFP;FEADP1ADFFADFEADFE9898FFADFF6F6F6F6F68$C#@5J'?#J% +F9F9F9FEADPE9898FEADFE98FFADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEP1FFADFEAD9898ADFFGF9F9F9F7H#B5J%A# +ADFEPC9898AD98ADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADFEADP1ADFE9898FFADH5 +SEFEADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFH5 +SEADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADFFADIz +SCAD + + + + + + + + + + + store +/green < +9F99DE00000000000000000000000000FFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B59765E1A36FE7006B7FFF1A00B28B99FFFFB094FF30F700CEEEEE0073E6A2 +4DBF88F54DB358D78080C0C080C080808060C08000A080402070A0402040D0F0 +F0E010B489E4A0BE5BB477D9B3FF77FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +FFFFB3FFFFFFFFFFFFFFFFFFFFFFFFFFBF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B59765E1A36FE7BF2F7FCC8BEEB2576BFBB3B01532602480FAEEB40073E6A2 +4DBF88F556CA58D7D050C080C08080C08060C080FF0000402070C0802040D060 +50E010B476C4A0BE7A8C65D9B3E0850070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7QIF6F76F6F7J" +RHF78z8z8z +4F9QHF94F9 + +;z" +R?F7F6$H"9#I' +O0FEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEJ'?"I"J"8%Js" +O/FEFEF9F9F9FEF9FE9F9F9F9FEFEO@F6F7J"J#Jr +O4F9BF9F9P-F9J#8"9$?$:$8"8&:$9'D$9( +O1FEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEF9FEFEFEFEFEFEFEFEF9FEFEFE@s"J"9#8'<08$:*8%;%8*9$J$ +F6F7JF9FEFEFEFEFEF9FEFEFEFEFEF9FEFEF9FEFEFEF9FEFEF9F9F9F9F9FEFEFEF9FEFEFEF9F9FEF9FEFEFEFEFEF9FEFEFEF9FEFEFEF9F9F9FEF9O!F6F6F7ArJ#9":"A";%C$<">&9$:&J" +F9LF9F9FEFEFEF9F9F9F9F9F9F9F9F9F9F9FEFEF9F9F9F9FEFEFEF9O#F9@sJ"8#;%>%J# +F7KFEF9F9F9F9F9F9F9F9F9F9P.F7F7@tJ">%>%9%C$J$:&J$ +F9KFEFEF9FEFEFEF9FEFEFEF9FEFEFEF9FE7FEF9FEFEF9F9FEFEO"F9F9F9J0808&8,8"9$829" +O0F9FEFEFEFEF9F9F9F9FEFEFEF9F9FEFEF9F9F9FEFEFEF9F9F9F9FEFEFEF9F9FEFEF9FEFEF9F9F9FEFEFEF9F9F9FEFEFEF9FEFEFEFEFEF9F9F9F9FEFEFEF9F9F9FEFEFEFEJ':$8%9$:$:r9$9z:$9rJs +O/F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F90F9F9F9F9F9O/F7Jt +R7F9 +=z8z8z8z +/F7Q7F7/F7/F7rF"J"F"F% +F7F7Q8F7F7F7F7F7F7'z& +F6F6F6F6F6F7R>E5F6F6F6F6F68$J% +F9F9F9R@F9F9F9F7 + + + + + + + + + + + + +J#8# +4FEFEFEFE +J"8"8%8*9% +7FEFEFEFEFEFEFEE5FEFEFEE5FEFEFEFEFEFEFEJ"8)81 +7E5E5E5FEFEE5E5FEFEFEE5E5FEFEE5E5FEFEE5FEFEE5E5FEFEJ% +O"FEE5E5E5J#D& +>FEFEE5E5FEFEFEJ%D"8" +>E5E5E5E5E5FEJ":#B% +;FEFEFEFEFEE5E5J+B' +8E5FEFEE5E5FEFEFEFEE5E5FEFEFEFEE5J#9#8%8#8#8#8% +4E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5 + + + + + + + +H5>2 +Q:C3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEFEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEH5=4 +Q:FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFH#z"=#r"r# +C3FEQ7C3FFE5FEDEFEDEFFE5H#J#=#<#=# +FEC3Q6FFC3FEE5FFE5E5FFH#J#=#<$<# +C3FEQ6C3FFE5FEE5FEE5FFE5H#J#=#;%<# +FEC3Q6FFC3FEE5E5FFE5FEE5FFH#J#=#;&;# +C3FEQ6C3FFE5FEFFE5E5E5FEFFE5H#J#=#:#8#;# +FEC3Q6FFC3FEE5FFE5FEE5E5FFH#J#=#:#8$:# +C3FEQ6C3FFE5FEE5FFE5FEE5FFE5H#J#=#9$9#:# +FEC3Q6FFC3FEE5E5FFE5E5FEE5FFH#J#=#9#;#9# +C3FEQ6C3FFE5FEFFE5E5FEFFE5H#J#=#8#<#9# +FEC3Q6FFC3FEE5FFE5FEE5E5FFH#J#=#8#<$8# +C3FEQ6C3FFE5FEE5FFE5FEE5FFE5H#J#='=#8# +FEC3Q6FFC3FEE5DEE5FFE5E5FEE5FFH#J#=&?& +C3FEQ6C3FFE5FEDEFFE5E5FEDEFFE5H#J#=4 +FEC3Q6FFC3FEE5FFE5FEE5FEE5FEE5FEE5FEE5FEE5DEE5FFH#J#=4 +C3FEQ6C3FFE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFE5H#J#=#z# +FEC3Q6FFC3FEE5/DEE5FFH#J#=4 +C3FEQ6C3FFE5FEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5H#J#=4 +FEC3Q6FFC3FEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FEE5FFH#J#=%v% +C3FEQ6C3FFE5FEE5FFE5FEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=%A% +FEC3Q6FFC3FEE5FFE5E5FEE5FFH#J#=%A% +C3FEQ6C3FFE5FEE5FFFEE5FFE5H#J#=4 +FEC3Q6FFC3FEE5FFE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFH#J#=4 +C3FEQ6C3FFE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFE5H#J#=#z# +FEC3Q6FFC3FEE5/DEE5FFH#J#=4 +C3FEQ6C3FFE5FEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5H#J#=4 +FEC3Q6FFC3FEE5DEE5FFE5FFE5FFE5FFE5FFE5FFE5FEE5FFH#J#=%v% +C3FEQ6C3FFE5FEDEFFE5FEDEFFE5H#J#=&?& +FEC3Q6FFC3FEE5DEDEFFFEE5DEE5FFH#J#=#8#=' +C3FEQ6C3FFE5FEE5FFFEE5DEDEFFE5H#J#=#8$<#8# +FEC3Q6FFC3FEE5DEE5FFE5FEE5FFH#J#=#9#<#8# +C3FEQ6C3FFE5FEFFE5FEDEFFE5H#J#=#9#;#9# +FEC3Q6FFC3FEE5DEFFFEE5E5FFH#J#=#:#9$9# +C3FEQ6C3FFE5FEE5FFFEE5DEFFE5H#J#=#:$8#:# +FEC3Q6FFC3FEE5DEE5FFE5FEE5FFH#J#=#;#8#:# +C3FEQ6C3FFE5FEFFE5FEDEFFE5H#J#=#;&;# +FEC3Q6FFC3FEE5DEFFE5FEE5E5FFH#J#=#<%;# +C3FEQ6C3FFE5FEE5FEE5DEFFE5H#J#=#<$<# +FEC3Q6FFC3FEE5DEE5FEE5FFH#J#=#=#<# +C3FEQ6C3FFE5FEFEDEFFE5H5=4 +Q:FEC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFH5=4 +Q:C3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5Hz>z +Q:E51E5 + + + + + + + + + + + + + + + +J&?#F#8# +5FEFEFEFEFEFEFEFEFEFEFEJ(J# +4FEFEE5E5E5FEFE>E5E5J%<%9%8"8%8%8& +=FEFEFEFEFEFEFEFEFEFEFEFEFEFEE5FEFEFEFEFEFEFEFEE5FEFEJ/:08":'9% +4E5FEFEFEE5E5E5E5FEFEE5E5FEFEFEFEE5E5FEFEE5FEFEE5E5FEFEE5E5E5FEFEE5E5FEFEFEE5FEFEJ&J#H" +5E5E5FEFEFE7E5E5E5J"8"9#># +7E5FEFEFEFEFEJ#8";%<% +4FEFEE5E5E5E5E5E5E5E5E5J#>#;#;" +@FEFEFEFEFEFEFEJ/:.8%9' +4E5FEFEFEFEFEE5E5E5FEFEFEFEE5E5FEFEFEFEE5E5E5FEFEFEFEE5E5FEFEE5E5FEFEFEFEE5J&9%8#8%9%:&8%8#8# +5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5 + + + + + + + + +H5 +R%C3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3H5 +R%FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FEC3FFH#z# +C3FER!C3FFC3H#J# +FEC3R!C3FFH#J# +C3FER!FFC3H#J# +FEC3R!C3FFH#J# +C3FER!FFC3H#J# +FEC3R!C3FFH#J# +C3FER!FFC3H#J# +FEC3R!C3FFH#J# +C3FER!FFC3H#J# +FEC3R!C3FFH#J# +C3FER!FFC3&C#J#C% +F7F7F7F7F7FEC3R!C3FFF7F7F7F7&C#J#C& +F6F6F6F6F6C3FER!FFC3F6F6F6F6F68$C#J#D% +F9F9F9FEC3R!C3FFF9F9F9F7H#J# +C3FER!FFC3H5 +R%FEC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFH5 +R%C3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3FFC3Hz +R%E5 + + + + + + + + + + + store +/green < +9F99DE00000000000000000000000000FFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B59765E1A36FE7006B7FFF1A00B28B99FFFFB094FF30F700CEEEEE0073E6A2 +4DBF88F54DB358D78080C0C080C080808060C08000A080402070A0402040D0F0 +F0E010B489E4A0BE5BB477D9B3FF77FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +FFFFB3FFFFFFFFFFFFFFFFFFFFFFFFFFBF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B59765E1A36FE7BF2F7FCC8BEEB2576BFBB3B01532602480FAEEB40073E6A2 +4DBF88F556CA58D7D050C080C08080C08060C080FF0000402070C0802040D060 +50E010B476C4A0BE7A8C65D9B3E0850070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7TJF6F76F6F7J" +UIF78z8z8z +4F9TIF94F9 + +;z" +U@F7F6$H"9#I' +P:FEFEFEFEFEFEFEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEJ"8$>"A'?"I"J"8%Js" +P:F9F9F9F9F9FEFEF9F9F9FEF9FE9F9F9F9FEFEPJF6F7J"9#I"J#Jr +P@F9F9F9F9BF9F9Q7F9J"9$?$:#8"9$?$:$8"8&:$9'D$9( +P?FEFEFEFEFEFEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEF9FEFEFEFEFEFEFEFEF9FEFEFE@s"J#8$?)9#8'<08$:*8%;%8*9$J$ +F6F7P*FEFEF9F9F9FEFEFEF9FEFEF9F9FEFEFEFEFEF9FEFEFEFEFEF9FEFEF9FEFEFEF9FEFEF9F9F9F9F9FEFEFEF9FEFEFEF9F9FEF9FEFEFEFEFEF9FEFEFEF9FEFEFEF9F9F9FEF9P+F6F6F7ArJ#G":#9":"A";%C$<">&9$:&J" +F9P+F9F9FEF9F9FEFEFEF9F9F9F9F9F9F9F9F9F9F9FEFEF9F9F9F9FEFEFEF9P-F9@sJ"E'8#;%>%J# +F7P-F9F9F9F9F9F9FEF9F9F9F9F9F9F9F9F9F9Q8F7F7@tJ%8">%>%9%C$J$:&J$ +F9P"E$<$J"J"J"9"C"=#J"B$8#A":#J" +FFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFECFEBFEO"FEFEFEFEFEGFEFEFEFEFEFEFEFEFECFEH#8#<%8&<#E#<%G"F#J#J#9"C"="H"I#B(A#:"J#9" +FEFFFEFEFFFFFFFFFEFFFFFFFEFEFFFFFFFEFFFFFFFEFEFFAFEFFO!FEFFFFFFFFFEFEFEFEFFFFFFFEFFFFFEFFFFCFEFFFEH#8#J# +FFFEFFFFS&FFFFH#J)8#8#?&9$9&8&9$<):$9&9$<#9$:$8&8&:$8&<#8$9,;$:&8$9&9$J$<#9$:$8&:$:$<#8& +FEFF:FEFFFFFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFFFFFEFEFEFFFEFEFEFEFEFFFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFFFEFEFEFEFEFFFEFEFEFEFFFEFEFEFEFEFEFFFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFE@FEFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFFEFEFEFEFEH#@$9"8#>)9"@&8&8&8&8&>'8&8&8&?&848-?#:+;%9-8&8&J%?%9-8&8&?& +FFFEFEFEFEFFFEFFFFFEFFFEFFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFEFFFEFFFEFEFFFFFFFEFFFEFFFFFFFEFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFFFFEFFFEFFFEFFFFFEFFFEFFFEFEFFFFFFFEFFFFFEFEFFFFFEFFFFFFFEFFFFFFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFFFEFFFFFFFEFFFEFFFFFFFEFFFFFFFE?FFFFFFFEFEFFFFFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFFFFFEFFFFH#?&:#;#J$G&:#A$D":#="J"=#B"J$@&8&J#A$G&:#:$ +FEFFFFFFFFFFFEFEFFFEFF@FEFEFEFFFEFEFEFFFEFFFEFEFEFFFEFFFF?FFFEFFFE:FEFEFEFFFEFEFEFFFEFEFEFEFE@FEFFFEFEFEFFFEFEFEFFFEFFFEFFFEH#G#J%G%G%J%@%8PJ%G%@$ +FFFEFEFFHFFFFFFFFFFFFFFFEFFFFFFFFP0FFFFFFFFFFFFFFFEMFFFFFFFFFFFFFFFEFFFFFFH#>"=#8"9#J"D$=#E"C"9#>"J#A&J"=$J#E"F"=# +FEFFFEFEFFFEFEFFDFEFEFFFEFEFFFEFEFEFFFEFFEFFFFFEFFFEFF;FEFEFFFEJFEFFFEFEFEFFH#8-9$?";59&8%:,>";(8%9&?&8(;#;,9">&?&8,9&9,?&9";-?/;(8& +FFFEFEFEFEFEFEFFFFFEFEFEFEFFFEFEFEFE4FEFFFFFEFEFEFFFEFFFEFEFEFEFEFEFFFEFEFEFEFFFEFEFEFFFEFEFEFEFFFEFEFEFFFFFFFEFEFEFFFEFEFFFFFEFEFEFFFEFEFEFEFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFEFFFFFEFEFEFFFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFFFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFFFFFEFFFEFEFEFFFFFEFEFEFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFH#8P8%9P8#:R8Z:$9%;$9$9#:R8$9%:$9#<$:$8Y8$8$8&;P9$9P9P8$:$;$9$@P9"<$8P9#FEE5FEFEJ%8#J#J' +6E5E5FEFEE5E5EE5E5P@E5E5E5E5E5E5J29%8"8"8%8(8%9%J#;%9% +8E5FEFEE5FEFEE5FEFEE5FEFEE5FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEE5FEFEFEFEFEFEFEFEFEFEFEFEP7FEFEFEFEFEFEFEFEFEFEJ"808)9";.J. +AFEFEFEE5E5FEFEE5FEFEE5E5FEFEE5E5E5E5FEFEE5E5FEFEFEFEFEE5E5FEFEE5FEFEE5E5FEFEPE5E5E5E5E5FEP>E5E5E5E5E5FEJ$C#;#;"I(J( +8FEFEE5FEFEFEFEFEFEFEE5FEFEE5E5PBFEFEE5FEFEE5E5J%@.8+?.J. +6FEFEFEE5E5FEFEFEFEE5E5E5FEFEFEFEE5E5FEFEE5E5FEFEFEFEE5E5FEFEFEFEE5E5E5FEFEFEFEE5P2C5>2 +PIFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEPHFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEH5>4B5=4 +PHFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFPHFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFH5?#r"r#B#Z>#r"r# +PGFFFEDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEE5FEDEFEDEFFE5FFFEPEE5FEDEFEDEFFE5H#z"?#<#=#B#J#<#=# +FEFFPDDEFEFEE5FFE5E5FFFEFFPMFEE5FFE5E5FFH#J"B$8#A":#J"J"?#<$<#B#J"J#<$<# +FFFE8FEFEFEFEFEFEFEFEFECFE>DEE5FEE5FEE5FFE5FFFE4FEP8E5FEE5FEE5FFE5H#8"I#B(A#:"J#J"?#;%<#B#I(A"<"H&J#;%<# +FEFFFEFEFEFEDEDEDEFEDEDEFEDEDECFEDE>FEFEE5E5FFE5FEE5FFFEFFFEFFFEFEFEFEFEFEFEFEFEFEFEFEO7FEE5E5FFE5FEE5FFH#J#J"?#;&;#B#J'J'J#;&;# +FFFE6DEDEP,DEE5FEFFE5E5E5FEFFE5FFFE5FFFEFFFFFFFEDFFFEFFFFFFFEO6E5FEFFE5E5E5FEFFE5H)9$J$<#9$:$8&:$:$<#J"?#:#8#;#B#8$:$<#>#8#8&8&9$8&A$8(J#:#8#;# +FEFFDEFEFEFEFEFEFEFEFE@FEFEFEFEDEFEFEFEFEFEFEFEFEFEDEFEFEFEFEFEFEFEFEDE?FEFEE5FFE5FEE5E5FFFEFFFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEO'FEE5FFE5FEE5E5FFH)8&J%?%9-8&8&J"?#:#8$:#B)8&@'9"9&8&8-9%8)9#J#:#8$:# +FFFEDEDEFEDEDEDEFEDEDEDEFE?DEDEDEFEFEDEDEDEFEDEDEDEFEDEDEFEDEFEDEFEFEDEDEDEFEFEDEDEDEFEFDEE5FEE5FFE5FEE5FFE5FFFEFFFEFFFFFFFEFEFFFFFFFEFEFEFEFFFFFFFFFFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFFFEFEFFFFFEFEFEFEFFFEFFFFFFFEFFFFFFFFFFO'E5FEE5FFE5FEE5FFE5H#>&8&J#A$G&:#J"?#9$9#:#B#>&:#:%J"<%@$J#9$9#:# +FEFFDEFEFEFEDEFEFEFEFEFE@FEDEFEFEFEDEFEFEFEDEFEDE@FEFEE5E5FFE5E5FEE5FFFEFFFFFEFEFEFFFEFFFFFFFFFE?FFFFFFFFFEFFFEFFO)FEE5E5FFE5E5FEE5FFH#?%8&J%G%J"?#9#;#9#B#?%J$J#9#;#9# +FFFEDEDEDEFEDEDEDEDEDEMDEDEDEDEDEDEDEFEFDEE5FEFFE5E5FEFFE5FFFEFFFFFFFEO4FEFFFEO)E5FEFFE5E5FEFFE5H#<$J#E"F"=#J"?#8#<#9#B#>"=#J"<"J&J#8#<#9# +FEFFFEDEFEJFEDEFEFEFEDEAFEFEE5FFE5FEE5E5FFFEFFFEFEFF7FEFE=FEFFFFFFFEO(FEE5FFE5FEE5E5FFH#8,?&9";-?/;(8&@"J"?#8#<$8#B)8&>'8'8&809(8(;"J#8#<$8# +FFFEDEFEFEFEDEDEDEFEFEFEDEFEFEFEFEFEFEDEFEFEFEDEDEFEDEFEFEFEDEDEFEFEFEDEFEDEDEFEFEFEDEDEFEFEDEDEFEFEFEDEDEFEFEFEDEFE;DEE5FEE5FFE5FEE5FFE5FFFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFFFFFEFEFEFFFEFFFEFEFEFFFFFEFEFEFFFFFFFEFEFEFFFFFEFEFEFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEO'E5FEE5FFE5FEE5FFE5H#9$9$@&9"<$8&9#<&8$8r8$:$9#<"J"?'=#8#B#8$:$9#:P:P9$:$9$8$8R:$8#9#J'=#8# +FEFFDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEFEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEFEDEDE;FEFEE5DEE5FFE5E5FEE5FFFEFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFO'FEE5DEE5FFE5E5FEE5FFH#J"J"J"?&?&B#E"J&?& +FFFEO$DEIDECDEE5FEDEFFE5E5FEDEFFE5FFFEFFP=E5FEDEFFE5E5FEDEFFE5H#J"?4B#J4 +FEFFPDFEFEE5FFE5FEE5FEE5FEE5FEE5FEE5FEE5DEE5FFFEFFPMFEE5FFE5FEE5FEE5FEE5FEE5FEE5FEE5DEE5FFH#J"?4B#J4 +FFFEPDDEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFE5FFFEPME5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFE5H5?#z#B#J#z# +PGFEFFFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEFEE5/DEE5FFFEFFPMFEE5/DEE5FFH#Z?4B#J4 +FFFEPEE5FEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFFEPME5FEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5H#J4B#J4 +FEFFQ FEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FEE5FFFEFFPMFEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FEE5FFH#J"B$8#A":#J"J%v%B#J"@"A$J%v% +FFFE8FEFEFEFEFEFEFEFEFECFEHE5FEE5FFE5FEE5FFE5FFFE4FEFEFEFEFEOME5FEE5FFE5FEE5FFE5H#8"I#B(A#:"J#J%A%B#I(;"A#J%A% +FEFFFEFEFEFEFFFFFFFEFFFFFEFFFFCFEFFHFEE5FFE5E5FEE5FFFEFFFEFFFEFEFEFEFEFFFFFFP FEE5FFE5E5FEE5FFH#J#J%A%B#J'J%A% +FFFE6FFFFP6E5FEE5FFFEE5FFE5FFFE5FFFEFFFFFFFEP2E5FEE5FFFEE5FFE5H)9$J$<#9$:$8&:$:$<#J%A%B#8$:$<#?$:%A$:&J%A% +FEFFFFFEFEFEFEFEFEFEFE@FEFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFIFEE5FFE5E5FEE5FFFEFFFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEO&8&J#A$G&:#J%A%B#>&:#H$J%A% +FEFFFFFEFEFEFFFEFEFEFEFE@FEFFFEFEFEFFFEFEFEFFFEFFJFEE5FFE5E5FEE5FFFEFFFFFEFEFEFFFEFFFEFEFEP%FEE5FFE5E5FEE5FFH#?%8PJ%G%J%A%B#?%J%J%A% +FFFEFFFFFFFEMFFFFFFFFFFFFFFFEO"E5FEE5FFFEE5FFE5FFFEFFFFFFFE7FEFFFFFFP%E5FEE5FFFEE5FFE5H#<$J#E"F"=#J%A%B#>"=#J%A% +FEFFFEFFFEJFEFFFEFEFEFFKFEE5FFE5E5FEE5FFFEFFFEFEFFP;FEE5FFE5E5FEE5FFH#8,?&9";-?/;(8&@"<"J%A%B)8&>'8&848%J%A% +FFFEFFFEFEFEFFFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFFFFFEFFFEFEFEFFFFFEFEFEFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFEFE>E5FEE5FFFEE5FFE5FFFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFFFEFEFEFEFEFFFEFEFEFFFEFFFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEO>E5FEE5FFFEE5FFE5H#9$9$@P9"<$8P9#FEE5FFE5E5FEE5FFFEFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFO>FEE5FFE5E5FEE5FFH#J"J"J%A%B#E"J%A% +FFFEO$FFIFFME5FEE5FFFEE5FFE5FFFEFFP=E5FEE5FFFEE5FFE5H#J%A%B#J%J%A% +FEFFQ FEE5FFE5E5FEE5FFFEFFO,FEFEFEFFO=FEE5FFE5E5FEE5FFH#J%A%B#J$J%A% +FFFEQ E5FEE5FFFEE5FFE5FFFEO,FFFFFFO>E5FEE5FFFEE5FFE5H#J%A%B#J%A% +FEFFQ FEE5FFE5E5FEE5FFFEFFPMFEE5FFE5E5FEE5FFH#J%A%B#J%A% +FFFEQ E5FEE5FFFEE5FFE5FFFEPME5FEE5FFFEE5FFE5H#J%A%B#J%A% +FEFFQ FEE5FFE5E5FEE5FFFEFFPMFEE5FFE5E5FEE5FFH#J"B$8#A":#J"J%A%B#J"@"A$J#C$:$J%A% +FFFE8FEFEFEFEFEFEFEFEFECFEHE5FEE5FFFEE5FFE5FFFE4FEFEFEFEFE8FEFEFEFEFEFEFEFEJE5FEE5FFFEE5FFE5H#8"I#B(A#:"J#8$8(8%J%A%B#I(;"A#J'D#;#J%A% +FEFFFEFEFEFEFFFFFFFEFFFFFEFFFFCFEFFFEFEFEFEFEFEFFFEFEFEFEFEFEFE4FEE5FFE5E5FEE5FFFEFFFEFFFEFEFEFEFEFFFFFF4FEFEFEFEFFFFFFFFFFFFKFEE5FFE5E5FEE5FFH#J#J3J%A%B#J'J%J%A% +FFFE6FFFFO=FEFFFFFFFEFFFFFEFFFFFFFEFFFFFEFFFFFF5E5FEE5FFFEE5FFE5FFFE5FFFEFFFFFFFEEFEFFFFFFO7E5FEE5FFFEE5FFE5H)9$J$<#9$:$8&:$:$<#J"J%A%B#8$:$<#?$:%A$:&;":#:$J%A% +FEFFFFFEFEFEFEFEFEFEFE@FEFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFF4FF4FEE5FFE5E5FEE5FFFEFFFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFFFEFEFEFEFEO)FEE5FFE5E5FEE5FFH)8&J%?%9-8&8&C"9$:#J%A%B)8&F#;&?&8'8#;%8&J%A% +FFFEFFFFFEFFFFFFFEFFFFFFFE?FFFFFFFEFEFFFFFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFFFEFFFEFEFE6E5FEE5FFFEE5FFE5FFFEFFFEFFFFFFFEFEFFFFFFFEFFFFFFFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFFEFEFEFFFFFEFEFFFFFFFEO(E5FEE5FFFEE5FFE5H#>&8&J#A$G&:#@"9"8&J%A%B#>&:#H$J&9"<$J%A% +FEFFFFFEFEFEFFFEFEFEFEFE@FEFFFEFEFEFFFEFEFEFFFEFFFFFFFFFFFEFEFE4FEE5FFE5E5FEE5FFFEFFFFFEFEFEFFFEFFFEFEFE8FFFFFEFEFEFFFEFEFEO)FEE5FFE5E5FEE5FFH#?%8PJ%G%C"A#J%A%B#?%J%J#A%J4 +FFFEFFFFFFFEMFFFFFFFFFFFFFFFEFEFFFF5E5FEE5FFFEE5FFE5FFFEFFFFFFFE7FEFFFFFF:FFFFFFFFFFFFO(E5FEE5FFE5FEE5FEE5FEE5FEE5FEE5FEE5FFE5H#<$J#E"F"=#C":"J%A%B#>"=#J"G"J4 +FEFFFEFFFEJFEFFFEFEFEFFFEFE8FEE5FFE5E5FEE5FFFEFFFEFEFFO FEFEO(FEE5FFE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFH#8,?&9";-?/;(8&?&9$:%J%A%B)8&>'8&848%:38.J#z# +FFFEFFFEFEFEFFFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFFFFFEFFFEFEFEFFFFFEFEFEFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFFFEFEFEFF4E5FEE5FFFEE5FFE5FFFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFFFEFEFEFEFEFFFEFEFEFFFEFFFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEFEFEFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFEFEFEGE5FE/DEFFE5H#9$9$@P9"<$8P9#E5FEFFE5H#J%A%B#J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFPMFEE5E5FFH#J%A%B#J#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEPME5FEFFE5H#J%A%B#J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFPMFEE5E5FFH#J%A%B#J"J"A$=#J#E# +FFFEQ E5FEE5FFFEE5FFE5FFFE4FEMFEFEFEFEFEFEO!E5FEFFE5H#J%A%B#I)@"H':"A#>"J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFFFFFFFFO"FEE5E5FFH#J%A%B#J&J&J#E# +FFFEQ E5FEE5FFFEE5FFE5FFFE5FFFEFFFFFF>FFFEFFFFFFO>E5FEFFE5H#J%A%B#8$:$<#:*9&8.9":$;$A$J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFFEFEFEFEFEFEFEFFFEFFFFFFFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFFFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEO"FEE5E5FFH#J%A%B)8&@":'8&8#P'8"8"8#;&?%J#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEFFFEFFFFFFFEFEFFFFFFFEFEFFFEFEFFFFFEFFFEFFFFFFFFFEFEFFFFFFFEFFFEFFFFFFFEFFFFFFFEFEFFFFFFO"E5FEFFE5H#J%A%B#>&:#:"<"J"C$J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFFFFEFEFEFFFEFFFFFF;FFFEFEFEO0FEE5E5FFH#J%A%B#?%A"J&:"B%J#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEFFFFFFFEFF9FFFEFFFEFFFFFFFFFFFFO/E5FEFFE5H#J%A%B#>"=#>"D"@"J"J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFFEFEFFFEFEFE6FEO/FEE5E5FFH#J%A%B)8&>&8$9"8+:$8%:&8&8.J#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFFFFFEFEFEFEFFFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFFFEFEFEFEFEFEFFFFFEFEFEFFFEO E5FEFFE5H#J%A%B#8$:$9#:U8#9$8%?%:P9$9Q8PJ#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFO FEE5E5FFH#J%A%B#E"J#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEFFP=E5FEFFE5H#J%A%B#J$J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFO$FEFEFFOFFEE5E5FFH#J%A%B#J#J#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEO$FFFFOGE5FEFFE5H#J%A%B#J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFPMFEE5E5FFH#J%A%B5@#E# +FFFEQ E5FEE5FFFEE5FFE5PEFFFEDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEE5FEFFE5H#J%A%B#z?#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFPDDEFEE5E5FFH#J%A%B#J"@":$J$J"J#E# +FFFEQ E5FEE5FFFEE5FFE5FFFE4FEFEFEFEFE9FEFEFE;FEJE5FEFFE5H#J%A%B#I):":#C%?#J"="G&J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFFEDEFEFEFEFEFEFEDEDEDEFEFEFEFEDEDE4FEDEFEFEFEFEFE4FEE5E5FFH#J%A%B#J&J%J'I#E# +FFFEQ E5FEE5FFFEE5FFE5FFFE5DEFEDEDEDE8FEDEDEDEO,DEFEDEDEDEFEE5FEFFE5H#J%A%B#8$:$<#:":$B$="9$A$:$9&8$;$8&A$8#?#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFFEFEFEFEFEFEFEDEFEFEFEFEFEFEFEDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEDEFEFEFEFEFEFEFEFEFEE5E5FFH#J%A%B)8&@"8"8#B&9#:&?&8&8&8#;-9%8)?#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEDEFEDEDEDEFEFEDEDEDEFEFEDEDEDEFEDEDEDEFEFEFEFEDEDEDEFEFEDEDEDEFEFEDEDEDEFEDEFEDEDEDEDEDEFEDEDEDEFEDEDEFEFEDEDEFEFEFEFEDEFEDEDEDEFEDEDEDEE5FEFFE5H#J%A%B#>&:#:"J$9&9$A$="J"<%I#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFDEFEFEFEDEFEDEDE4FEFEFEDEDEFEFEFEFEFEFEFEFEFEDE8DEDEDEDEFEFEE5E5FFH#J%A%B#?%A"I%:#:%@%J#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEDEDEDEFEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEO/E5FEFFE5H#J%A%B#>"=#J"8"@"C"<"="J"?#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFFEFEDE=FEFEFEFEFEFEDFEFEE5E5FFH#J%A%B)8&>%:&8-9%8&8-8&9,8*9(8(@#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEDEDEFEFEFEDEDEFEFEFEDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEDEDEFEFEFEDEFEFEFEDEDEFEFEFEDEFEFEFEFEFEFEDEDEFEFEFEDEDEFEFEFEDEDEFEFEFEDEDEFEFEFEFEFEDEFEFEFEDEDEFEFEFEFEFEFEFEFEFEDEDEFEFEFEDEDEFEE5FEFFE5H#J%A%B#8$:$9#:%:&8'8$9%:$9'8$:$;$8&9$8$8r:$8#?#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFDEDEDEDEDEDEFEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEFEE5E5FFH#J%A%B#E"J#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEDEP=E5FEFFE5H#J%A%B#J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFPMFEE5E5FFH#J%A%B#J#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEPME5FEFFE5H#J%A%B5@#E# +FEFFQ FEE5FFE5E5FEE5FFPEFEFFFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEFEE5E5FFH#J%A%B#Z?#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEPDE5FEFFE5H#J%A%B#J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFPMFEE5E5FFH#J%A%B#J"@":$J$J"J"D#E# +FFFEQ E5FEE5FFFEE5FFE5FFFE4FEFEFEFEFE9FEFEFE;FE;FEE5FEFFE5H#J%A%B#I):":#C%?#J"="G&;"D#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFFEFFFEFEFEFEFEFEFFFFFFFEFEFEFEFFFF4FEFFFEFEFEFEFEFFFEE5E5FFH#J%A%B#J&J%J'I#E# +FFFEQ E5FEE5FFFEE5FFE5FFFE5FFFEFFFFFF8FEFFFFFFO,FFFEFFFFFFFEE5FEFFE5H#J%A%B#8$:$<#:":$B$="9$A$:$9&8$;$8&@$:"?#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEE5E5FFH#J%A%B)8&@"8"8#B&9#:&?&8&8&8#;-?#;"?#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEFFFEFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFFFFFFEFEFEFEFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFFEFFFFFFFFFFFEFFFFFFFEFFFFFEFEFFFFFEFFFFFFE5FEFFE5H#J%A%B#>&:#:"J$9&9$A$="J"J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFFFFEFEFEFFFEFFFF4FEFEFEFFFFFEFEFEFEFEFEFEFEFEFF8FF=FEE5E5FFH#J%A%B#?%A"I%:#:%@%J"?#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFO%FEE5FEFFE5H#J%A%B#>"=#J"8"@"C"<"="J#E# +FEFFQ FEE5FFE5E5FEE5FFFEFFFEFEFF=FEFEFEFEFEFEO FEE5E5FFH#J%A%B)8&>%:&8-9%8&8-8&9,8*9(8&8"?#E# +FFFEQ E5FEE5FFFEE5FFE5FFFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFEFEFFFEFEFEFFFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFFE5FEFFE5H#J4B#8$:$9#:%:P8Q8$9%:$9Q8$:$;$8P9$8$8R9PB#E# +FEFFQ FEE5FFE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFFEFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE5E5FFH#J4B#E"J#E# +FFFEQ E5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFE5FFFEFFP=E5FEFFE5H#J#z#B#J#E# +FEFFQ FEE5/DEE5FFFEFFPMFEE5E5FFH#J4B#J4 +FFFEQ E5FEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFFEPME5FEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5H#J4B#J4 +FEFFQ FEE5DEE5FFE5FFE5FFE5FFE5FFE5FFE5FEE5FFFEFFPMFEE5DEE5FFE5FFE5FFE5FFE5FFE5FFE5FEE5FFH#J%v%B#J%v% +FFFEQ E5FEDEFFE5FEDEFFE5FFFEPME5FEDEFFE5FEDEFFE5H#J&?&B#J&?& +FEFFQ FEE5DEDEFFFEE5DEE5FFFEFFPMFEE5DEDEFFFEE5DEE5FFH#J#8#='B#J"D#C$D#A"=#J#8#=' +FFFEQ E5FEE5FFFEE5DEDEFFE5FFFE4FEFEFEFEFEFEFEFEFEFEFEO!E5FEE5FFFEE5DEDEFFE5H#J#8$<#8#B#I&A"D#E"8(9"="H"J#8$<#8# +FEFFQ FEE5DEE5FFE5FEE5FFFEFFFEFFFEFEFEFFFFFFFFFEFEFEFFFEFEFEFFFFFE=FEE5DEE5FFE5FEE5FFH#J#9#<#8#B#J$J(J#9#<#8# +FFFEQ E5FEFFE5FEDEFFE5FFFE5FFFEFFO FFFEFFFFFFFEFFO.E5FEFFE5FEDEFFE5H#J#9#;#9#B#8$:$<#?%:$:$A$:$;":$;$:&8$9&J#9#;#9# +FEFFQ FEE5DEFFFEE5E5FFFEFFFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFE:FEE5DEFFFEE5E5FFH#J#:#9$9#B)8&F&9%8&?&8%@#;%9-8&J#:#9$9# +FFFEQ E5FEE5FFFEE5DEFFE5FFFEFFFEFFFFFFFEFEFFFFFFFEFFFFFFFFFEFFFFFFFEFEFFFFFFFEFEFFFFFFFEFEFFFFFFFFFFFEFFFFFFFEFFFFFFFEFFFFFEFFFFFFFEFFFEFFFFFF:E5FEE5FFFEE5DEFFE5H#J#:$8#:#B#>&:#A$A$A$J$J#:$8#:# +FEFFQ FEE5DEE5FFE5FEE5FFFEFFFFFEFEFEFFFEFFFEFEFEFEFEFEFEFEFEGFEFEFEBFEE5DEE5FFE5FEE5FFH#J#;#8#:#B#?%C"8%A%@%@$J%J#;#8#:# +FFFEQ E5FEFFE5FEDEFFE5FFFEFFFFFFFEFEFEFFFFFFFFFFFFFFFFFFFFFFFEFFFE9FFFFFFFFAE5FEFFE5FEDEFFE5H#J#;&;#B#>"=#J"C"?"9"J"="J#;&;# +FEFFQ FEE5DEFFE5FEE5E5FFFEFFFEFEFF=FEFEFFFF;FEFE9FEE5DEFFE5FEE5E5FFH#J#<%;#B)8&>&9-8&8-8'>&8,9&9&J#<%;# +FFFEQ E5FEE5FEE5DEFFE5FFFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFFFEFEFEFFFEFEFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFFFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFF9E5FEE5FEE5DEFFE5H#J#<$<#B#8$:$9#:Q9U:$9Q8$:P8$9P9P8$:$;$J#<$<# +FEFFQ FEE5DEE5FEE5FFFEFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF:FEE5DEE5FEE5FFH#J#=#<#B#E"J#=#<# +FFFEQ E5FEFEDEFFE5FFFEFFP=E5FEFEDEFFE5H#J4B#J"J4 +FEFFQ FEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFFEFFP$FFHFEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFH"J4B"J4 +FFQ!E5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFQ E5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5Hz>zCz>z +PIE51E5PHE51E5 + + + + + +I5J5 +PGFEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEHPGFEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEH5J5 +PIFEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFFPHFEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5H#y"z5x#J#y"z5x# +E5FEDEE5O:DE=FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5DEE5FFDEFFE5FE5FEDEE5O9DE=E5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5DEDEDEDEDEDEFFE5DEE5FFH#B$J5A#J#B$J5<%A# +FEE5FFE5FEO:?E5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FEDEFFE5FFE5E5FFFFEE5FFE5FEO95FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FEE5FFE5FFFFE5H#@&J"z*?#J#@&J#z#<'?# +E5FEE5FFE5FEE5O:FF7E5FEE5DEE5FFE5FFE5FFFFE5FE5FEE5FFE5FEE5O9E5FF1E5FEE5FFE5FFE5FFE5E5FFH#>(J#J,=#J#>(J#G#<)=# +FEE5FFE5FFE5E5E5FEO:E5FF6E5FEDEFFE5E5E5FFE5FFE5E5FFFFEE5FFE5FFE5E5E5FEO9FFE5E5FEE5FFE5E5E5FFE5FFFFE5H#<&8#J#J&8';#J#<&8#J#G#<#9&;# +E5FEE5FFE5FFE5FEE5O:FFE56FEE5DEE5FFE5E5E5FFE5FFFFE5FE5FEE5FFE5FFE5FEE5O9E5FFFEE5FFE5E5FFE5FFE5E5FFH#:'9#J#J&;&9#J#:'9#J#G#<#:'9# +FEE5FFE5FFE5E5E5E5FEO:E5FF6E5FEDEFFE5E5FFE5FFE5E5FFFFEE5FFE5FFE5E5E5E5FEO9FFE5E5FEE5FFE5E5E5FFE5FFFFE5H#8&<#J#J&<*J#8&<#J#G#<#=) +E5FEE5FFE5FFE5FEE5O:FFE56FEE5DEE5FFE5E5E5FFE5FFDEFFE5FE5FEE5FFE5FFE5FEE5O9E5FFFEE5FFE5E5FFE5FFE5DEE5FFH)=#J#J&?'J)=#J#G#<#>( +FEE5FEE5FEE5E5E5E5FEO:E5FF6E5FEDEFFE5E5FEE5FEE5FFFFEE5FEE5FEE5E5E5E5FEO9FFE5E5FEE5FFE5FEE5FEE5FFE5H)=#J#J&?'J)=#J#G#<#>( +E5FEDEDEE5FEE5FEFEE5O:FFE56FEE5DEE5FFFEE5FEDEFFE5FE5FEDEDEE5FEE5FEFEE5O9E5FFFEE5FFE5FEE5FEE5DEE5FFH#8&<#J#J&<*J#8&<#J#G#<#=) +FEE5DEDEFEE5FEE5FEO:E5FF6E5FEDEFFE5FEE5FEE5DEDEDEE5FFFFEE5DEDEFEE5FEE5FEO9FFE5E5FEE5FFFEE5FEDEDEDEFFE5H#:'9#J#J&;&9#J#:'9#J#G#<#:'9# +E5FEDEDEE5FEE5FEFEE5O:FFE56FEE5DEE5FFFEE5FEDEDEFFE5FE5FEDEDEE5FEE5FEFEE5O9E5FFFEE5FFE5FEE5FEE5DEDEE5FFH#<&8#J#J&8';#J#<&8#J#G#<#9&;# +FEE5DEDEFEE5FEE5FEO:E5FF6E5FEDEFFE5FEE5FEE5DEDEE5FFFFEE5DEDEFEE5FEE5FEO9FFE5E5FEE5FFFEE5FEDEDEFFE5H#>(J#J,=#J#>(J#G#<)=# +E5FEDEDEE5FEE5FEE5O:FFE56FEE5DEE5FFE5FEE5FEDEDEFFE5FE5FEDEDEE5FEE5FEE5O9E5FFFEE5FFE5FEE5FEE5DEDEE5FFH#@&J5?#J#@&J5<'?# +FEE5DEDEFEE5FEO:AE5FFE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEDEFFE5FEE5DEDEE5FFFFEE5DEDEFEE5FEO95FFE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFE5FEDEDEFFE5H#B$J5A#J#B$J5<%A# +E5FEDEDEE5O:?FFE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5DEE5FEDEDEFFE5FE5FEDEDEE5O95E5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FEE5FFE5DEDEE5FFH5J5 +PIFEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFFPHFEE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5H5J5 +PIE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FPHE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFE5FFIzJz +PGE5HPGE5 + + + + + + + + + + + + +J&?#F#8# +5FEFEFEFEFEFEFEFEFEFEFEJ(J# +4FEFEE5E5E5FEFE>E5E5J%<%9%8"8%8%8& +=FEFEFEFEFEFEFEFEFEFEFEFEFEFEE5FEFEFEFEFEFEFEFEE5FEFEJ/:08":'9% +4E5FEFEFEE5E5E5E5FEFEE5E5FEFEFEFEE5E5FEFEE5FEFEE5E5FEFEE5E5E5FEFEE5E5FEFEFEE5FEFEJ&J#H" +5E5E5FEFEFE7E5E5E5J"8"9#># +7E5FEFEFEFEFEJ#8";%<% +4FEFEE5E5E5E5E5E5E5E5E5J#>#;#;" +@FEFEFEFEFEFEFEJ/:.8%9' +4E5FEFEFEFEFEE5E5E5FEFEFEFEE5E5FEFEFEFEE5E5E5FEFEFEFEE5E5FEFEE5E5FEFEFEFEE5J&9%8#8%9%:&8%8#8# +5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5 + + + + + + +Fz +U*FE +H5 +U%FFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFH5 +U&FEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFH#Z +FFFEU#H#J# +FEFFO1FEFEH#J"J"9"C"=#J"B$8#A":#J"@":$J$J" +FFFE5FEO"FEFEFEFEFEGFEFEFEFEFEFEFEFEFECFEFEFEFEFE9FEFEFE;FEH#J#J#9"C"="H"I#B(A#:"J):":#C%?#J"="G& +FEFF4FEFFO!FEFFFFFFFFFEFEFEFEFFFFFFFEFFFFFEFFFFCFEFFFEFEFEFEFEFEFFFFFFFEFEFEFEFFFF4FEFFFEFEFEFEFEH#J#J&J%J' +FFFEPKFFFFO"J#A&J"=$J#E"F"=#J"8"@"C"<"="J& +FEFFFEFEFFFEFFEFFFFFEFFFEFF;FEFEFFFEJFEFFFEFEFEFF=FEFEFEFEFEFEDFEFFFFFFFEH#8%9&?&8(;#;,B&?&8,9&9,?&9";-?/;(8&>%:&8-9%8&8-8&9,8*9(8(;" +FFFEFEFEFEFEFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFEFFFFFEFEFEFFFFFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFFFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFFFFFEFFFEFEFEFFFFFEFEFEFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFEFEFFFEFEFEFFFFFEFEFEFEFEFEFEFEFEFFFFFEFEFEFFFFFEFE&C#8%:$9#<$:$8Y8$8$8"8#;P9$9P9P8$:$;$9$@P9"<$8P9# store +/green < +57D79F00000000000000000000000000FFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B56B7F9765E1A36FE700FF1A00B28BEEEE0073E6A24DBF00CEF599FFFFB094 +FFF730884DB358D78080C0C080C080808060C08000A080402070A0402040D0F0 +F0E010B4BE5BB477D9B3FF7789E4A0FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +8CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B52F7F9765E1A36FE7BFCC8BEEB257EEB40073E6A24DBF80FAF56BFBB3B015 +3224608856CA58D7D050C080C08080C08060C080FF0000402070C0802040D060 +50E010B4BE7A8C65D9B3E08576C4A00070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7TMF6F76F6F7J" +ULF78z8z8z +4F9TLF94F9 + +;z" +UCF7F6" +Q8FEFEFEFEF9FE?FEFEFEFEFEFEJ'J"?" +Q7FEFEF9F9F9FEKF9FEJ$9"J#<# +Q6FEFEF9F9@F9F9FEFEJ$8'829&;#9"8# +QAFEFEFEFEFEFEF9FEFEFEFEFEFEF9FEFEFEFEFEFEF9FEFEFEFEFEFEFEFEFEF9FEFEFEFEFE@s"J+8'8'8"8":':%8"8# +F6F7Q*F9F9FEFEFEF9FEFEFEF9FEF9FEFEFEF9F9F9F9FEF9F9FEF9FEFEF9F9FEFEFEF9FEFEF9F9F9ArJ$;$9':$E" +F9Q/F9F9F9F9F9F9F9FEFEF9FEF9F9F9F9F9@sJ"J' +F7Q+FECF9FEFEFEFEF9@tJ$9":$;$:%C& +F9Q#F9FEFEFEFEF9FEFEF9FEF9FEFEF9FEF9F9F9F9J09&>"8"8"8"8(8"9"8$ +Q7F9FEFEFEFEFEF9F9F9F9FEFEFEF9F9F9FEFEF9F9FEFEFEFEFEFEFEFEFEF9FEFEFEF9FEFEJ&:$<#<"9%8';"s9# +Q8F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9FEF9F9F9J%E& +R FEFEFEF9FEF9F9F9F9J"8"<"F( +QFFEFEF9F9FEFEFEFEFEF9=z8z +/F7U/F7rF"J% +F7F7U0F7F7F7F7'z& +F6F6F6F6F6F7UBEDF6F6F6F6F68$J% +F9F9F9UDF9F9F9F7 + + + + + + + + + +J"9"9"9" +R$FEFEFEFEJzJz +R 5FEO7;FEJ"9z8"J%J%J'J' +O'FEEFEFEOEFEFEFEFE5FEFEFEFEO-FEFEFEFEFEFE;FEFEFEFEFEFEJrJzJ$J&J$J& +O$FEE/FEO6FEFEFE=FEFEFEFEFEO%FEFEFEGFEFEFEFEFEJ'J#J"J$J% +P1FEFEFEFEFEFEO.FEFEEFEO!FEFEFEO!FEFEFEFEJ"J%J"J$J% +O#FEO3FEFEFEFEO)FEOFFEFEFEO(FEFEFEFEJ%J#AwJ$HzJ" +P;FEFEFEFEO#FEFEEDO-FEFEFE1ED:FEJ"J$J"@$B%D"J#F&G%J" +O"FEO"J"C"J" +O,EDO(EDEDEDFEFEHEDFEEDO.EDJ"F#J"B"J" +PBEDFEEDP!FEEDO7FEJ"F"J"J"B"J" +PCEDFEO4ED9FEEDO1EDJ"J"J"H"B" +Q'FE:EDLFEFEEDJ#F"D"J":"G"B"J" +PDEDEDFEFEO$EDEDFEEDO4EDJ"F"J" +PFEDFEOHFEJ"F"J"J"8"J"J" +PGEDFE7FEHEDED>EDO6EDJ"J#G"B" +PHEDOCEDEDFEEDJ"E"J" +PIEDFEODFEJ"F"J" +PIFEFEP"EDJ#J"B"J":" +PIEDEDP$FEEDO:EDFEJ"E#J"J"J" +PKEDFEFE4FEO*FEOMEDJ"J"J% +Q.EDOLEDOFEJ" +QDFEJ"E"J"J"C" +PMEDFE5FEO&FEEDJ" +PMFEJ#E"<"D"J"C" +PMEDEDFEEDFEO$FEEDJ" +QGFEJ" +QHFEJ"E"<"F"J" +Q!EDFEEDFEO FEJ"J" +QJFEO-EDJ" +QKFEJ"E"<"H$J" +Q"EDFEEDFEFEFEHFEJ" +Q:EDJ#J" +R!FEFEO&EDJ"J" +Q;ED5FEJ"J#J#J" +Q#ED7FEED5FEFEBFEJ"J$ +Q;ED8FEEDFEJ"J" +Q=ED7FEJ"@"J# +Q3FEED8FEFEJ"J" +Q?ED9FEJ"J# +Q@ED9FEFEJ"J"J$J" +Q$EDED;FEJ"J"J$ +Q$ED?ED;FEFEFEJ# +QEEDEDJ#J" +QGEDED:FEJ"J$ +QIED:FEEDFEJ"J# +QKED9FEEDJ"J$J# +Q$FEEEDEDED9FEFEJ"J#J" +Q$EDHEDED:FEJ"J"J# +Q$FEJED8FEEDJ#J" +R"EDED7FEJ"J"J"@" +Q3ED>ED7FEEDJ#J" +R%EDED6FEJ" +R'EDJ"J"J" +R)ED4FE8FEJ$J" +R(EDEDED4FEJ"J# +Q2EDFEDEDJ"J" +Q#FEO)EDJ"G"=" +R.EDFEEDJ"J" +R/EDHFEJ"J"F" +Q1EDLEDFEJ"J" +Q"FEO.EDJ#J"E" +R1FEED6EDFEJ"J"F" +Q0EDO EDFEJ" +R3EDJ"J"E" +Q!FEOHEDFEJ"J" +Q/EDO$EDJ"J"E" +R4FE6EDFEJ"C"J# +Q FEEDO%EDEDJ" +RLEDJ"C":#J" +PMFEEDFEFEOHFEJ"8"J"E"J" +Q1FEFEO8EDFEO>FEJ"C">"J% +PLFEEDFEQ7FEFEFEFEJ"C"J"E"J" +PKFEEDOBEDFEO;FEJ" +R6EDJ"C"A#J"E"J" +PJFEEDFEFEO7EDFEO9FEJ"C"J"A"C"E" +Q)EDEDLFEEDEDFEJ"B#C"J"J"E"J";" +PIFEEDFEFELED:EDFEO6FEEDJ"D"="J" +PHFEEDEDO$FEJ"C"F"J"E"J" +PGFEEDFEO9EDFEO4FEJ"C"J"G"E"J" +PFFEEDO:EDEDFEO2FEJ"C"I"J"E"J" +PEFEEDFEO:EDFEO8EDJ"J"C"J"E"J" +OFEMFEEDEDEDFEFEEDJ&Jr8":tG"8"J#G#A"J#H%J$ +O#FEFEFEFEFE?FEFEFEEDEDO!FEFEFEFEEDJEDEDFEFEFEFE7FEFEFEJ$JrJ&J%?%A"J#J&C&J" +O FEFEFEKFE7EDEDEDEDEDO%FEFEFEFEFEFEFEFEEDO EDED4FEFEFEFEFEFEFEFEFEFE4EDJ#J$JtD$J$JxJ$ +P;EDEDFEDEDED4FEEDEDEDO!EDEDED6FE6EDEDEDJ"J$8"J"J#J$J$ +O EDO7EDEDEDEDHEDHEDEDO'EDEDEDO%EDEDEDJ&J%J#J$J$ +P3EDEDEDEDEDO!EDEDEDEDBEDEDO,EDEDEDMEDEDEDJ"JrJ$J$J%J& +O!EDO*EDO*EDEDED%>&=%>&<$=&=$=%B%9#C"Bw>&A#9$A&=$>( +O&FEFEEDFEFEFEFEFEEDFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEEDFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEEDEDFEFEFEJ%:"A%9%@"9"@">"D">"9"<$="C"="D%9%A$C$9%>"9"?%9&?"C"=$8"8" +O$FEFEFEEDEDFEFEEDEDEDEDFEFEEDFEEDEDEDEDEDEDFEEDEDEDEDFEFEEDEDEDEDFEFEFEFEFEEDEDEDEDEDEDEDEDEDFEFEEDEDEDEDFEFEFEEDEDFEFEEDEDFEJ"8"<"?$=$J"J"<"J%="J"@#I"?"8"C"J$ +O#FEEDEDFEFEEDEDFEFE4FEO0FEED6FEFEFEEDED;EDEDEDFEEDFEFE6EDFEEDJ"8">"="C"C"<"F";#8"J"9"J"J"J"J"9"J" +O"FEEDEDFEFEFEEDFEFEEDFE?EDFEHED9EDBED5EDFE6EDJ"8"?"J"B"J"9":"J"8"J"9"J"A"8"@"9"C"8" +OBEDFEED7EDED@EDFEFE5FEED4FEFEJFEEDFEEDFEFEFEJ"J"J"9#E"8"9#J"9"9"J"J"J"F"9# +O!FE6ED:FEFEEDEDFEFEEDEEDFEEDO EDO!ED8EDEDFEFEJ"F"J"J"J"J$8"J"J"8"C":# +O$EDFE:EDCFEBEDO&EDEDEDFEKFE9EDFEEDFEFEJ":"J"8"J"J"J"8"C";" +P)EDFEO-EDFEO!FEO#ED:EDFEEDFEJ"F"J"8$;"B"8%J":"8"J$J"J"C#:" +O$FEED;EDFEEDFEEDEDFEEDFEEDDFEEDFEO!FEFEFEO FE>FEEDEDFEJ"J"J"J"J">#J'8"J"9"D# +O!ED6FE"="8"J"<"J"="<"8"J"8">"I"A"<" +O"EDFEFEEDFEOLFEEDEFEFEEDFEGEDFEFEEDFEEDJ"I"?"8"J#H"J"8"="?"J"B"H"A";$ +O#EDEDFEEDO5FEEDED8EDFEFEEDO#EDEDEDFEFEFEEDJ%;"@%:%?";$E";$F"8";"J"J"8";$<"A"J$<$A"J" +O$EDFEFEFEFEEDFEFEFEFEFEEDEDFEEDFEEDFEEDFEEDEDFEFE5ED8EDFEFEFEEDFEFEHEDFEFEFEFEEDFE4FEJ%8%@*@"8#9"9#9"<"8#9":"9"?+?"8"G#9"@+<"8#:":">#9#?#9"@+?#8"="?"8' +O%EDEDFEFEFEFEFEEDEDEDFEFEFEFEFEEDEDFEFEFEEDFEFEFEFEFEFEEDFEFEEDEDFEFEFEFEFEFEEDEDFEFEFEFEFEEDEDEDFEFEEDFEFEFEEDFEFEFEFEFEFEFEFEFEFEFEFEEDEDFEFEFEFEFEFEEDEDFEFEFEEDEDFEFEFEFEEDEDJ#8$C&B&='<&>&A'A%>#='C'=&:'>r?'B'A&>#>' +O'EDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDED + + + + + + + + + + + + + + + + + + + + + + + + + +J%J#>#<#>#:%9%9&<&;&;%>%J#F#8#J%J#8# +IFEFEFEFE%9(9'<'J#J#J'J# +HFEFEEDEDFEFE;EDED8FEFEFEFEEDEDFEFEEDFEFEEDEDFEFEEDEDEDEDEDFEFEFEFEEDEDEDFEFEFEFEEDEDFEFEFEFEEDEDFEFEKEDED4EDEDFEFEEDED;EDFELFEFEEDEDJ$8#?"J"D"A#;#J$A$8#;$8#J"G#B"G%>$8#D"J" +GEDFEFEFEFEFE7FEFEFEFEFEFE5FEFEEDEDFEFEFEFEEDFEFEFEFE@FEFEFEFEFEFEEDEDEDFEFEFEFEFE;FEJ-9%9"C%A%A5>%9(9'<-J%C49'>'=->,<-9' +HEDFEFEFEFEEDEDFEFEFEFEEDEDFEFEEDEDEDFEFEEDEDFEFEED4EDFEFEFEFEEDEDEDFEFEFEFEEDEDEDFEFEFEFEEDFEFEFEEDEDFEFEFEFEFEEDEDFEFEFEFEEDEDFEFEFEFEEDEDFEFEFEFEED7EDFEFEEDEDFEFEFEFEEDEDEDFEFEFEEDFEFEEDEDFEFEEDEDFEFEFEFEEDEDFEFEFEFEEDEDFEFEFEFEEDEDFEFEFEFEEDEDFEFEEDEDEDFEFEFEFEEDEDFEFEFEEDFEFEEDEDFEFEEDEDFEFEFEFEEDJ%8%;#<"9#9#8#:#8#9#=#:%9%9%=&;&;%>%8%8#8#8&8#8#8s8&8%9'8&8%8#8#8%?%8%8#<#9%8#:'8&8%8#8# +IEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDJ"C# +O0FEFEFEJ$B' +O/FEFEEDEDFEFEFEFEEDJ#<#D%J# +O'EDEDEDEDEDEDEDEDR1EDED +J#9&@#>#<#J# +PJFEFEFEFEEDFEFEFEFEFEFEFEFEO1FEFEJ"8"G# +PIFEFEEDEDJ#C(8&:#8"8"8%<+9%9%8(9#8%9# +PJEDEDFEFEEDFEFEFEFEFEFEEDFEFEFEFEFEFEFEFEFEFEFEFEEDFEFEEDFEFEFEFEFEFEFEFEFEFEFEFEFEFEEDFEFEFEFEFEFEFEFEFEFEFEFEJ":"C";%;'8)="859"@, +PHFEFEFEFEFEEDFEFEEDFEFEEDEDEDEDFEFEEDEDFEFEFE4FEFEEDEDFEFEEDFEFEEDEDFEFEEDFEFEEDEDFEFEFEFEFEEDEDFEFEEDFEFEEDFEJ#<";"A%>#?%A*A" +Q.EDEDEDEDFEEDEDEDEDEDFEEDEDEDEDEDEDFEFEEDFEFEEDEDJ#E"J&>":#9&:#;"B# +PJFEFEED8EDEDFEFEFEEDFEFEEDEDFEFEFEFEFEEDFEFEJ)J"8"B%9"8"9%=&:% +PGFEFEEDEDEDEDFEFEGEDFEEDEDEDEDEDFEEDEDEDEDEDFEFEFEEDEDEDEDEDJ"D&F(=#H#:" +Q6FEFEFEFEEDEDFEFEEDFEFEEDEDFEFEFEFEFEJ%A+@5>$9, +Q3EDFEFEEDEDFEFEEDEDFEFEFEFEED4EDFEFEFEFEEDEDEDFEFEFEFEEDEDEDFEFEFEFEEDEDFEEDEDFEFEFEFEEDEDEDFEFEEDJ#:r;#9#8#:#8#9#8%<#:%9%9%8#<";%9& +PGEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDJ# +Q3FEFEJ' +Q3EDFEFEFEFEEDJ% +Q4EDEDEDED + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +$ +QEEDFEFEFEFEEDEDFEFEJ%:#:# +QFEDEDEDEDEDEDEDED + + + + + + +&J% +F7F7F7F7F7UCF7F7F7F7&JzJ& +F6F6F6F6F6Q3KECQ3F6F6F6F6F68$J"J% +F9F9F9Q2ECR1F9F9F9F7Jz +Q6O!ED + + +JZ +Q2O)J" +Q1FFJz +Q0O-ED + + + + + + + + store +/green < +9F99DE00000000000000000000000000FFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B59765E1A36FE7006B7FFF1A00B28B99FFFFB094FF30F700CEEEEE0073E6A2 +4DBF88F54DB358D78080C0C080C080808060C08000A080402070A0402040D0F0 +F0E010B489E4A0BE5BB477D9B3FF77FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +FFFFB3FFFFFFFFFFFFFFFFFFFFFFFFFFBF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B59765E1A36FE7BF2F7FCC8BEEB2576BFBB3B01532602480FAEEB40073E6A2 +4DBF88F556CA58D7D050C080C08080C08060C080FF0000402070C0802040D060 +50E010B476C4A0BE7A8C65D9B3E0850070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7S&F6F76F6F7J" +T%F78z8z8z +4F9S%F94F9 + +;z" +SJF7F6E5E5J%<%9%8"8%8%8& +=FEFEFEFEFEFEFEFEFEFEFEFEFEFEE5FEFEFEFEFEFEFEFEE5FEFEJ/:08":'9% +4E5FEFEFEE5E5E5E5FEFEE5E5FEFEFEFEE5E5FEFEE5FEFEE5E5FEFEE5E5E5FEFEE5E5FEFEFEE5FEFEJ&J#H" +5E5E5FEFEFE7E5E5E5J"8"9#># +7E5FEFEFEFEFEJ#8";%<% +4FEFEE5E5E5E5E5E5E5E5E5J#>#;#;" +@FEFEFEFEFEFEFEJ/:.8%9' +4E5FEFEFEFEFEE5E5E5FEFEFEFEE5E5FEFEFEFEE5E5E5FEFEFEFEE5E5FEFEE5E5FEFEFEFEE5J&9%8#8%9%:&8%8#8# +5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5 + + + + + + + + +Hz +S0A2J" +SAFFJZ +4S- + + + + + + + + + + + + + + +I" +FFHz +S0E5 + + + + + + + + + + +# +O!FEFEFEFEFEFEFEFEO0FEFEFEFE=FEFEO*FEFEFEFEFEFEJ'=$J' +O FEFEE5E5FEFEFEFEE5O/FEFEE5E5FEFEJ$8$;$J$8(8&9%9%J%;& +MFEFEE5E5FEFEFEFEE5O/FEFEE5E5E5E5FEFEFEFEFEFEE5FEFEFEFEFEFEFEFEFEFEO7FEFEFEFEFEFEE5FEFEJ$J'93J'<% +O+FEFEE5O7FEFEE5E5FEFEFEE5FEFEE5FEFEE5E5FEFEE5FEFEE5E5FEFEO5FEFEE5E5FEFEFEE5FEFEJ#=">#J$E" +PEE5E5E5E5E5O6FEFEFEE5J$J$I#J$;# +O+E5FEFEO8FEFEFEFEFEO1E5E5E5FEFEJ$J%I%J% +O,E5FEFEO6FEFEE5E5E5E5E5E5O7E5E5E5E5J$8$<$J$8#H#;#J#<" +ME5FEFEFEFEE5E5FEFEO.E5FEFEFEFEFEFEFEFEO9FEFEFEJ'>$J.=.J'<% +O E5FEFEFEFEE5E5FEFEO.E5FEFEFEFEE5E5FEFEFEE5FEFEE5FEFEFEFEE5E5E5FEFEFEFEE5O5E5FEFEFEFEE5E5FEFEE5J%:#:#J%8s8#8%9%8#J#9#8%8#:# +O!E5E5E5E5E5E5E5E5O/E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5O*E5E5E5E5E5E5E5E5E5E5E5E5 + +J# +S#E5E5 + + + +&J% +F7F7F7F7F7SJF7F7F7F7&HzJzJzG& +F6F6F6F6F6O1E48O1E48O1E4F6F6F6F6F68$G"J"J"J% +F9F9F9E4OHE4OHE4OCF9F9F9F7JzJzJz +5O5E54O5E54O5E5 + + +GZ +O=F" +FFEz +OAE5 + + + + + + + + store +/green < +9F99DE00000000000000000000000000FFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B59765E1A36FE7006B7FFF1A00B28B99FFFFB094FF30F700CEEEEE0073E6A2 +4DBF88F54DB358D78080C0C080C080808060C08000A080402070A0402040D0F0 +F0E010B489E4A0BE5BB477D9B3FF77FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +FFFFB3FFFFFFFFFFFFFFFFFFFFFFFFFFBF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B59765E1A36FE7BF2F7FCC8BEEB2576BFBB3B01532602480FAEEB40073E6A2 +4DBF88F556CA58D7D050C080C08080C08060C080FF0000402070C0802040D060 +50E010B476C4A0BE7A8C65D9B3E0850070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7R?F6F76F6F7J" +S>F78z8z8z +4F9R>F94F9 + +;z" +S5F7F6$H"9#Jr:#@$ +OHFEFEFEFEF9FEFEFEFEFEFEFE7FEFEFEFEFEFEJ'?"I"J"8&E" +OGFEFEF9F9F9FEF9FE=F9F9F9F9FEFEF9J"J#J$8#J# +OLF9BF9F9=F9FEFEF9F9;FEFEJ#8"9$?$:$8"8&:$9'G$9%@$:& +OIFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEF9@s"J"9#8'<08$:*8%F"<%=/ +F6F7O4F9FEFEFEFEFEF9FEFEFEFEFEF9FEFEF9FEFEFEF9FEFEF9F9F9F9F9FEFEFEF9FEFEFEF9F9FEF9FEFEF9F9F9FEFEFEFEFEF9FEFEFEF9FEFEF9F9FEFEArJ#9":"A";%C$<"J$A$ +F9O6F9F9FEFEFEF9F9F9F9F9F9F9F99F9FEFEF9F9F9@sJ"8#;%>%J%G' +F7O5FEF9F9F9F9F9F9F9F9F9F9O(FEFEF9F9F9FEFEFEFEF9@tJ">%>%9%C$J$?"A$9& +F9O5FEFEF9FEFEFEF9FEFEFEF9FEFEFEF9FE6FEFEF9FEFEF9FEFEF9F9F9F9J0808&8,8"9";"8&8"8'8$8*8& +OHF9FEFEFEFEF9F9F9F9FEFEFEF9F9FEFEF9F9F9FEFEFEF9F9F9F9FEFEFEF9F9FEFEF9FEFEF9F9F9FEFEFEF9F9F9FEFEFEFEFEFEFEFEF9FEFEF9F9FEFEF9FEF9FEFEF9F9F9FEFEFEF9F9FEFEFEFEFEJ':$8%9$:$:r9$9s;r9%8v9$9";" +OGF9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9FEJ& +R"FEF9F9F9F9J( +R"F9FEFEFEFEFEF9=z8z +/F7S!F7rF"J% +F7F7S"F7F7F7F7'z& +F6F6F6F6F6F7S4E5F6F6F6F6F68$J% +F9F9F9S6F9F9F9F7 + + + + + + + + + + + + +J#8# +4FEFEFEFE +J"8"8%8*9% +7FEFEFEFEFEFEFEE5FEFEFEE5FEFEFEFEFEFEFEJ"8)81 +7E5E5E5FEFEE5E5FEFEFEE5E5FEFEE5E5FEFEE5FEFEE5E5FEFEJ% +O"FEE5E5E5J#D& +>FEFEE5E5FEFEFEJ%D"8" +>E5E5E5E5E5FEJ":#B% +;FEFEFEFEFEE5E5J+B' +8E5FEFEE5E5FEFEFEFEE5E5FEFEFEFEE5J#9#8%8#8#8#8% +4E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5 + + + + + + + +Hz=z +R0A23E4J"J" +RAFF9FFJZ@r"r" +4R-DEE4DEFFJ" +S#FFJ" +S%E4J" +S"FFJ$ +S$E5E4E4J$ +S!FFFFE5J$ +S%E5E4E4J$ +S FFFFE5J$ +S&E5E4E4J$ +RMFFFFE5J$ +S'E5E4E4J$ +RLFFFFE5J$ +S(E5E4E4J#u +RKFFFFE4J"B" +RLE4E4Jz +RK/DEJZ +RK/J" +S+E4Jv" +RME5E4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Jv +RME4J" +RLE4Jz +RK/DEJZ +RK/J"C" +RKDEE4Jt$ +S E5E4E4DEJ$ +RLDEFFFFJ$ +S(E4E4DEJ$ +RMDEFFFFJ$ +S'E4E4DEJ$ +S DEFFFFJ$ +S&E4E4DEJ$ +S!DEFFFFJ$ +S%E4E4DEJ$ +S"DEFFE4J" +S&DEJ" +S#DEJ" +S%DEJZ +RK/I"J" +FFR6FFHz=z +R0E53E5 + + + + + + + + + + + + + + + +J&?#F#8# +5FEFEFEFEFEFEFEFEFEFEFEJ(J# +4FEFEE5E5E5FEFE>E5E5J%<%9%8"8%8%8& +=FEFEFEFEFEFEFEFEFEFEFEFEFEFEE5FEFEFEFEFEFEFEFEE5FEFEJ/:08":'9% +4E5FEFEFEE5E5E5E5FEFEE5E5FEFEFEFEE5E5FEFEE5FEFEE5E5FEFEE5E5E5FEFEE5E5FEFEFEE5FEFEJ&J#H" +5E5E5FEFEFE7E5E5E5J"8"9#># +7E5FEFEFEFEFEJ#8";%<% +4FEFEE5E5E5E5E5E5E5E5E5J#>#;#;" +@FEFEFEFEFEFEFEJ/:.8%9' +4E5FEFEFEFEFEE5E5E5FEFEFEFEE5E5FEFEFEFEE5E5E5FEFEFEFEE5E5FEFEE5E5FEFEFEFEE5J&9%8#8%9%:&8%8#8# +5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5 + + + + + + + + +Hz +RIA2J" +S,FFJZ +4RF + + + + + + + + + + + + + + +I" +FFHz +RIE5 + + + + + + + + + + +# +KFEFEFEFEFEFEFEFEO)FEFEFEFE=FEFEO$FEFEFEFEFEFEJ'=$J' +JFEFEE5E5FEFEFEFEE5O(FEFEE5E5FEFEJ$8$;$J$8(8&9%9%J%;& +IFEFEE5E5FEFEFEFEE5O(FEFEE5E5E5E5FEFEFEFEFEFEE5FEFEFEFEFEFEFEFEFEFEO1FEFEFEFEFEFEE5FEFEJ$J'93J'<% +O'FEFEE5O0FEFEE5E5FEFEFEE5FEFEE5FEFEE5E5FEFEE5FEFEE5E5FEFEO/FEFEE5E5FEFEFEE5FEFEJ#=">#J$E" +P:E5E5E5E5E5O0FEFEFEE5J$J$I#J$;# +O'E5FEFEO1FEFEFEFEFEO+E5E5E5FEFEJ$J%I%J% +O(E5FEFEO/FEFEE5E5E5E5E5E5O1E5E5E5E5J$8$<$J$8#H#;#J#<" +IE5FEFEFEFEE5E5FEFEO'E5FEFEFEFEFEFEFEFEO3FEFEFEJ'>$J.=.J'<% +JE5FEFEFEFEE5E5FEFEO'E5FEFEFEFEE5E5FEFEFEE5FEFEE5FEFEFEFEE5E5E5FEFEFEFEE5O/E5FEFEFEFEE5E5FEFEE5J%:#:#J%8s8#8%9%8#J#9#8%8#:# +KE5E5E5E5E5E5E5E5O(E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5O$E5E5E5E5E5E5E5E5E5E5E5E5 + +J# +R@E5E5 + + + +&J% +F7F7F7F7F7S5F7F7F7F7&HzJzJzG& +F6F6F6F6F6O*E48O*E48O*E4F6F6F6F6F68$G"J"J"J% +F9F9F9E4OAE4OAE4OF91F9 + +7z8z8z +5F7R>F74F7"J"J" +F76F7R?F7 +ENDBITMAP +%%EndBinary +135 480 243 498 R +7 X +V +4 8 Q +0 X +(selectiondialog .sd) 135 492.67 T +(.sd activate) 135 482.67 T +0 10 Q +(FIGURE 33) 123.53 453.1 T +1 F +( - Selectiondialog) 174.92 453.1 T +72 377.72 297 720 C +0 0 612 792 C +0 12 Q +0 X +0 0 0 1 0 0 0 K +(Fileselectiondialog) 380.17 712 T +1 10 Q +(The Fileselectiondialog is a dialog based Fileselection-) 315 687.33 T +(box.) 315 675.33 T +315 406.97 540 672 C +0 0 0 1 0 0 0 K +0 0 0 1 0 0 0 K +315 438 540 663 R +7 X +0 0 0 1 0 0 0 K +V +0.5 H +2 Z +0 X +N +%%BeginBinary: 33477 +462 429 184.8 171.6 0 337.2 482.4 +/red < +7266F5FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +FFFFFFFFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF80808080 +8080808080808080808080808080808080808080404040404040404040404040 +4040404040404040404040000000000000000000000000000000000039C069DD +00FF0000003333330033CCDD9999112277005544FFCC66AABBFF33EE9999CC7A +EFD39765E1A36FE700557FFF5500B22E99FFFFB07AFFB0CC0087AFB4CD73E6A2 +4DBF88F5439D58D750D080C0C080C0808060C000FFA000FF20C0A040C040D060 +F0E010B499FFA0BE8BD28BD9B3FF720019BF2FFF6223852F465F4770FF0000FF +> store +/green < +9F99DE00000000000000000000000000FFFFFFBFBFBFBFBF8080808080404040 +40000000FFFFFFFFFFBFBFBFBF808080808040404040400000000000FFFFFFFF +FFBFBFBFBFBF8080808040404040400000000000FFFFFFFFFFBFBFBFBFBF8080 +8080804040400000000000FFFFFFBFBFBFBFBF80808040404040400063E0B500 +996699FF00663399BBFF99DD99FF112277005544CCCC66AABB6600EE6600CC69 +E3B59765E1A36FE7006B7FFF1A00B28B99FFFFB094FF30F700CEEEEE0073E6A2 +4DBF88F54DB358D78080C0C080C080808060C08000A080402070A0402040D0F0 +F0E010B489E4A0BE5BB477D9B3FF77FF19264F00B641DE4F829E4780FF0000FF +> store +/blue < +FFFFB3FFFFFFFFFFFFFFFFFFFFFFFFFFBF8040FFBF804000FFBF804000FFBF80 +00BF8040FFBF804000FF804000FFBF804000FFBF804000FFBF804000FFBF8040 +00FFBF804000FFBF4000FFBF804000FFBF804000FFBF804000FFBF804000FFBF +804000FFBF00FFBF804000BF8040FFBF804000FFBF40FFBF8040004063E0B500 +FF3399FF88666666009966DDFFFF112277DD554499FFCCAABBCC99EE9966CC69 +E3B59765E1A36FE7BF2F7FCC8BEEB2576BFBB3B01532602480FAEEB40073E6A2 +4DBF88F556CA58D7D050C080C08080C08060C080FF0000402070C0802040D060 +50E010B476C4A0BE7A8C65D9B3E0850070264F00FC5AE050B4A0FF9000FF00FF +> store + BEGINBITMAPCOLORc +z"z"z" +6F6F7W!F6F76F6F7J" +X F78z8z8z +4F9W F94F9 + +;z" +WEF7F6$H"9#Jr:#@$ +Q@FEFEFEFEFEFEFEFEFEFEF9FEFEFEFEFEFEFE7FEFEFEFEFEFEJ"8$>"E'?"I"J"8&E" +Q@F9F9F9F9F9FEFEF9F9F9FEF9FE=F9F9F9F9FEFEF9J"9#J"J#J$8#J# +QFF9F9F97F9BF9F9=F9FEFEF9F9;FEFEJ"9$?$>#8"9$?$:$8"8&:$9'G$9%@$:& +QEFEFEFEFEFEFEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEF9FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEF9@s"J#8$?';"9#8'<08$:*8%F"<%=/ +F6F7Q0FEFEF9F9F9FEFEFEF9FEFEF9FEFEFEFEFEF9FEFEFEFEFEF9FEFEF9FEFEFEF9FEFEF9F9F9F9F9FEFEFEF9FEFEFEF9F9FEF9FEFEF9F9F9FEFEFEFEFEF9FEFEFEF9FEFEF9F9FEFEArJ#G">#9":"A";%C$<"J$A$ +F9Q1F9F9FEF9F9FEFEFEF9F9F9F9F9F9F9F99F9FEFEF9F9F9@sJ"E%;"8#;%>%J%G' +F7Q3F9F9F9F9F9FEF9F9F9F9F9F9F9F9F9F9O(FEFEF9F9F9FEFEFEFEF9@tJ%<">%>%9%C$J$?"A$9& +F9QBFEF9FEFEFEFEF9FEFEFEF9FEFEFEF9FEFEFEF9FE6FEFEF9FEFEF9FEFEF9F9F9F9J"8";"8$8)<0808&8,8"9";"8&8"8'8$8*8& +Q@FEFEFEFEF9FEFEF9F9F9FEFEFEF9F9FEFEFEFEF9F9F9F9FEFEFEF9F9FEFEF9F9F9FEFEFEF9F9F9F9FEFEFEF9F9FEFEF9FEFEF9F9F9FEFEFEF9F9F9FEFEFEFEFEFEFEFEF9FEFEF9F9FEFEF9FEF9FEFEF9F9F9FEFEFEF9F9FEFEFEFEFEJ%;t9$<':$8%9$:$:r9$9s;r9%8v9$9";" +Q@F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9F9FEJ& +T9FEF9F9F9F9J( +T9F9FEFEFEFEFEF9=z8z +/F7W1F7rF"J% +F7F7W2F7F7F7F7'z& +F6F6F6F6F6F7WDE5F6F6F6F6F68$J% +F9F9F9WFF9F9F9F7 + + + + + + + + + + + + +Js$8# +4FEE5FEFEFEFEJ' +6E5E5E5E5E5E5J#:"8"8%8& +:FEFEFEFEFEFEFEFEFEFEE5FEFEJ"8)9" +@E5E5E5FEFEE5E5FEFEFEJ$J# +6FEFEFE6E5E5J$D#;" +6E5E5E5FEFEE5J% +GE5E5E5E5J":# +DFEFEFEJ+ +AE5FEFEE5E5FEFEFEFEE5J#:&9#8%8# +4E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5 + + + + + + + + +H5 +W+FFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFH5 +W*FEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFH#Z +FFFEW'H# +FEFFH#J$J"J":&9$>"E$<$J"J"J"9"C"=#J"B$8#A":#J" +FFFECFEFEFE@FE8FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFECFEBFEO"FEFEFEFEFEGFEFEFEFEFEFEFEFEFECFEH#J"?$J#J#<%8&<#E#<%G"F#J#J#9"C"="H"I#B(A#:"J#9" +FEFF8FEFEFFFF@FEFF6FEFEFFFFFFFFFEFFFFFFFEFEFFFFFFFEFFFFFFFEFEFFAFEFFO!FEFFFFFFFFFEFEFEFEFFFFFFFEFFFFFEFFFFCFEFFFEH#J#J# +FFFEP!FFFFS&FFFFH#>&8&9&;#:#:$8&:$<#9$8#8)J)8#8#?&9$9&8&9$<):$9&9$<#9$:$8&8&:$8&<#8$9,;$:&8$9&9$J$<#9$:$8&:$:$<#8& +FEFFFEFEFEFFFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFFEFEFEFEFEFFFEFEFEFEFEFEFEFFFEFFFEFEFE;FEFFFFFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFFFFFEFEFEFFFEFEFEFEFEFFFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFFFEFEFEFEFEFFFEFEFEFEFFFEFEFEFEFEFEFFFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFE@FEFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFFEFEFEFEFEH#>.8&@%8-8&?(9"8'@$9"8#>)9"@&8&8&8&8&>'8&8&8&?&848-?#:+;%9-8&8&J%?%9-8&8&?& +FFFEFFFEFFFEFFFEFFFFFEFEFFFFFEFFFEFFFFFFFEFFFFFEFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFFFFFFFFFEFEFFFFFEFEFEFEFFFEFFFFFEFFFEFFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFEFFFEFFFEFEFFFFFFFEFFFEFFFFFFFEFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFFFFEFFFEFFFEFFFFFEFFFEFFFEFEFFFFFFFEFFFFFEFEFFFFFEFFFFFFFEFFFFFFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFFFEFFFFFFFEFFFEFFFFFFFEFFFFFFFE?FFFFFFFEFEFFFFFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFFFFFEFFFFH#G"D#:"J$;#9&@"B&:#;#J$G&:#A$D":#="J"=#B"J$@&8&J#A$G&:#:$ +FEFFFFFEFFFF4FEFEFEFEFFFFFEFEFEFFFFFFFFFFFFFEFEFFFEFF@FEFEFEFFFEFEFEFFFEFFFEFEFEFFFEFFFF?FFFEFFFE:FEFEFEFFFEFEFEFFFEFEFEFEFE@FEFFFEFEFEFFFEFEFEFFFEFFFEFFFEH#J%@%J#J%G%G%J%@%8PJ%G%@$ +FFFEO-FFFFFFFFFFFFFFFE?FEFFHFFFFFFFFFFFFFFFEFFFFFFFFP0FFFFFFFFFFFFFFFEMFFFFFFFFFFFFFFFEFFFFFFH#J"8#J"9#:"J"=#8"9#J"D$=#E"C"9#>"J#A&J"=$J#E"F"=# +FEFF";%9"8&=0;(?&8*9/9$?";59&8%:,>";(8%9&?&8(;#;,9">&?&8,9&9,?&9";-?/;(8& +FFFEFEFEFEFEFEFEFFFEFEFEFFFEFEFEFFFEFEFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFFFEFEFEFEFEFFFFFEFEFEFEFFFEFEFEFE4FEFFFFFEFEFEFFFEFFFEFEFEFEFEFEFFFEFEFEFEFFFEFEFEFFFEFEFEFEFFFEFEFEFFFFFFFEFEFEFFFEFEFFFFFEFEFEFFFEFEFEFEFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFEFFFFFEFEFEFFFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFFFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFFFFFEFFFEFEFEFFFFFEFEFEFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFH#>U8#9$8#:R8$8R8$9#<$:S8S8%9P8#:R8Z:$9%;$9$9#:R8$9%:$9#<$:$8Y8$8$8&;P9$9P9P8$:$;$9$@P9"<$8P9#FFBFFO"FFO0FFBFFO"FFP%FFIFFH$rJ% +FEFFFFFET-FEFEFEFFH#SJ$ +FFFET-FFFFFFH# +FEFFH" +FFHz +W+E5 + + + + + + + + + + + + +J&9#J#D#Js$ +4FEFEFEFEFEFEFE5FEFEFEFEQ@FEE5FEFEJ%8#J#J' +6E5E5FEFEE5E5EE5E5QBE5E5E5E5E5E5J29%8"8"8%8(8%9%J#;%9% +8E5FEFEE5FEFEE5FEFEE5FEFEE5FEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEE5FEFEFEFEFEFEFEFEFEFEFEFEQ9FEFEFEFEFEFEFEFEFEFEJ"808)9";.J. +AFEFEFEE5E5FEFEE5FEFEE5E5FEFEE5E5E5E5FEFEE5E5FEFEFEFEFEE5E5FEFEE5FEFEE5E5FEFEQ>FEFEE5E5FEFEE5FEFEE5E5FEFEJ#A#F#B%J$F% +BE5E5E5E5E5E5FEE5E5E5Q4FEFEFEFEE5E5E5J":#J"=#9&J$?#9& +AE5FEFE8E5FEFEE5E5FEFEFEQ5E5E5E5FEFEE5E5FEFEFEJ%J%9"8"J%9"8" +FE5E5E5E5>E5E5E5E5E5FEQ@E5E5E5E5E5FEJ$C#;#;"I(J( +8FEFEE5FEFEFEFEFEFEFEE5FEFEE5E5QDFEFEE5FEFEE5E5J%@.8+?.J. +6FEFEFEE5E5FEFEFEFEE5E5E5FEFEFEFEE5E5FEFEE5E5FEFEFEFEE5E5FEFEFEFEE5E5E5FEFEFEFEE5Q>E5FEFEFEFEE5E5E5FEFEFEFEE5J&9&:%9%:#8%8#9#8%9%J#:&8%9% +4E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5Q3E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5 + + + + + + + +H5=zB5=z +QKFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFF3E4QKFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFF3E4H5J"B5J" +QJFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFF:FFQJFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFF:FFH5Ar"r"C#ZAr"r" +QIFFFEDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEDEE4DEFFFFFEQGDEE4DEFFH#z"G"J#J" +FEFFQFDEFEFF6FEFFR*FFH#<"9"C"=#J"B$8#A":#J"J"I"J#J"J" +FFFEFEFEFEFEFEGFEFEFEFEFEFEFEFEFECFE=DEE44FFFEBFEQ7E4H#;#9"C"="H"I#B(A#:"J#J"F"J#J(A"<"H&J" +FEFFFEDEDEDEDEFEFEFEFEDEDEDEFEDEDEFEDEDECFEDE=FEFF7FEFFAFEFFFEFEFEFEFEFEFEFEFEFEFEFEP3FFH#J#J"H$I#J'J'J$ +FFFEO9DEDEP+DEE5E4E4FFFECFFFEFFFFFFFEDFFFEFFFFFFFEP4E5E4E4H#:#8$9,;$:&8$9&9$J$<#9$:$8&:$:$<#J"E$J#8$8&:$:$<#>#8#8&8&9$8&A$8(J$ +FEFFFEDEFEFEFEFEFEFEDEFEFEFEDEFEFEFEFEFEFEFEFEFEDEFEFEFEFEFEFEFEFEFEFEFEFE@FEFEFEFEDEFEFEFEFEFEFEFEFEFEDEFEFEFEFEFEFEFEFEDE>FEFFFFE56FEFFFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEP"FFFFE5H#>#:+;%9-8&8&J%?%9-8&8&J"I$H08&8&@'9"9&8&8-9%8)9#J$ +FFFEDEDEDEFEDEDEDEFEDEDEDEDEFEDEDEDEFEDEDEDEFEDEDEFEDEDEDEFEDEFEDEDEDEFEDEDEDEFE?DEDEDEFEFEDEDEDEFEDEDEDEFEDEDEFEDEFEDEFEFEDEDEDEFEFEDEDEDEFEEDEE5E4E4FFFEFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFEFEFEFFFFFFFFFFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFFFEFEFFFFFEFEFEFEFFFEFFFFFFFEFFFFFFFFFFP&E5E4E4H#9#B"J$@&8&J#A$G&:#J"D$J#8$G&:#:%J"<%@$J$ +FEFFFEDEFE:FEFEFEDEFEFEFEDEFEFEFEFEFE@FEDEFEFEFEDEFEFEFEDEFEDE?FEFFFFE57FEFFFEFEFEFFFEFEFEFFFEFFFFFFFFFE?FFFFFFFFFEFFFEFFP#FFFFE5H#J%@%8&J%G%J"J$G#8%G%J$J$ +FFFELDEDEDEDEDEDEDEFEDEDEDEDEDEMDEDEDEDEDEDEDEFEEDE4E5E4E4FFFEFFFFFFFFFFFFFFFEO4FEFFFEP)E5E4E4H#8#A&J"=$J#E"F"=#J"C$J#;"F"=#J"<"J&J$ +FEFFFEDEDEFEDEFEDE;FEFEDEFEJFEDEFEFEFEDE@FEFFFFE58FEFFFEFEFEFF7FEFE=FEFFFFFFFEP!FFFFE5H#>&?&8,9&9,?&9";-?/;(8&@"J"J$F+;(8&>'8'8&809(8(;"J$ +FFFEFEFEFEFEFEFEFEFEFEFEDEFEFEFEDEFEDEDEFEFEFEDEFEFEFEDEDEFEFEFEDEDEDEFEFEFEDEFEFEFEFEFEFEDEFEFEFEDEDEFEDEFEFEFEDEDEFEFEFEDEFEDEDEFEFEFEDEDEFEFEDEDEFEFEFEDEDEFEFEFEDEFE:DE5E5E4E4FFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFFFFFEFEFEFFFEFFFEFEFEFFFFFEFEFEFFFFFFFEFEFEFFFFFEFEFEFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEP(E5E4E4H&;&9$9&9&8$:$;$9$@&9"<$8&9#<&8$8r8$:$9#<"J"B$J#8$8R8$:$9#:P:P9$:$9$8$8R:$8#9#J$ +FEFFDEFEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEFEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEFEDEDE:FEFFFFE59FEFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFOMFFFFE5H%J"J"J"J$E#J"J$ +FFFEDEDEP%DEIDEBDE6E5E4E4FFFE=FFQ?E5E4E4H#J%J"A#uG#J#u +FEFFEFEFEFEDEPKFEFFFFE4FEFFR$FFFFE4H#J$J"B"B"D#J"B" +FFFEEDEDEDEPLDEE4E4FFFER%E4E4H5AzD#Jz +QIFEFFFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFE/DEFEFFR$/DEH#ZAZD#JZ +FFFEQG/FFFER$/H#J"D#J" +FEFFR2E4FEFFR2E4H#<"9"C"=#J"B$8#A":#J"Jv"E#J"@"A$Jv" +FFFEFEFEFEFEFEGFEFEFEFEFEFEFEFEFECFEKE5E4FFFEBFEFEFEFEFEPFE5E4H#;#9"C"="H"I#B(A#:"J#J#J(;"A# +FEFFFEFFFFFFFFFEFEFEFEFFFFFFFEFFFFFEFFFFCFEFFO8FEFFAFEFFFEFEFEFEFEFFFFFFH#J#J#J' +FFFEO9FFFFQ&FFFECFFFEFFFFFFFEH#:#8$9,;$:&8$9&9$J$<#9$:$8&:$:$<#J#8$8&:$:$<#?$:%A$:& +FEFFFEFFFEFEFEFEFEFEFFFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFE@FEFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFO9FEFFFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEH#>#:+;%9-8&8&J%?%9-8&8&J08&8&F#;&?&8' +FFFEFFFFFFFEFFFFFFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFFFEFFFFFFFEFFFEFFFFFFFEFFFFFFFE?FFFFFFFEFEFFFFFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEO@FFFEFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFFFFFFFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFH#9#B"J$@&8&J#A$G&:#J#8$G&:#H$ +FEFFFEFFFE:FEFEFEFFFEFEFEFFFEFEFEFEFE@FEFFFEFEFEFFFEFEFEFFFEFFO:FEFFFEFEFEFFFEFEFEFFFEFFFEFEFEH#J%@%8PJ%G%J#8%G%J% +FFFELFFFFFFFFFFFFFFFEMFFFFFFFFFFFFFFFEO@FFFEFFFFFFFFFFFFFFFE7FEFFFFFFH#8#A&J"=$J#E"F"=#J#;"F"=# +FEFFFEFFFFFEFFFEFF;FEFEFFFEJFEFFFEFEFEFFO;FEFFFEFEFEFFH#>&?&8,9&9,?&9";-?/;(8&@"<"J+;(8&>'8&848% +FFFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFFFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFFFFFEFFFEFEFEFFFFFEFEFEFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEO.FFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFFFEFEFEFEFEFFFEFEFEFFFEFFFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEH&;P9$9P9P8$:$;$9$@P9"<$8P9##:+;%9-8&8&J%?%9-8&8&C"9$:#J08&8&F#;&?&8'8#;%8& +FFFEFFFFFFFEFFFFFFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFFFEFFFFFFFEFFFEFFFFFFFEFFFFFFFE?FFFFFFFEFEFFFFFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFFFEFFFEFEFEO&FFFEFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFFFFFFFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFFEFEFEFFFFFEFEFFFFFFFEH#9#B"J$@&8&J#A$G&:#@"9"8&J#8$G&:#H$J&9"<$ +FEFFFEFFFE:FEFEFEFFFEFEFEFFFEFEFEFEFE@FEFFFEFEFEFFFEFEFEFFFEFFFFFFFFFFFEFEFEO$FEFFFEFEFEFFFEFEFEFFFEFFFEFEFE8FFFFFEFEFEFFFEFEFEH#J%@%8PJ%G%C"A#J#8%G%J%J#A% +FFFELFFFFFFFFFFFFFFFEMFFFFFFFFFFFFFFFEFEFFFFO%FFFEFFFFFFFFFFFFFFFE7FEFFFFFF:FFFFFFFFFFFFH#8#A&J"=$J#E"F"=#C":"J#;"F"=#J"G" +FEFFFEFFFFFEFFFEFF;FEFEFFFEJFEFFFEFEFEFFFEFEO(FEFFFEFEFEFFO FEFEH#>&?&8,9&9,?&9";-?/;(8&?&9$:%J+;(8&>'8&848%:38. +FFFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFFFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFFFFFEFFFEFEFEFFFFFEFEFEFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFFFEFEFEFFO$FFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFFFEFEFEFEFEFFFEFEFEFFFEFFFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEFEFEFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFEFEFEH&;P9$9P9P8$:$;$9$@P9"<$8P9#" +FEFFRAFEFFAFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFFFFFFFFH#J#J&J& +FFFERAFFFECFFFEFFFFFF>FFFEFFFFFFH#J#8$8&:$:$<#:*9&8.9":$;$A$ +FEFFRAFEFFFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFFEFFFFFFFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFFFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEH#J08&8&@":'8&8#P'8"8"8#;&?% +FFFERAFFFEFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFEFFFEFEFFFFFEFFFEFFFFFFFFFEFEFFFFFFFEFFFEFFFFFFFEFFFFFFFEFEFFFFFFH#J#8$G&:#:"<"J"C$ +FEFFRAFEFFFEFEFEFFFEFEFEFFFEFFFFFF;FFFEFEFEH#J#8%G%A"J&:"B% +FFFERAFFFEFFFFFFFFFFFFFFFEFF9FFFEFFFEFFFFFFFFFFFFH#J#;"F"=#>"D"@"J" +FEFFRAFEFFFEFEFEFFFEFEFE6FEH#J+;(8&>&8$9"8+:$8%:&8&8. +FFFERAFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFFFFFEFEFEFEFFFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEFFFEFEFEFEFEFEFFFFFEFEFEFFFEH#J#8$8R8$:$9#:U8#9$8%?%:P9$9Q8P +FEFFRAFEFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFH#J#J" +FFFERAFFFE=FFH#J#J$ +FEFFRAFEFFO2FEFEFFH#J#J# +FFFERAFFFEO2FFFFH#J# +FEFFRAFEFFH#J# +FFFERAFFFEH#J# +FEFFRAFEFFH#J#J"@":$J$J" +FFFERAFFFEBFEFEFEFEFE9FEFEFE;FEH#J#J):":#C%?#J"="G& +FEFFRAFEFFAFEFFFEFEFEFEFEFEFFFFFFFEFEFEFEFFFF4FEFFFEFEFEFEFEH#J#J&J%J' +FFFERAFFFECFFFEFFFFFF8FEFFFFFFO,FFFEFFFFFFFEH#J#8$8&:$:$<#:":$B$="9$A$:$9&8$;$8&A$8( +FEFFRAFEFFFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFFFEFEFEH#J08&8&@"8"8#B&9#:&?&8&8&8#;-9%8)9# +FFFERAFFFEFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFFFFFFEFEFEFEFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFFEFFFFFFFFFFFEFFFFFFFEFFFFFEFEFFFFFEFEFEFEFFFEFFFFFFFEFFFFFFFFFFH#J#8$G&:#:"J$9&9$A$="J"<%@$ +FEFFRAFEFFFEFEFEFFFEFEFEFFFEFFFF4FEFEFEFFFFFEFEFEFEFEFEFEFEFEFF8FFFFFFFFFEFFFEFFH#J#8%G%A"I%:#:%@%J$ +FFFERAFFFEFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFO&FEFFFEH#J#;"F"=#J"8"@"C"<"="J& +FEFFRAFEFFFEFEFEFF=FEFEFEFEFEFEDFEFFFFFFFEH#J+;(8&>%:&8-9%8&8-8&9,8*9(8(;" +FFFERAFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFEFEFFFEFEFEFFFFFEFEFEFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEH#J#8$8R8$:$9#:%:P8Q8$9%:$9Q8$:$;$8P9$8$8R:$8#9# +FEFFRAFEFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFH#J#J" +FFFERAFFFE=FFH#J# +FEFFRAFEFFH#J#Jv +FFFERAFFFER&E4H#J#J" +FEFFRAFEFFR%E4H#J5Az +FFFERAQIFFFEDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDEFFDE/DEH#J#z" +FEFFRAFEFFQFDEFEH#J#J"@":$J$J"J"A$J" +FFFERAFFFEBFEFEFEFEFE9FEFEFE;FE;FEFEFEFE9DEH#J#J):":#C%?#J"="G&;"A#J" +FEFFRAFEFFAFEDEFEFEFEFEFEFEDEDEDEFEFEFEFEDEDE4FEDEFEFEFEFEFEDEDEDE:FEH#J#J&J%J'J" +FFFERAFFFECDEFEDEDEDE8FEDEDEDEO,DEFEDEDEDEFELDEH#J#8$8&:$:$<#:":$B$="9$A$:$9&8$;$8&@$:%A$:&>" +FEFFRAFEFFFEFEFEFEFEFEDEFEFEFEFEFEFEFEFEDEFEFEFEFEFEFEFEDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEDEFEFEH#J08&8&@"8"8#B&9#:&?&8&8&8#;-?#;&?&8'>" +FFFERAFFFEDEFEDEDEDEFEDEDEFEDEFEDEFEFEDEDEDEFEFEDEDEDEFEFEDEDEDEFEDEDEDEFEFEFEFEDEDEDEFEFEDEDEDEFEFEDEDEDEFEDEFEDEDEDEDEDEFEDEDEDEFEDEDEFEFEDEDEFEDEDEDEDEDEDEFEFEDEDEDEFEFEDEDEDEFEDEDEH#J#8$G&:#:"J$9&9$A$="J"J$J" +FEFFRAFEFFFEFEFEDEFEFEFEDEFEDEDE4FEFEFEDEDEFEFEFEFEFEFEFEFEFEDE8DE4FEFEFE?FEH#J#8%G%A"I%:#:%@%J%J" +FFFERAFFFEDEDEDEDEDEDEDEFEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEO%FEDEDEDE?DEH#J#;"F"=#J"8"@"C"<"="J" +FEFFRAFEFFFEFEFEDE=FEFEFEFEFEFEO9FEH#J+;(8&>%:&8-9%8&8-8&9,8*9(8&848%@" +FFFERAFFFEDEDEFEFEFEDEDEFEFEDEDEFEFEFEDEDEFEFEFEDEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEDEDEFEFEFEDEFEFEFEDEDEFEFEFEDEFEFEFEFEFEFEDEDEFEFEFEDEDEFEFEFEDEDEFEFEFEDEDEFEFEFEFEFEDEFEFEFEDEDEFEFEFEFEFEFEFEFEFEDEFEFEFEFEFEDEFEFEFEDEFEDEFEFEFEFEFEFEDEDEFEFEFEDEDEFEFEFEDEH#J#8$8r8$:$9#:%:&8'8$9%:$9'8$:$;$8&9$8$8r9&9w8$:$@" +FEFFRAFEFFDEDEDEDEDEDEDEDEDEDEFEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEDEFEH#J#J"J" +FFFERAFFFE=DEQ(DEH#J#J%?" +FEFFRAFEFFQ9FEFEFEDEFEH#J#J$@" +FFFERAFFFEQ9DEDEDEDEH#J5 +FEFFRAQIFEFFFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEDEFEH#J#Z +FFFERAFFFEQGH#J# +FEFFRAFEFFH#J#J"D#C$D#A"=# +FFFERAFFFEBFEFEFEFEFEFEFEFEFEFEFEH#J#J&A"D#E"8(9"="H" +FEFFRAFEFFAFEFFFEFEFEFFFFFFFFFEFEFEFFFEFEFEFFFFFEH#J#J$J( +FFFERAFFFECFFFEFFO FFFEFFFFFFFEFFH#J#8$8&:$:$<#?%:$:$A$:$;":$;$:&8$9& +FEFFRAFEFFFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEH#J08&8&F&9%8&?&8%@#;%9-8& +FFFERAFFFEFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFFFFFFFFFEFFFFFFFEFEFFFFFFFEFEFFFFFFFEFEFFFFFFFFFFFEFFFFFFFEFFFFFFFEFFFFFEFFFFFFFEFFFEFFFFFFH#J#8$G&:#A$A$A$J$ +FEFFRAFEFFFEFEFEFFFEFEFEFFFEFFFEFEFEFEFEFEFEFEFEGFEFEFEH#J#8%G%C"8%A%@%@$J% +FFFERAFFFEFFFFFFFFFFFFFFFEFEFEFFFFFFFFFFFFFFFFFFFFFFFEFFFE9FFFFFFFFH#J#;"F"=#J"C"?"9"J"=" +FEFFRAFEFFFEFEFEFF=FEFEFFFF;FEFEH#J+;(8&>&9-8&8-8'>&8,9&9& +FFFERAFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFFFEFEFEFFFEFEFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFFFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFH#J#8$8R8$:$9#:Q9U:$9Q8$:P8$9P9P8$:$;$ +FEFFRAFEFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFH#J#J" +FFFERAFFFE=FFH#J#J% +FEFFRAFEFFP/FEFEFEFFH#J#J$ +FFFERAFFFEP/FFFFFFH#J# +FEFFRAFEFFH#J# +FFFERAFFFEH#J# +FEFFRAFEFFH#J#J"J"A$ +FFFERAFFFEBFEO-FEFEFEFEH#J#J%9#J&;"A# +FEFFRAFEFFAFEFFFEFEFEFEJFEFEFEFEFEFFFFFFH#J#J(J' +FFFERAFFFECFFFEFEFFFEFEFFJFFFEFFFFFFFEH#J#8$8&:$:$<#@$:$:$9%:&8$@$:%A$:& +FEFFRAFEFFFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEH#J08&8&@$9&8&8&8&8-?#;&?&8' +FFFERAFFFEFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFFFEFFFEFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFFFFFFFFEFEFFFFFFFEFFFFFEFFFFFFFEFFFFFFFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFH#J#8$G&:#A$9&8&9$A$H$ +FEFFRAFEFFFEFEFEFFFEFEFEFFFEFFFEFEFEFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFEFEFEH#J#8%G%G%9%9%8%A%F% +FFFERAFFFEFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFEFFFFFFFEFEFFFFFFFFFFFFFFFEFFFFFFH#J#;"F"=#<">"8"<"J" +FEFFRAFEFFFEFEFEFFFFFEFEFE8FEH#J+;(8&>.8&8&8,9-8&848% +FFFERAFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFEFEFFFEFEFEFEFEFFFEFEFEFFFEFFFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEH#J#8$8R8$:$9#:R8$:$:$:P8$:$8P9P9W8$:$ +FEFFRAFEFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFH#J#J" +FFFERAFFFE=FFH#J#J%J% +FEFFRAFEFFO:FEFEFEFFMFEFEFEFFH#J#J$J$ +FFFERAFFFEO:FFFFFFO FFFFFFH#J# +FEFFRAFEFFH#J# +FFFERAFFFEH#J# +FEFFRAFEFFH#J#J"J" +FFFERAFFFEBFE8FEH#J#J#8$A"="G#9# +FEFFRAFEFFAFEFFFEFEFEFEFFFEFEFEFEH#J#J&J( +FFFERAFFFEDFEFFFFFFFEDFFFEFEFFFEFEFFH#J#8$8&:$:$<#>&9&8$;$8&A$8&8#8# +FEFFRAFEFFFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEH#J08&8&E'8&8#;-9$9/9" +FFFERAFFFEFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFFFEFFFFFFFEFFFEFFFFFFFFFFFEFFFFFFFEFFFFFEFEFFFFFEFFFEFFFEFFFFFFFEFFFFFEFEFFFFFEFFFFFFH#J#8$G&:#J"C$:" +FEFFRAFEFFFEFEFEFFFEFEFEFFFEFFGFFFEFEFEFFH#J#8%G%J% +FFFERAFFFEFFFFFFFFFFFFFFFEO-FFFFFFFFH#J#;"F"=#J"J">" +FEFFRAFEFFFEFEFEFF7FE8FFFEH#J+;(8&?&9%9,8*939) +FFFERAFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFFFEFEFEFEFEFFFEFEFEFFFFFEFEFEFEFEFEFEFFFEFEFEFFFFFEFEFEFFFFFEFEFEFEFFFFFEFEFEFFFEH#J#8$8R8$:$9#<$:$;$8P9$8$8T8$8$8#8P +FEFFRAFEFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFH#J#J" +FFFERAFFFE=FFH#J#J$ +FEFFRAFEFFJFEFEFEH#JvF#J$ +FFFER&E4FFFEJFFFFFFH#J"J# +FEFFR%E4;FEFFH#JzD# +FFFER$/DEFFFEH#JZD#JZ +FEFFR$/FEFFR$/H#J"C"D#J"J#A"D#J"C" +FFFER$DEE4FFFEBFE@FEFEFEFEFEOMDEE4H#Jt$D#J(J"8(9"D"Jt$ +FEFFR'E5E4E4DEFEFFAFEFFFEFEFEFEFE;FFFEFEFEFFFEFEFEFFFFP#E5E4E4DEH#J$J#J'J(J$ +FFFER%DEFFFF9FFFECFFFEFFFFFEFE=FFFEFFFFFFFEFFP4DEFFFFH#J$E#8$8&:$:$<#;"9%8&:$:$;":$9&:$:$8(J$ +FEFFR/E4E4DEFEFFFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFFFFFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEOIE4E4DEH#J$J08&8&B"9-8&8%@#:'8%9.J$ +FFFER&DEFFFF8FFFEFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFEFFFFFFFFFEFFFFFEFEFFFFFEFEFFFFFFFEFEFFFFFFFFFFFFFEFEFFFFFEFEFFFFFFFEFFFFFFFEFFFFFEFFFFFFFEFFO@DEFFFFH#J$F#8$G&:#:%9$:"<$J"J"J$ +FEFFR.E4E4DEFEFFFEFEFEFFFEFEFEFFFEFFFEFEFEFFFEFEFEFFFEFEFE9FF5FEOKE4E4DEH#J$J#8%G%@$9%A%@$J$ +FFFER'DEFFFF7FFFEFFFFFFFFFFFFFFFEFFFFFFFEFFFFFFFFFFFFFFFEFFFEP8DEFFFFH#J$G#;"F"=#J"?"9"J&J$ +FEFFR-E4E4DEFEFFFEFEFEFF=FEFFFF>FFFEFFFEFFOHE4E4DEH#J$J+;(8&>%:*9(8'>*9/J$ +FFFER(DEFFFF6FFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFFFEFEFEFFFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFEFFFFFEFEFEFFFEFFFFFEFEFEFFOJDEFFFFH#J$H#8$8R8$:$9#:%;S8#8$:P8$9T8#8P8$:$J$ +FEFFR,E4E4DEFEFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFOHE4E4DEH#J$J#J"J$ +FFFER)DEFFE45FFFE=FFQ9DEFFE4H#J"I#J" +FEFFR-DEFEFFR-DEH#J"J#J" +FFFER*DE6FFFER*DEH#J"J#J" +FEFFR,DE4FEFFR,DEH#JZD#JZ +FFFER$/FFFER$/H#J"J#J" +FEFFR#FF=FEFFR#FFHz=zBz=z +QKE53E5QKE53E5 + + + + + +HzJz +QKE4FQKE4J"J" +R.FFRBFFJy"zZ$x"Jy"zZ$x" +4DEFFP DEO(DEFFFFDEFFIDEFFP+DEKDEFFFFDEFFJ$J"9#J$J"9# +@FFFFE4Q'E4FFFFO3FFFFE4Q'E4FFFFJ%Jz"<#J%Jz"<# +>FFFFFFE4P#O$E5E4FFFFO/FFFFFFE4P.GE5E4FFFFJ#8"J#8#J#8"J#8# +DEDEP%O$E4DEDEO/DEDEP0GE4DEDEJ#J"J$J#J"J$ +@DEDEP"E4O(E4DEDEO3DEDEP-E4KE4DEDEJZJZ +4QGJQGI"J" +FFRBFFHzJz +QKE5FQKE5 + + + + + + + + + + + + +J&?#F#8# +5FEFEFEFEFEFEFEFEFEFEFEJ(J# +4FEFEE5E5E5FEFE>E5E5J%<%9%8"8%8%8& +=FEFEFEFEFEFEFEFEFEFEFEFEFEFEE5FEFEFEFEFEFEFEFEE5FEFEJ/:08":'9% +4E5FEFEFEE5E5E5E5FEFEE5E5FEFEFEFEE5E5FEFEE5FEFEE5E5FEFEE5E5E5FEFEE5E5FEFEFEE5FEFEJ&J#H" +5E5E5FEFEFE7E5E5E5J"8"9#># +7E5FEFEFEFEFEJ#8";%<% +4FEFEE5E5E5E5E5E5E5E5E5J#>#;#;" +@FEFEFEFEFEFEFEJ/:.8%9' +4E5FEFEFEFEFEE5E5E5FEFEFEFEE5E5FEFEFEFEE5E5E5FEFEFEFEE5E5FEFEE5E5FEFEFEFEE5J&9%8#8%9%:&8%8#8# +5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5 + + + + + + +Fz +W/FE +H5 +W+FFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFH5 +W*FEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFFEFFH#Z +FFFEW'H#J# +FEFFVMFEFEH#?$<$J"J"J"9"C"=#J"B$8#A":#J"@":$J$J"J"A$ +FFFEFEFEFEFEFEFECFEBFEO"FEFEFEFEFEGFEFEFEFEFEFEFEFEFECFEFEFEFEFE9FEFEFE;FE;FEFEFEFEH#?#<%G"F#J#J#9"C"="H"I#B(A#:"J):":#C%?#J"="G&;"A# +FEFFFFFFFEFFFFFFFEFEFFAFEFFO!FEFFFFFFFFFEFEFEFEFFFFFFFEFFFFFEFFFFCFEFFFEFEFEFEFEFEFFFFFFFEFEFEFEFFFF4FEFFFEFEFEFEFEFFFFFFH#J#J&J%J' +FFFER5FFFFO'8&8&8&?&848-?#:+;%9-8&8&J%?%9-8&8&@"8"8#B&9#:&?&8&8&8#;-?#;&?&8& +FFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFEFFFEFFFEFEFFFFFFFEFFFEFFFFFFFEFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFFFFEFFFEFFFEFFFFFEFFFEFFFEFEFFFFFFFEFFFFFEFEFFFFFEFFFFFFFEFFFFFFFEFFFFFFFFFEFFFFFFFEFFFFFFFEFFFFFEFFFFFFFEFFFEFFFFFFFEFFFFFFFE?FFFFFFFEFEFFFFFFFEFFFFFFFEFFFFFEFFFEFFFEFEFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFFFFFFEFEFEFEFFFFFFFEFEFFFFFFFEFEFFFFFFFEFFFEFFFFFFFFFFFEFFFFFFFEFFFFFEFEFFFFFEFFFFFFFFFFFFFEFEFFFFFFFEFEFFFFFFFEH#J$G&:#A$D":#="J"=#B"J$@&8&J#A$G&:#:"J$9&9$A$="J"J$ +FEFF8FEFEFEFFFEFEFEFFFEFFFEFEFEFFFEFFFF?FFFEFFFE:FEFEFEFFFEFEFEFFFEFEFEFEFE@FEFFFEFEFEFFFEFEFEFFFEFFFF4FEFEFEFFFFFEFEFEFEFEFEFEFEFEFF8FF4FEFEFEH#J%G%G%J%@%8PJ%G%A"I%:#:%@%J% +FFFE8FFFFFFFFFFFFFFFEFFFFFFFFP0FFFFFFFFFFFFFFFEMFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFO%FEFFFFFFH#J"D$=#E"C"9#>"J#A&J"=$J#E"F"=#J"8"@"C"<"=" +FEFF;FEFEFFFEFEFFFEFEFEFFFEFFEFFFFFEFFFEFF;FEFEFFFEJFEFFFEFEFEFF=FEFEFEFEFEFEH#839&8%:,>";(8%9&?&8(;#;,9">&?&8,9&9,?&9";-?/;(8&>%:&8-9%8&8-8&9,8*9(8&848% +FFFEFFFEFEFEFFFEFFFEFEFEFEFEFEFFFEFEFEFEFFFEFEFEFFFEFEFEFEFFFEFEFEFFFFFFFEFEFEFFFEFEFFFFFEFEFEFFFEFEFEFEFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFEFFFFFEFEFEFFFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFEFEFEFFFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFFFFFEFEFEFFFEFEFEFEFEFEFFFEFEFEFFFFFEFFFEFEFEFFFFFEFEFEFFFEFFFFFEFEFEFFFFFEFEFFFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFEFEFEFEFEFEFEFEFEFFFFFEFEFEFFFEFEFEFFFFFEFEFEFFFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFFFFFEFEFEFEFEFFFEFEFEFFFFFEFEFEFEFEFEFEFEFEFFFEFEFEFEFEFFFEFEFEFFFEFFFEFEFEFEFEFEFFFFFEFEFEFFFFFEFEFEH#9Z:$9%;$9$9#:R8$9%:$9#<$:$8Y8$8$8&;P9$9P9P8$:$;$9$@P9"<$8P9## +O3FEFEFEFEFEFEFEFEODFEE5FEFEFEFEOJFEFEFEFE=FEFEO#J$E" +Q:FEFEFE6E5E5OAE5E5E5E5E5OHFEFEFEE5J$J$D#;"J$I#J$;# +O=E5FEFEOHE5E5E5FEFEE5ODFEFEFEFEFEOCE5E5E5FEFEJ$J%J%I%J% +O>E5FEFEP*E5E5E5E5OGFEFEE5E5E5E5E5E5OIE5E5E5E5J$8$<$J":#J$8#H#;#J#<" +O1E5FEFEFEFEE5E5FEFEP&FEFEFEO@E5FEFEFEFEFEFEFEFEOKFEFEFEJ'>$J+J.=.J'<% +O2E5FEFEFEFEE5E5FEFEP"E5FEFEE5E5FEFEFEFEE5OAE5FEFEFEFEE5E5FEFEFEE5FEFEE5FEFEFEFEE5E5E5FEFEFEFEE5OGE5FEFEFEFEE5E5FEFEE5J%:#:#J#:&9#8%8#J%8s8#8%9%8#J#9#8%8#:# +O3E5E5E5E5E5E5E5E5OCE5E5E5E5E5E5E5E5E5E5E5E5E5E5E5O?E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5E5O