Searched +refs:ttk +refs:ThemeChanged (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dthemeutils.tcl62 # "BWidget::usepackage ttk"
64 # "BWidget::using ttk"
74 # package require ttk::theme::${ctheme}
75 # ttk::setTheme $ctheme
80 # as well, when a <<ThemeChanged>> virtual event arises.
104 # -package ttk
108 # ttk ... try to use tile'd widget set (if available)
130 # to specifing additional ttk theme packages
152 "ttk" {
209 bind BWThemeChanged <<ThemeChanged>> \
[all...]
H A Dbuttonbox.tcl36 if { ![BWidget::using ttk] } {
39 if { [BWidget::using ttk] } {
73 bind ButtonBoxThemeChanged <<ThemeChanged>> \
173 if { [BWidget::using ttk] } {
H A Dfont.tcl215 if { [BWidget::using ttk] } {
216 ttk::checkbutton $subf.$st -text $name \
305 if { [BWidget::using ttk] } {
306 ttk::frame $path
307 set lbf [ttk::combobox $path.font \
312 set lbs [ttk::combobox $path.size \
342 if { [BWidget::using ttk] } {
343 ttk::checkbutton $path.$st -takefocus 0 \
362 bind SelectFontThemeChanged <<ThemeChanged>> \
402 if { ![BWidget::using ttk] } {
[all...]
H A Dscrollw.tcl59 if { [BWidget::using ttk] &&
62 ttk::scrollbar $path.vscroll -orient vertical
63 ttk::scrollbar $path.hscroll -orient horizontal
94 if { ![BWidget::using ttk] } {
117 bind ScrolledWindowThemeChanged <<ThemeChanged>> \
H A Dpanedw.tcl46 if { [BWidget::using ttk] } {
86 if { [BWidget::using ttk] } {
87 bind PanedWThemeChanged <<ThemeChanged>> \

Completed in 162 milliseconds