GtkImage 构造函数
Creates a new GtkImage displaying pixbuf.
note that this function just creates an GtkImage from the pixbuf. The GtkImage created will not react to state changes. Should you want that, you should use GtkImage::new_from_icon_set() .
这个方法只能被静态调用。