Searched refs:relief (Results 1 - 25 of 55) sorted by relevance

123

/ast/src/lib/libtk/library/
H A Dbutton.tcl88 $w configure -state active -relief sunken
98 # pressed (tkPriv(buttonWindow) == $w), restore the relief of the
110 $w configure -relief $tkPriv(relief)
118 # saves the button's relief so it can be restored later, and changes
119 # the relief to sunken.
126 set tkPriv(relief) [lindex [$w config -relief] 4]
129 $w config -relief sunken
135 # in a button widget. It restores the button's relief an
[all...]
H A DoptMenu.tcl37 -relief raised -bd 2 -highlightthickness 2 -anchor c
H A Dbgerror.tcl47 text $w.text -relief sunken -bd 2 -yscrollcommand "$w.scroll set" \
49 scrollbar $w.scroll -relief sunken -command "$w.text yview"
H A Ddialog.tcl50 frame $w.bot -relief raised -bd 1
52 frame $w.top -relief raised -bd 1
76 frame $w.default -relief sunken -bd 1
92 $w.button$default configure -state active -relief sunken
H A Dscrlbar.tcl137 set tkPriv(relief) [$w cget -activerelief]
159 $w configure -activerelief $tkPriv(relief)
377 # Set tkPriv(relief), since it's needed by tkScrollButtonUp.
379 set tkPriv(relief) [$w cget -activerelief]
400 set tkPriv(relief) [$w cget -activerelief]
H A Dmsgbox.tcl137 frame $w.bot -relief raised -bd 1
139 frame $w.top -relief raised -bd 1
174 frame $w.default -relief sunken -bd 1
/ast/src/lib/libtk/library/demos/
H A Dentry2.tcl27 entry $w.frame.e1 -relief sunken -xscrollcommand "$w.frame.s1 set"
28 scrollbar $w.frame.s1 -relief sunken -orient horiz -command \
31 entry $w.frame.e2 -relief sunken -xscrollcommand "$w.frame.s2 set"
32 scrollbar $w.frame.s2 -relief sunken -orient horiz -command \
35 entry $w.frame.e3 -relief sunken -xscrollcommand "$w.frame.s3 set"
36 scrollbar $w.frame.s3 -relief sunken -orient horiz -command \
H A Dcheck.tcl26 checkbutton $w.b1 -text "Wipers OK" -variable wipers -relief flat
27 checkbutton $w.b2 -text "Brakes OK" -variable brakes -relief flat
28 checkbutton $w.b3 -text "Driver Sober" -variable sober -relief flat
H A Dentry1.tcl24 entry $w.e1 -relief sunken
25 entry $w.e2 -relief sunken
26 entry $w.e3 -relief sunken
H A Dlabel.tcl29 label $w.left.l2 -text "Second label, raised" -relief raised
30 label $w.left.l3 -text "Third label, sunken" -relief sunken
33 label $w.right.bitmap -borderwidth 2 -relief sunken \
H A Dimage1.tcl25 label $w.l1 -image image1a -bd 1 -relief sunken
30 label $w.l2 -image image1b -bd 1 -relief sunken
H A Dmsgbox.tcl30 frame $w.left.sep -relief ridge -bd 1 -height 2
37 -relief flat -value $i -width 16 -anchor w
42 frame $w.right.sep -relief ridge -bd 1 -height 2
49 -relief flat -value $t -width 16 -anchor w
H A Dixset174 entry $path.entry -width $length -relief sunken
197 frame .bell -relief raised -borderwidth 2
214 frame .kbd -relief raised -borderwidth 2
222 -relief flat
236 frame .mouse -relief raised -borderwidth 2
253 frame .screen -relief raised -borderwidth 2
260 -variable screenblank -text "Blank" -relief flat \
263 -variable screenblank -text "Pattern" -relief flat \
H A Dradio.tcl31 -relief flat -value $i
38 -relief flat -value $lower
H A Dtimer10 label .counter -text 0.00 -relief raised -width 10
H A Dbrowse17 listbox .list -yscroll ".scroll set" -relief sunken -width 20 -height 20 \
H A Dform.tcl26 entry $w.$i.entry -relief sunken -width 40
H A Dpuzzle.tcl53 frame $w.frame -width 120 -height 120 -borderwidth 2 -relief sunken \
63 button $w.frame.$num -relief raised -text $num -highlightthickness 0 \
H A Dtcolor46 frame .menu -relief raised -borderwidth 2
69 frame .bot -relief raised -borderwidth 2
72 entry .command -relief sunken -borderwidth 2 -textvariable command \
82 frame .middle -relief raised -borderwidth 2
94 -relief sunken -borderwidth 2 -exportselection false
99 -relief sunken -borderwidth 2
129 entry .name -relief sunken -borderwidth 2 -textvariable name -width 10 \
H A Drolodex21 frame .frame -relief flat
30 entry .frame.$i.entry -width 30 -relief sunken
47 frame .menu -relief raised -borderwidth 1
H A Dstyle.tcl36 $w.text tag configure raised -relief raised -borderwidth 1
37 $w.text tag configure sunken -relief sunken -borderwidth 1
41 $w.text tag configure raised -background white -relief raised \
43 $w.text tag configure sunken -background white -relief sunken \
/ast/src/lib/libtk/generic/
H A Dtk3d.c208 * on the leftBevel and relief arguments. Normally this
223 leftBevel, relief)
231 int relief; /* Kind of bevel to draw. For example,
240 if ((borderPtr->lightGC == None) && (relief != TK_RELIEF_FLAT)) {
243 if (relief == TK_RELIEF_RAISED) {
247 } else if (relief == TK_RELIEF_SUNKEN) {
251 } else if (relief == TK_RELIEF_RIDGE) {
265 } else if (relief == TK_RELIEF_GROOVE) {
269 } else if (relief == TK_RELIEF_FLAT) {
296 leftIn, rightIn, topBevel, relief)
[all...]
H A DtkScrollbar.c63 int relief; /* Indicates whether window as a whole is member in struct:__anon416
92 int activeRelief; /* Value of -activeRelief option: relief
221 {TK_CONFIG_RELIEF, "-relief", "relief", "Relief",
222 DEF_SCROLLBAR_RELIEF, Tk_Offset(Scrollbar, relief), 0},
331 scrollPtr->relief = TK_RELIEF_FLAT;
802 int relief, width, elementBorderWidth;
843 scrollPtr->borderWidth, scrollPtr->relief);
859 relief = scrollPtr->activeField == TOP_ARROW ? scrollPtr->activeRelief
863 relief
797 int relief, width, elementBorderWidth; local
[all...]
H A DtkCanvas.h50 int relief; /* Indicates whether window as a whole is member in struct:TkCanvas
H A DtkSquare.c44 int relief; /* Indicates whether window as a whole is member in struct:__anon418
78 {TK_CONFIG_RELIEF, "-relief", "relief", "Relief",
79 "raised", Tk_Offset(Square, relief), 0},
162 squarePtr->relief = TK_RELIEF_FLAT;
499 Tk_Height(tkwin), squarePtr->borderWidth, squarePtr->relief);
578 if (squarePtr->relief != TK_RELIEF_FLAT) {

Completed in 54 milliseconds

123