Esempio n. 1
0
// Present is a wrapper around gtk_window_present().
func (v *Window) Present() {
	C.gtk_window_present(v.native())
}
Esempio n. 2
0
func (self *Window) WindowPresent() {
	C.gtk_window_present(self.object)
}