[gtk+] Add new API to docs and symbol list



commit 7c8ee80c5af0909735d1e36b8aba7aa02bf83c95
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Oct 13 11:24:56 2010 -0400

    Add new API to docs and symbol list

 docs/reference/gtk/gtk3-sections.txt |   14 +++++++++++++-
 gtk/gtk.symbols                      |   10 ++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt
index 847cb5e..0db409b 100644
--- a/docs/reference/gtk/gtk3-sections.txt
+++ b/docs/reference/gtk/gtk3-sections.txt
@@ -4925,7 +4925,7 @@ gtk_widget_get_request_mode
 gtk_widget_get_preferred_size
 gtk_distribute_natural_allocation
 
-<SUBSECTION>
+<SUBSECTION Alignment and Margins>
 GtkAlign
 gtk_widget_get_halign
 gtk_widget_set_halign
@@ -4940,6 +4940,18 @@ gtk_widget_set_margin_top
 gtk_widget_get_margin_bottom
 gtk_widget_set_margin_bottom
 
+<SUBSECTION Expand>
+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
+
 <SUBSECTION Standard>
 GTK_WIDGET
 GTK_IS_WIDGET
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index 08d13d1..d621544 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]