Go to the source code of this file.
◆ GTK_TYPE_PICTURE
#define GTK_TYPE_PICTURE (gtk_picture_get_type ()) |
◆ gtk_picture_get_alternative_text()
◆ gtk_picture_get_can_shrink()
◆ gtk_picture_get_content_fit()
◆ gtk_picture_get_file()
◆ gtk_picture_get_keep_aspect_ratio()
gboolean gtk_picture_get_keep_aspect_ratio |
( |
GtkPicture * | self | ) |
|
◆ gtk_picture_get_paintable()
◆ gtk_picture_new()
◆ gtk_picture_new_for_file()
◆ gtk_picture_new_for_filename()
◆ gtk_picture_new_for_paintable()
◆ gtk_picture_new_for_pixbuf()
◆ gtk_picture_new_for_resource()
◆ gtk_picture_set_alternative_text()
GDK_AVAILABLE_IN_ALL void gtk_picture_set_alternative_text |
( |
GtkPicture * | self, |
|
|
const char * | alternative_text ) |
◆ gtk_picture_set_can_shrink()
◆ gtk_picture_set_content_fit()
◆ gtk_picture_set_file()
◆ gtk_picture_set_filename()
◆ gtk_picture_set_keep_aspect_ratio()
void gtk_picture_set_keep_aspect_ratio |
( |
GtkPicture * | self, |
|
|
gboolean | keep_aspect_ratio ) |
◆ gtk_picture_set_paintable()
◆ gtk_picture_set_pixbuf()
void gtk_picture_set_pixbuf |
( |
GtkPicture * | self, |
|
|
GdkPixbuf * | pixbuf ) |
◆ gtk_picture_set_resource()
GDK_AVAILABLE_IN_ALL void gtk_picture_set_resource |
( |
GtkPicture * | self, |
|
|
const char * | resource_path ) |