Searched +refs:snit +refs:type (Results 26 - 29 of 29) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/treeql/
H A Dtreeql85.tcl2 # A generic tree query language in snit
12 package require snit
16 snit::type ::treeql {
399 # Returns the node type of nodes
401 set nodes [$self apply get @type]
405 # Reduce to nodes of @type $t
407 return [$self stringP [list equal -nocase $t] @type {*}$args]
410 # Reduce to nodes not of @type $t
412 return [$self stringNP [list equal -nocase $t] @type {*}
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dbasic.tcl16 package require snit ; # Object framework.
24 snit::type ::diagram::basic {
60 set dzero [snit::double ${selfns}::D0 -min 0]
61 set dmin [snit::double ${selfns}::D1 -min 0];# 0 exclusive.
62 set imin [snit::integer ${selfns}::I1 -min 1]
66 $core new attribute stroke linked {linewidth 1} type $imin
79 $core new attribute width linked [Link boxwidth 2 cm] type $dmin
80 $core new attribute height linked [Link boxheight 2 cm] type $dmin
81 $core new attribute slant linked {slant 90} type sni
[all...]
H A Dcore.tcl24 package require snit ; # Object framework.
38 snit::type ::diagram::core {
199 # keep here ... / type == snit validation type!
201 $att new movelength type {snit::double -min 1} linked [list movelength [Unit 2 cm]]
205 $att new at type diagram::point transform [mymethod DerefElement] default [mymethod Placement]
206 $att new from type diagra
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dvertical_meter.tcl70 package require snit
81 # Private type for handling a vertical axis
84 snit::type controlwidget::verticalAxis {
528 snit::widget controlwidget::meter {
535 option -readonly -default 0 -type snit::boolean
758 snit::widget controlwidget::slider {
762 option -sliderthickness -default 10 -readonly true -type snit
[all...]

Completed in 184 milliseconds

12