sg3des
sg3des
Hello, need some help. Me need get event when page is loaded `thrustWindow := thrust.NewWindow(thrust.WindowOptions{RootUrl: "http://google.com"})` How can I do it? *I do not want to use for this JS
How to set property to widget and to container child? Specifically required enable homogeneus tabs for notebook. [`notebook.SetTabLabelPacking`](https://github.com/mattn/go-gtk/blob/f3164172384a09d2c7d015ff3f01710a4f75b5fb/gtk/gtk.go#L8635) - deprecated [`notebook.SetHomogeneousTabs`](https://github.com/mattn/go-gtk/blob/f3164172384a09d2c7d015ff3f01710a4f75b5fb/gtk/gtk.go#L8610) - deprecated thx.
return value from signal handlers, it is work? example: ``` somebody.Connect("signal", callback) func callback(ctx *glib.CallbackContext) interface{} { \* some code *\ return something } ``` thx!