Method
GtkPictureset_resource
Declaration [src]
void
gtk_picture_set_resource (
GtkPicture* self,
const char* resource_path
)
Description [src]
Makes self
load and display the resource at the given
resource_path
.
This is a utility function that calls gtk_picture_set_file()
.