Skip to content

is that an issues about text wiget? #9

@aa1214808834

Description

@aa1214808834

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions