~vcs-imports/pygtk/main

« back to all changes in this revision

Viewing changes to gtk/gdk-2.14.defs

  • Committer: gianmt
  • Date: 2009-03-07 08:30:34 UTC
  • Revision ID: vcs-imports@canonical.com-20090307083034-uli45srwqa9igrcz
2009-03-07  Gian Mario Tagliaretti  <gianmt@gnome.org>

        gtk/gdk-2.14.defs: add gtk.gdk.Window.redirect_to_drawable()

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
 
106
106
;; From gdkwindow.h
107
107
 
 
108
(define-method redirect_to_drawable
 
109
  (of-object "GdkWindow")
 
110
  (c-name "gdk_window_redirect_to_drawable")
 
111
  (return-type "none")
 
112
  (parameters
 
113
    '("GdkDrawable*" "drawable")
 
114
    '("gint" "src_x")
 
115
    '("gint" "src_y")
 
116
    '("gint" "dest_x")
 
117
    '("gint" "dest_y")
 
118
    '("gint" "width")
 
119
    '("gint" "height")
 
120
  )
 
121
)
 
122
 
108
123
(define-method remove_redirection
109
124
  (of-object "GdkWindow")
110
125
  (c-name "gdk_window_remove_redirection")