Searched refs:vertical (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkScrollbar.c36 Tk_Uid orientUid; /* Orientation for window ("vertical" or
38 int vertical; /* Non-zero means vertical orientation member in struct:__anon416
319 scrollPtr->vertical = 0;
469 if (scrollPtr->vertical) {
497 if (scrollPtr->vertical) {
733 if (strncmp(scrollPtr->orientUid, "vertical", length) == 0) {
734 scrollPtr->vertical = 1;
736 scrollPtr->vertical = 0;
739 "\": must be vertical o
[all...]
H A DtkScale.c42 Tk_Uid orientUid; /* Orientation for window ("vertical" or
44 int vertical; /* Non-zero means vertical orientation, member in struct:__anon415
130 * Layout information for vertical scales, assuming that window
401 scalePtr->vertical = 0;
541 if (scalePtr->vertical) {
743 if (strncmp(scalePtr->orientUid, "vertical", length) == 0) {
744 scalePtr->vertical = 1;
746 scalePtr->vertical = 0;
749 "\": must be vertical o
[all...]
/ast/src/lib/libtk/library/demos/
H A Dvscale.tcl3 # This demonstration script shows an example with a vertical scale.
14 label $w.msg -font $font -wraplength 3.5i -justify left -text "An arrow and a vertical scale are displayed below. If you click or drag mouse button 1 in the scale, you can change the size of the arrow."
26 scale $w.frame.scale -orient vertical -length 284 -from 0 -to 250 \
H A Dwidget38 scrollbar .s -orient vertical -command {.t yview} -highlightthickness 0 \
344 -highlightthickness 0 -orient vertical
H A Dtcolor98 scrollbar .scroll -orient vertical -command ".names yview" \
H A Dfloor.tcl1309 set v [scrollbar $f.vscroll -highlightthickness 0 -orient vertical]
/ast/src/lib/libtk/library/
H A Dxmfbox.tcl247 scrollbar $f.v -orient vertical -takefocus 0 \

Completed in 28 milliseconds