xttk
Results
3
issues of
xttk
\[email protected]\tk\theme_ttk.go ``` func (w *BaseWidget) StyleName() string { // ttk::button .b; winfo class .b // ==> TButton r, _ := evalAsString(fmt.Sprintf("winfo class %v", w.id)) return r } func (w *BaseWidget)...
\[email protected]\tk\canvas.go ``` func (w *Canvas) PlotLine(xy map[int]int, options map[string]string) error { // canvas create line x1 y1... xn yn ?option value ...? // 不闭合折线 // canvas create line 10 10...