You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const init_script = wm title . "text wiget sample" wm geometry . 600x300+100+100 text .t -relief raised -bd 2 -yscrollcommand {.scroll set} scrollbar .scroll -command {.t yview} grid .t -row 0 -column 0 -sticky nsew grid .scroll -row 0 -column 1 -sticky ns set t .t $t insert end "I wanna to change the input method for typeing something \r\n " $t insert end "the program window SOMETIMES disappear and Exit without any message \r\n " $t insert end "when I press Ctrl+Space (or Ctrl+Shift) ."
package main
import "github.com/nsf/gothic"
const init_script =
wm title . "text wiget sample" wm geometry . 600x300+100+100 text .t -relief raised -bd 2 -yscrollcommand {.scroll set} scrollbar .scroll -command {.t yview} grid .t -row 0 -column 0 -sticky nsew grid .scroll -row 0 -column 1 -sticky ns set t .t $t insert end "I wanna to change the input method for typeing something \r\n " $t insert end "the program window SOMETIMES disappear and Exit without any message \r\n " $t insert end "when I press Ctrl+Space (or Ctrl+Shift) ."
func main() {
ir := gothic.NewInterpreter(init_script)
<-ir.Done
}
/*
win7 32bit
4g ram
e3 1230v2
liteide x26
tdm-gcc32
*/
The text was updated successfully, but these errors were encountered: