Lines Matching refs:title
17 wm title . "Widget Demonstration"
59 .t tag configure title -font -*-Helvetica-Bold-R-Normal--*-180-*-*-*-*-*-*
113 .t insert end "Tk Widget Demonstrations\n" title
118 .t insert end "Labels, buttons, checkbuttons, and radiobuttons" title
138 .t insert end \n {} "Listboxes" title
148 .t insert end \n {} "Entries" title
157 .t insert end \n {} "Text" title
170 .t insert end \n {} "Canvases" title
187 .t insert end \n {} "Scales" title
194 .t insert end \n {} "Menus" title
200 .t insert end \n {} "Common Dialogs" title
209 .t insert end \n {} "Miscellaneous" title
243 wm title $w "Variable values"
244 label $w.title -text "Variable values:" -width 20 -anchor center \
246 pack $w.title -side top -fill x
358 wm title .code "Demo code: [file join $tk_library demos $file]"
372 tk_messageBox -icon info -type ok -title "About Widget Demo" -message \