[gtk+/grid-widget-2: 1/18] Add grid symbols



commit 20c8040d63f3f4940bc50879c420d7744ec8b992
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 27 10:44:31 2010 -0400

    Add grid symbols

 gtk/gtk.symbols |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index 569f831..2d3fa83 100644
--- a/gtk/gtk.symbols
+++ b/gtk/gtk.symbols
@@ -4525,3 +4525,21 @@ gtk_info_bar_set_message_type
 gtk_info_bar_get_message_type
 #endif
 #endif
+
+#if IN_HEADER(__GTK_GRID_H__)
+#if IN_FILE(__GTK_GRID_c__)
+gtk_grid_get_type G_GNUC_CONST
+gtk_grid_new
+gtk_grid_attach
+gtk_grid_set_row_homogeneous
+gtk_grid_get_row_homogeneous
+gtk_grid_set_row_spacing
+gtk_grid_get_row_spacing
+gtk_grid_set_column_homogeneous
+gtk_grid_get_column_homogeneous
+gtk_grid_set_column_spacing
+gtk_grid_get_column_spacing
+
+
+#endif
+#endif



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