23#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
24#error "Only <gtk/gtk.h> can be included directly."
33#define GTK_TYPE_PICTURE (gtk_picture_get_type ())
53 GdkPaintable *paintable);
63 const
char *filename);
66 const
char *resource_path);
90 const
char *alternative_text);
struct _GdkPixbuf GdkPixbuf
#define GDK_DEPRECATED_IN_4_8_FOR(f)
#define GDK_AVAILABLE_IN_4_8
#define GDK_DEPRECATED_IN_4_12_FOR(f)
#define GDK_AVAILABLE_IN_ALL
GDK_AVAILABLE_IN_ALL const char * gtk_picture_get_alternative_text(GtkPicture *self)
GDK_AVAILABLE_IN_ALL void gtk_picture_set_filename(GtkPicture *self, const char *filename)
GtkWidget * gtk_picture_new_for_pixbuf(GdkPixbuf *pixbuf)
GDK_AVAILABLE_IN_ALL void gtk_picture_set_alternative_text(GtkPicture *self, const char *alternative_text)
GDK_AVAILABLE_IN_ALL void gtk_picture_set_file(GtkPicture *self, GFile *file)
GDK_AVAILABLE_IN_ALL GFile * gtk_picture_get_file(GtkPicture *self)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_picture_new_for_file(GFile *file)
GDK_AVAILABLE_IN_ALL void gtk_picture_set_resource(GtkPicture *self, const char *resource_path)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_picture_new_for_filename(const char *filename)
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkWidget * gtk_picture_new(void)
void gtk_picture_set_keep_aspect_ratio(GtkPicture *self, gboolean keep_aspect_ratio)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_picture_new_for_resource(const char *resource_path)
GDK_AVAILABLE_IN_ALL GdkPaintable * gtk_picture_get_paintable(GtkPicture *self)
void gtk_picture_set_pixbuf(GtkPicture *self, GdkPixbuf *pixbuf)
GDK_AVAILABLE_IN_4_8 GtkContentFit gtk_picture_get_content_fit(GtkPicture *self)
gboolean gtk_picture_get_keep_aspect_ratio(GtkPicture *self)
GDK_AVAILABLE_IN_ALL void gtk_picture_set_can_shrink(GtkPicture *self, gboolean can_shrink)
GDK_AVAILABLE_IN_ALL gboolean gtk_picture_get_can_shrink(GtkPicture *self)
GDK_AVAILABLE_IN_ALL void gtk_picture_set_paintable(GtkPicture *self, GdkPaintable *paintable)
GDK_AVAILABLE_IN_4_8 void gtk_picture_set_content_fit(GtkPicture *self, GtkContentFit content_fit)
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_picture_new_for_paintable(GdkPaintable *paintable)
#define G_DECLARE_FINAL_TYPE(ModuleObjName, module_obj_name, MODULE, OBJ_NAME, ParentName)