-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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
*/
Metadata
Metadata
Assignees
Labels
No labels