Ejemplo n.º 1
0
func LabelSetTextIdle(label *gtk.Label, text string) bool {
	label.SetText(text)

	// Returning false here is unnecessary, as anything but returning true
	// will remove the function from being called by the GTK main loop.
	return false
}