summaryrefslogtreecommitdiff
path: root/gtkcalls_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-23 21:31:29 -0400
committerPietro Gagliardi <[email protected]>2014-03-23 21:31:29 -0400
commitbbccf96981fa7db1152d5519c6edd2c5dde81d4f (patch)
tree5c37adb73eb51487e6d017874cfd9386dd84fedc /gtkcalls_unix.go
parentcd49e05da860f70dd7f78c1b625cf21c3d603f93 (diff)
Fixed the shrinking not working: the Cairo clip rect apparently can fall outside the actual size of the widget. (I did notice this before.)
Diffstat (limited to 'gtkcalls_unix.go')
-rw-r--r--gtkcalls_unix.go4
1 files changed, 0 insertions, 4 deletions
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))
-}