diff options
author | Benjamin Otte <otte@redhat.com> | 2016-11-18 04:00:02 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-11-18 06:40:53 +0100 |
commit | 41d1e1fea8ad2d33f355e1eafc69053972fcb279 (patch) | |
tree | ae4ee25493b9a6d23075aabdc8f41fb0fa22ff91 /docs | |
parent | 100ac17505d3210e2b6ebe44f7b1723b5c3e7972 (diff) | |
download | gtk+-41d1e1fea8ad2d33f355e1eafc69053972fcb279.tar.gz |
drawingarea: Add content-width and content-height properties
People should use these instead of gtk_widget_set_size_request().
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 965b2aa16f..c80cde8162 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -892,6 +892,10 @@ gtk_dialog_get_type <TITLE>GtkDrawingArea</TITLE> GtkDrawingArea gtk_drawing_area_new +gtk_drawing_area_get_content_width +gtk_drawing_area_set_content_width +gtk_drawing_area_get_content_height +gtk_drawing_area_set_content_height <SUBSECTION Standard> GTK_DRAWING_AREA GTK_IS_DRAWING_AREA |