From bbccf96981fa7db1152d5519c6edd2c5dde81d4f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 23 Mar 2014 21:31:29 -0400 Subject: Fixed the shrinking not working: the Cairo clip rect apparently can fall outside the actual size of the widget. (I did notice this before.) --- gtkcalls_unix.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtkcalls_unix.go') diff --git a/gtkcalls_unix.go b/gtkcalls_unix.go index 3591e65..c7b409a 100644 --- a/gtkcalls_unix.go +++ b/gtkcalls_unix.go @@ -217,7 +217,3 @@ func gtk_progress_bar_set_fraction(w *gtkWidget, percent int) { func gtk_progress_bar_pulse(w *gtkWidget) { C.gtk_progress_bar_pulse(togtkprogressbar(w)) } - -func gtk_widget_queue_draw(widget *gtkWidget) { - C.gtk_widget_queue_draw(togtkwidget(widget)) -} -- cgit v1.2.3