diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-13 11:24:56 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-13 11:24:56 -0400 |
commit | 7c8ee80c5af0909735d1e36b8aba7aa02bf83c95 (patch) | |
tree | 369d643a2c160912ce906c9cf3ed04e418ddd349 /gtk | |
parent | 7791013754b64728d7bfe707c4a51abf0051813f (diff) | |
download | gtk+-7c8ee80c5af0909735d1e36b8aba7aa02bf83c95.tar.gz |
Add new API to docs and symbol list
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtk.symbols | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index 08d13d187b..d6215447d5 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -4348,6 +4348,16 @@ gtk_widget_get_preferred_height_for_width gtk_widget_get_preferred_size gtk_widget_get_preferred_width gtk_widget_get_preferred_width_for_height +gtk_widget_get_hexpand +gtk_widget_set_hexpand +gtk_widget_get_hexpand_set +gtk_widget_set_hexpand_set +gtk_widget_get_vexpand +gtk_widget_set_vexpand +gtk_widget_get_vexpand_set +gtk_widget_set_vexpand_set +gtk_widget_queue_compute_expand +gtk_widget_compute_expand #endif #endif |