Constructor
Gtk.Picture.new_for_paintable
Declaration [src]
GtkWidget*
gtk_picture_new_for_paintable (
  GdkPaintable* paintable
)
Description [src]
Creates a new GtkPicture displaying paintable.
The GtkPicture will track changes to the paintable and update
its size and contents in response to it.
Parameters
| paintable | GdkPaintable* | 
| a  | |
| Can be NULL | |
| Ownership is not transferred to the callee | 
Return value
| Returns: GtkWidget | |
| a new  | |
| Ownership is not transferred to the caller | |